diff options
| author | 2015-05-12 08:28:33 +0000 | |
|---|---|---|
| committer | 2015-05-12 08:28:33 +0000 | |
| commit | b6c37c99b1f8b4a6b047076d71036af08f5d2fd1 (patch) | |
| tree | 1c0d5aa876119c9e87aa187deb236b0cfc5d0206 | |
| parent | bdd9f2d870099e326a281ac90993b37b999c35ea (diff) | |
| parent | 6f3f6c75b7330ec4ecd47d845619ebd4bb9f1eb8 (diff) | |
Merge "Update test expectations."
| -rw-r--r-- | tools/libcore_failures.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index a3870362c2..8ce19ddb93 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -109,12 +109,6 @@ bug: 19165288 }, { - description: "Bug in libcore", - result: EXEC_FAILED, - names: ["libcore.javax.crypto.ECDHKeyAgreementTest#testInit_withUnsupportedPrivateKeyType"], - bug: 19730263 -}, -{ description: "Needs to be run as root", result: EXEC_FAILED, modes: [host], @@ -130,5 +124,11 @@ modes: [device], result: EXEC_FAILED, 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"] } ] |