diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-13 18:26:43 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-13 18:26:43 +0000 |
commit | 056ed4a4fbc9df532a0d31e9ba21ad7a1b3121a7 (patch) | |
tree | 8a05525830359e0cb4bcfa39f83ab48784761816 /tools | |
parent | 2f709af007ea67ee8b6b8965a7ce313bcb6089d4 (diff) | |
download | art-056ed4a4fbc9df532a0d31e9ba21ad7a1b3121a7.zip art-056ed4a4fbc9df532a0d31e9ba21ad7a1b3121a7.tar.gz art-056ed4a4fbc9df532a0d31e9ba21ad7a1b3121a7.tar.bz2 |
Update expectations for libcore bug.
Change-Id: I88b949956440b8f0bc8f2bfe731fb7a3d18652e6
Diffstat (limited to 'tools')
-rw-r--r-- | tools/libcore_failures.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 41d814a..4e229d5 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -106,5 +106,11 @@ modes_variants: [[device,X64]], names: ["libcore.java.lang.SystemTest#testArrayCopyConcurrentModification"], bug: 19165288 +}, +{ + description: "Bug in libcore", + result: EXEC_FAILED, + names: ["libcore.javax.crypto.ECDHKeyAgreementTest#testInit_withUnsupportedPrivateKeyType"], + bug: 19730263 } ] |