summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2016-03-12 13:42:33 +0000
committer Roland Levillain <rpl@google.com> 2016-03-12 13:43:47 +0000
commit82bcf54704e0ebd2e791be3718a77eb8c92c701c (patch)
tree3ec856314502bbc8b8efb7d2ebd538ec1ff4f6d7
parent9e9411cc6edf5fa8be0cabd11203fac09e4bac13 (diff)
Revert "Re-enable test that was causing TimeoutExceptions on ARM64."
The test is failing again on the ARMv8 concurrent collector configuration (https://build.chromium.org/p/client.art/builders/armv8-concurrent-collector/builds/1833/steps/test%20libcore/logs/stdio). This reverts commit 9e9411cc6edf5fa8be0cabd11203fac09e4bac13. Bug: 26155567 Change-Id: I81b543a48cbbc1eca99efcc430965222ca6edfec
-rw-r--r--tools/libcore_failures_concurrent_collector.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libcore_failures_concurrent_collector.txt b/tools/libcore_failures_concurrent_collector.txt
index 95f0c2dcf2..75d1eff2c3 100644
--- a/tools/libcore_failures_concurrent_collector.txt
+++ b/tools/libcore_failures_concurrent_collector.txt
@@ -16,5 +16,11 @@
names: ["jsr166.LinkedTransferQueueTest#testTransfer2",
"jsr166.LinkedTransferQueueTest#testWaitingConsumer"],
bug: 25883050
+},
+{
+ description: "libcore.java.lang.OldSystemTest#test_gc failure on armv8-concurrent-collector.",
+ result: EXEC_FAILED,
+ names: ["libcore.java.lang.OldSystemTest#test_gc"],
+ bug: 26155567
}
]