summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Richard Uhler <ruhler@google.com> 2016-10-20 15:41:21 +0100
committer Richard Uhler <ruhler@google.com> 2016-10-20 15:45:14 +0100
commit58deb865a8d3b80f49d71dfa468cd6241bb0f038 (patch)
tree44fc6f902810fb26cbcad4fb9ec034010350efd5
parent024662a3102df92fabf4f40d9ec40976f8e20c5d (diff)
Disable 151-OpenFileLimit test.
Until we can track down all the crashes it leads to. Bug: 32302133 Test: mma -j32 ART_TEST_JIT=true ART_TEST_INTERPRETER=true test-art-host-run-test-151-OpenFileLimit Change-Id: I515a5175b4cefe49a8e270d354879050b1f616f9
-rw-r--r--test/Android.run-test.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 355684a4de..c99510a537 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -232,9 +232,11 @@ ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),
# Disable 149-suspend-all-stress, its output is flaky (b/28988206).
+# Disable 151-OpenFileLimit (b/32302133)
# Disable 577-profile-foreign-dex (b/27454772).
TEST_ART_BROKEN_ALL_TARGET_TESTS := \
149-suspend-all-stress \
+ 151-OpenFileLimit \
577-profile-foreign-dex \
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \