summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/libcore_failures.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt
index 60aac3cdb5..264217ead6 100644
--- a/tools/libcore_failures.txt
+++ b/tools/libcore_failures.txt
@@ -214,5 +214,15 @@
description: "java.io.IOException: Error writing ASN.1 encoding",
result: EXEC_FAILED,
names: ["libcore.javax.crypto.spec.AlgorithmParametersTestGCM#testEncoding"]
+},
+{
+ description: "Tests fail because mockito can not read android.os.Build$VERSION",
+ result: EXEC_FAILED,
+ bug: 111704422,
+ names: ["libcore.java.lang.ThreadTest#testUncaughtExceptionPreHandler_calledBeforeDefaultHandler",
+ "libcore.java.lang.ThreadTest#testUncaughtExceptionPreHandler_noDefaultHandler",
+ "libcore.javax.crypto.CipherInputStreamTest#testCloseTwice",
+ "libcore.libcore.io.BlockGuardOsTest#test_android_getaddrinfo_networkPolicy",
+ "libcore.libcore.io.BlockGuardOsTest#test_checkNewMethodsInPosix"]
}
]