diff options
author | Jesse Wilson <jessewilson@google.com> | 2011-02-21 11:10:57 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2011-02-21 11:10:57 -0800 |
commit | 66fdc40c1ae73e146d172ee002dd2b926656da14 (patch) | |
tree | 29c8d18d6a2fa7f5976d7ec8a1c928cf85c9bbc5 /expectations | |
parent | f3ed3e526be7f4f329ee9320e49170498eefc668 (diff) | |
download | libcore-66fdc40c1ae73e146d172ee002dd2b926656da14.zip libcore-66fdc40c1ae73e146d172ee002dd2b926656da14.tar.gz libcore-66fdc40c1ae73e146d172ee002dd2b926656da14.tar.bz2 |
Set expectation for DHPrivateKeyTest timeouts.
Change-Id: I05c76de211cb2a743670df190f6dfb2b5de1b060
http://b/3474446
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 94cc459..cb4c83d 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -3,6 +3,11 @@ */ [ { + description: "DHPrivateKeyTest#test_getParams times out", + name: "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest#test_getParams", + bug: 3474446 +}, +{ description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout", name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement", bug: 3473300 |