diff options
| -rw-r--r-- | tools/libcore_failures.txt | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 728991d0e9..7ada1896e8 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -130,28 +130,7 @@ description: "Crypto failures", result: EXEC_FAILED, names: ["libcore.javax.crypto.CipherTest#testCipher_ShortBlock_Failure", - "libcore.javax.crypto.CipherTest#testCipher_Success", - "libcore.javax.crypto.spec.AlgorithmParametersTestDESede#testAlgorithmParameters", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#testDoFinalbyteArrayintintbyteArrayint", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#testUpdatebyteArrayintintbyteArrayint", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_doFinal$BI", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_doFinal$BII$B", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_doFinalLjava_nio_ByteBufferLjava_nio_ByteBuffer", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_getAlgorithm", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_getBlockSize", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_getInstanceLjava_lang_String", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_getOutputSizeI", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_initWithAlgorithmParameterSpec", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_initWithKey", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_initWithKeyAlgorithmParameterSpecSecureRandom", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_initWithSecureRandom", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_unwrap$BLjava_lang_StringI", - "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#test_updateLjava_nio_ByteBufferLjava_nio_ByteBuffer", - "org.apache.harmony.crypto.tests.javax.crypto.func.CipherAesWrapTest#test_AesWrap", - "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeISO", - "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeTest#test_DESedeNoISO", - "org.apache.harmony.crypto.tests.javax.crypto.func.CipherDESedeWrapTest#test_DESedeWrap", - "org.apache.harmony.crypto.tests.javax.crypto.func.CipherPBETest#test_PBEWithMD5AndDES"] + "libcore.javax.crypto.CipherTest#testCipher_Success"] }, { description: "Flake when running with libartd.so or interpreter", |