summaryrefslogtreecommitdiff
path: root/build/Android.common_test.mk
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-01-07 17:42:07 -0800
committer Mathieu Chartier <mathieuc@google.com> 2015-01-07 17:44:28 -0800
commitbdeb9b7030d30a94bddbb84f4a8bf2f92da9fddd (patch)
treefa131f5458a8224c4179b5edf5230433c864ddaf /build/Android.common_test.mk
parent294be075795e570350d14a30518b0548670afa83 (diff)
Re-enable ParallelGC test for gcstress mode
Ran the test hundreds of times with gcstress without any failures. Bug: 16406852 Change-Id: Idd2d248bd43bfb20ad7313e12ce3dce85bea3de5
Diffstat (limited to 'build/Android.common_test.mk')
-rw-r--r--build/Android.common_test.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk
index 8e3807855c..da50d53dbf 100644
--- a/build/Android.common_test.mk
+++ b/build/Android.common_test.mk
@@ -25,13 +25,7 @@ ART_TARGET_CFLAGS += -DART_TARGET_NATIVETEST_DIR=${ART_TARGET_NATIVETEST_DIR}
# List of known broken tests that we won't attempt to execute. The test name must be the full
# rule name such as test-art-host-oat-optimizing-HelloWorld64.
-ART_TEST_KNOWN_BROKEN := \
- test-art-host-run-test-gcstress-default-prebuild-114-ParallelGC32 \
- test-art-host-run-test-gcstress-interpreter-prebuild-114-ParallelGC32 \
- test-art-host-run-test-gcstress-optimizing-prebuild-114-ParallelGC32 \
- test-art-host-run-test-gcstress-default-prebuild-114-ParallelGC64 \
- test-art-host-run-test-gcstress-interpreter-prebuild-114-ParallelGC64 \
- test-art-host-run-test-gcstress-optimizing-prebuild-114-ParallelGC64
+ART_TEST_KNOWN_BROKEN :=
# Failing valgrind tests.
# Note: *all* 64b tests involving the runtime do not work currently. b/15170219.