diff options
author | 2017-02-16 12:48:57 +0000 | |
---|---|---|
committer | 2017-02-16 13:04:05 +0000 | |
commit | c604edeca7a07a2929b0b06bb5250e6ac73d881f (patch) | |
tree | 4a5a8acd197ff2c3e6bbc1fad637016a3c85ca28 | |
parent | 69ed58348af817176734c5541f41737f00f9a1e9 (diff) |
Remove passing tests from libcore_failures.txt.
Passing tests that are suppressed show up as warnings in vogar. I ran
a script to look at the build logs for the buildbot and find the warnings
that are common to all recent runs, meaning the test passes in every
configuration we use, so it should be safe to enable.
Bug: 21722374
Test: looked at build logs of buildbots
Change-Id: Ied157778152f08e194ab8ffc8d7a86b133dccb99
-rw-r--r-- | tools/libcore_failures.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index dcef8c01c2..08abdb3713 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -105,12 +105,6 @@ names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"] }, { - description: "Short date format flag ignored for es_US locale.", - result: EXEC_FAILED, - name: "libcore.icu.DateIntervalFormatTest#test_formatDateInterval", - bug: 18619426 -}, -{ description: "Error decoding digital signature bytes.", result: EXEC_FAILED, name: "org.apache.harmony.security.tests.java.security.Signature2Test#test_verify$BII", @@ -134,12 +128,6 @@ names: ["org.apache.harmony.tests.java.lang.ProcessManagerTest#testEnvironment"] }, { - description: "Crypto failures", - result: EXEC_FAILED, - names: ["libcore.javax.crypto.CipherTest#testCipher_ShortBlock_Failure", - "libcore.javax.crypto.CipherTest#testCipher_Success"] -}, -{ description: "Flake when running with libartd.so or interpreter", result: EXEC_FAILED, bug:22106064, |