summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-08-14 18:05:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-14 16:10:21 +0000
commit078f4ea927b3259d698ca3dd542a096943e2cccd (patch)
tree5f555d73b4e7ffae22e4f97b3ef90449599287d7
parent2a516974f998fb71514c3160b125032e2bcc4e04 (diff)
parent5a586cc0d93bcf9c0a3d6d5dc4fe11a2c21c1725 (diff)
downloadart-078f4ea927b3259d698ca3dd542a096943e2cccd.zip
art-078f4ea927b3259d698ca3dd542a096943e2cccd.tar.gz
art-078f4ea927b3259d698ca3dd542a096943e2cccd.tar.bz2
Merge "Mark ParallelGC with gcstress failing."
-rw-r--r--build/Android.common_test.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/build/Android.common_test.mk b/build/Android.common_test.mk
index 52d1ee3..e2f3949 100644
--- a/build/Android.common_test.mk
+++ b/build/Android.common_test.mk
@@ -33,7 +33,13 @@ ART_TEST_KNOWN_BROKEN := \
test-art-target-run-test-gcstress-optimizing-relocate-004-SignalTest32 \
test-art-target-run-test-gcstress-default-relocate-004-SignalTest32 \
test-art-target-run-test-gcstress-optimizing-no-prebuild-004-SignalTest32 \
- test-art-target-run-test-gcstress-default-no-prebuild-004-SignalTest32
+ test-art-target-run-test-gcstress-default-no-prebuild-004-SignalTest32 \
+ 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
# List of known failing tests that when executed won't cause test execution to not finish.
# The test name must be the full rule name such as test-art-host-oat-optimizing-HelloWorld64.