diff options
| author | 2016-12-06 10:30:55 +0000 | |
|---|---|---|
| committer | 2016-12-06 10:30:55 +0000 | |
| commit | b022619222a2e1454cbaf9e40a83fdfe838c5092 (patch) | |
| tree | 9f93c85f7164515f4283a3afdc3a8624837a32f7 | |
| parent | d3a36fd9d99857da60777ddcf3b10058402e0915 (diff) | |
Revert "Re-enable libcore test WeakHashMapTest#test_keySet."
This reverts commit d3a36fd9d99857da60777ddcf3b10058402e0915.
Reverting as the test still fails on the ART Buildbot.
Bug: 25437292
Change-Id: Id8bf59bac2d81554d5a50757ce25255ec99155ec
| -rw-r--r-- | tools/libcore_failures.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index ae18f411d3..53fe8fedc5 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -173,6 +173,12 @@ bug: 25178637 }, { + description: "Non-deterministic test because of a dependency on weak ref collection.", + result: EXEC_FAILED, + names: ["org.apache.harmony.tests.java.util.WeakHashMapTest#test_keySet"], + bug: 25437292 +}, +{ description: "Missing resource in classpath", result: EXEC_FAILED, modes: [device], |