summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/libcore_failures.txt6
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],