diff options
author | Jesse Wilson <jessewilson@google.com> | 2011-02-21 14:13:18 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2011-02-21 14:13:18 -0800 |
commit | 2bfd651f0dba5762009fcd8680fda28b365d4d02 (patch) | |
tree | 811f2bd0c220bc55f7e177761c9a427e3ba5b5c8 /expectations/knownfailures.txt | |
parent | a9664e78d206176772bf0dbaa9124f1857462409 (diff) | |
download | libcore-2bfd651f0dba5762009fcd8680fda28b365d4d02.zip libcore-2bfd651f0dba5762009fcd8680fda28b365d4d02.tar.gz libcore-2bfd651f0dba5762009fcd8680fda28b365d4d02.tar.bz2 |
Set expectations for tests timing out on BN_generate_prime_ex
Change-Id: Ib2f39e255af37db088d019498e5a3864c5d28b33
http://b/3474446
Diffstat (limited to 'expectations/knownfailures.txt')
-rw-r--r-- | expectations/knownfailures.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index e91530d..b60eaea 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -8,8 +8,14 @@ bug: 3474648 }, { - description: "DHPrivateKeyTest#test_getParams times out", - name: "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest#test_getParams", + description: "java.math.NativeBN.BN_generate_prime_ex takes far too long, causes tests to time out", + names: [ + "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest#test_getParams", + "org.apache.harmony.security.tests.java.security.KeyFactory2Test#test_generatePrivateLjava_security_spec_KeySpec", + "org.apache.harmony.security.tests.java.security.KeyFactory2Test#test_generatePublicLjava_security_spec_KeySpec", + "org.apache.harmony.security.tests.java.security.KeyFactory2Test#test_getKeySpecLjava_security_KeyLjava_lang_Class", + "org.apache.harmony.security.tests.java.security.KeyFactory2Test#test_translateKeyLjava_security_Key" + ], bug: 3474446 }, { |