diff options
author | Brian Carlstrom <bdc@google.com> | 2010-06-18 13:35:36 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2010-06-18 13:35:36 -0700 |
commit | 78a3b5d9bbb21e1291fc6d20976a544df5ab4b44 (patch) | |
tree | 66dee184b9811ffc53435a83bca33b820abc3e0b /expectations/icebox.txt | |
parent | 0471e8c623c88c22f56c108903d0ac8e32e0db00 (diff) | |
download | libcore-78a3b5d9bbb21e1291fc6d20976a544df5ab4b44.zip libcore-78a3b5d9bbb21e1291fc6d20976a544df5ab4b44.tar.gz libcore-78a3b5d9bbb21e1291fc6d20976a544df5ab4b44.tar.bz2 |
javax.crypto tests moving to vogar
Tested these with the coming BouncyCastle 1.45 upgrade.
Confirmed the failures happen on continuous build before the upgrade.
Change-Id: Idbd08d1641dbba9297840105ac018353dad5205a
Diffstat (limited to 'expectations/icebox.txt')
-rw-r--r-- | expectations/icebox.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/expectations/icebox.txt b/expectations/icebox.txt index d6bd425..4959a0e 100644 --- a/expectations/icebox.txt +++ b/expectations/icebox.txt @@ -152,3 +152,8 @@ pattern .*java.lang.IllegalArgumentException: 5 not in range \(5....* test org.apache.harmony.luni.tests.java.util.TreeMapTest#test_descendingMap_subMap result EXEC_FAILED pattern .*java.lang.IllegalArgumentException: 5 not in range \(5....* + +# BouncyCastle allows unrecognized algorithms, but RI does not, not clear if this is a bug +test org.apache.harmony.crypto.tests.javax.crypto.KeyAgreementTest#test_generateSecretLjava_lang_String +pattern .*junit.framework.AssertionFailedError: NoSuchAlgorithmException expected.* +result EXEC_FAILED |