OSDN Git Service

Disable 114-ParallelGC for GC stress testing.
authorIan Rogers <irogers@google.com>
Fri, 10 Oct 2014 19:39:31 +0000 (12:39 -0700)
committerIan Rogers <irogers@google.com>
Fri, 10 Oct 2014 19:39:31 +0000 (12:39 -0700)
Bug: 17387969
Change-Id: Ic50e9642468646c36afa5cfbe4050d24e9190ae6

test/Android.run-test.mk

index 5ca8bec..57b7b33 100644 (file)
@@ -204,7 +204,8 @@ TEST_ART_BROKEN_NO_RELOCATE_TESTS :=
 
 # Tests that are broken with GC stress.
 TEST_ART_BROKEN_GCSTRESS_RUN_TESTS := \
-  004-SignalTest
+  004-SignalTest \
+  114-ParallelGC
 
 ifneq (,$(filter gcstress,$(GC_TYPES)))
   ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(PREBUILD_TYPES), \