OSDN Git Service

Disable test 964 with gcstress since it often times out.
authorAlex Light <allight@google.com>
Fri, 13 Nov 2015 18:39:34 +0000 (10:39 -0800)
committerAlex Light <allight@google.com>
Fri, 13 Nov 2015 18:39:38 +0000 (10:39 -0800)
Change-Id: Ice9b25d373b849d4415f9189fe94d8ccd6d05cbe

test/Android.run-test.mk

index 3a0bea3..0a0b6c4 100644 (file)
@@ -305,12 +305,13 @@ TEST_ART_BROKEN_INTERPRETER_ACCESS_CHECK_TESTS :=
 # Tests that are broken with GC stress.
 # * 137-cfi needs to unwind a second forked process. We're using a primitive sleep to wait till we
 #   hope the second process got into the expected state. The slowness of gcstress makes this bad.
-# * 961-default-iface-resolution-generated is a very long test that often will take more than the
-#   timeout to run when gcstress is enabled. This is because gcstress slows down allocations
-#   significantly which this test does a lot.
+# * 961-default-iface-resolution-generated and 964-default-iface-init-generated are very long tests
+#   that often will take more than the timeout to run when gcstress is enabled. This is because
+#   gcstress slows down allocations significantly which these tests do a lot.
 TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \
   137-cfi \
-  961-default-iface-resolution-generated
+  961-default-iface-resolution-generated \
+  964-default-iface-init-generated
 
 ifneq (,$(filter gcstress,$(GC_TYPES)))
   ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \