summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2016-01-22 10:59:20 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-01-22 10:59:20 +0000
commitc24b8df48be848af1f4cb54e9caef2b7d6afe680 (patch)
tree33bebfdf5ae27cf0e4c99c70fe0ab563aa42fff9
parent45ec0967f1ac09d223e94267c0004dc08670792e (diff)
parent836f7eeb21d45ed0a76b636386f56e4fbd2a3ac7 (diff)
Merge "Disable flaky test."
-rw-r--r--test/Android.run-test.mk5
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), \