diff options
| author | 2016-01-22 10:57:59 +0000 | |
|---|---|---|
| committer | 2016-01-22 10:57:59 +0000 | |
| commit | 836f7eeb21d45ed0a76b636386f56e4fbd2a3ac7 (patch) | |
| tree | ab9edbb3c1f93750e52abe26f222d6bc42ec6407 | |
| parent | ca9f686de0c1a0535a58a5026d6e72dd7bb2f0f2 (diff) | |
Disable flaky test.
Change-Id: I003c2ab9ed0b0629a4b44c42a2139a99b05f40ae
| -rw-r--r-- | test/Android.run-test.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 36dd9f4ea7..48e10c3378 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -621,6 +621,11 @@ ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES), TEST_ART_BROKEN_MULTI_IMAGE_RUN_TESTS := +# Test is flaky b/26733951. +ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \ + $(COMPILER_TYPES),$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES),$(IMAGE_TYPES), \ + $(PICTEST_TYPES),$(DEBUGGABLE_TYPES),961-default-iface-resolution-generated,$(ALL_ADDRESS_SIZES)) + # Clear variables ahead of appending to them when defining tests. $(foreach target, $(TARGET_TYPES), $(eval ART_RUN_TEST_$(call name-to-var,$(target))_RULES :=)) $(foreach target, $(TARGET_TYPES), \ |