OSDN Git Service

Disable test 961-default-iface-resolution-generated with gcstress
authorAlex Light <allight@google.com>
Tue, 20 Oct 2015 17:23:32 +0000 (10:23 -0700)
committerAlex Light <allight@google.com>
Tue, 20 Oct 2015 17:23:32 +0000 (10:23 -0700)
The test takes too long with gcstress and can cause timeouts.

Change-Id: I99d16e882650ea73d07f4292fcfba0869f5b7ed1

test/Android.run-test.mk

index ad64b68..ff5c734 100644 (file)
@@ -297,10 +297,13 @@ endif
 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.
+# * 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 does is a very long test that often will take more then
+#   the timeout to run when gcstress is enabled and making things slower.
 TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \
-  137-cfi
+  137-cfi \
+  961-default-iface-resolution-generated
 
 ifneq (,$(filter gcstress,$(GC_TYPES)))
   ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \