OSDN Git Service

Revert "Disable flaky test on host."
authorMathieu Chartier <mathieuc@google.com>
Tue, 12 Jan 2016 21:13:29 +0000 (13:13 -0800)
committerMathieu Chartier <mathieuc@google.com>
Tue, 12 Jan 2016 21:13:29 +0000 (13:13 -0800)
Bug: 26483935

This reverts commit 72f7236cbc00e3a3f93dffb627417d666ee22518.

Change-Id: I57eb2b8315d274ad751aa2054a298a556c7b0cd9

test/Android.run-test.mk

index 53d0f10..ee6b7aa 100644 (file)
@@ -267,16 +267,6 @@ endif
 
 TEST_ART_BROKEN_PREBUILD_RUN_TESTS :=
 
-# b/26483935
-TEST_ART_BROKEN_HOST_RUN_TESTS := \
-  132-daemon-locks-shutdown \
-
-ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,host,$(RUN_TYPES),$(PREBUILD_TYPES), \
-    $(COMPILER_TYPES),$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
-    $(IMAGE_TYPES), $(PICTEST_TYPES), $(DEBUGGABLE_TYPES), $(TEST_ART_BROKEN_HOST_RUN_TESTS), $(ALL_ADDRESS_SIZES))
-
-TEST_ART_BROKEN_HOST_RUN_TESTS :=
-
 # 143-string-value tests for a LOG(E) tag, which is only supported on host.
 TEST_ART_BROKEN_TARGET_RUN_TESTS := \
   143-string-value \