diff options
author | Adam Vartanian <flooey@google.com> | 2017-03-30 15:17:41 +0100 |
---|---|---|
committer | Adam Vartanian <flooey@google.com> | 2017-04-03 09:02:45 +0100 |
commit | 2ee39b85eadf210d25e0bad1524f5fcbb8647137 (patch) | |
tree | 7cb607a8c5159af558161b87b0197c20672c7f83 /expectations | |
parent | e7ac406276002eaf734c12ae1b40f3e68d28339e (diff) |
Add known Wycheproof failures
These tests are Wycheproof test cases that our providers currently
fail. Adding them to the known set of failing test cases in
advance of adding CTS tests that include the Wycheproof tests.
Bug: 31182886
Test: cts -m CtsLibcoreWycheproofTestCases
Change-Id: I5e0b90703255a07fe3c388db4eb285be00725632
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index f1bac82b1a..e9537fb929 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1503,5 +1503,31 @@ names: [ "com.android.org.apache.harmony.luni.tests.java.net.URLClassLoaderImplTest#test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory" ] +}, +{ + description: "Bouncy Castle doesn't prevent reusing initialization vectors", + bug: 31801320, + result: EXEC_FAILED, + names: [ + "com.google.security.wycheproof.AesGcmTest#testIvReuse" + ] +}, +{ + description: "Conscrypt produces different exceptions under different circumstances", + bug: 36772622, + result: EXEC_FAILED, + names: [ + "com.google.security.wycheproof.RsaEncryptionTest#testExceptionsPKCS1", + "com.google.security.wycheproof.RsaEncryptionTest#testGetExceptionsOAEP" + ] +}, +{ + description: "Conscrypt fails these tests in 32-bit mode", + bug: 36636626, + result: EXEC_FAILED, + names: [ + "com.google.security.wycheproof.EcdhTest#testModifiedPublic", + "com.google.security.wycheproof.EcdhTest#testModifiedPublicSpec" + ] } ] |