diff options
author | Jesse Wilson <jessewilson@google.com> | 2011-02-21 13:46:17 -0800 |
---|---|---|
committer | Jesse Wilson <jessewilson@google.com> | 2011-02-21 13:46:17 -0800 |
commit | a9664e78d206176772bf0dbaa9124f1857462409 (patch) | |
tree | 3987d83b003c5aeb4599e89072c56727e4c3c2b2 /expectations | |
parent | 66fdc40c1ae73e146d172ee002dd2b926656da14 (diff) | |
download | libcore-a9664e78d206176772bf0dbaa9124f1857462409.zip libcore-a9664e78d206176772bf0dbaa9124f1857462409.tar.gz libcore-a9664e78d206176772bf0dbaa9124f1857462409.tar.bz2 |
Set expectations for failing PKIXCertPathValidatorSpiTest
Change-Id: I6dfaa5613ade84667da314165a2795d1f92fa6a1
http://b/3474648
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 cb4c83d..e91530d 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -3,6 +3,11 @@ */ [ { + description: "Test fails, Intermediate certificate lacks BasicConstraints", + name: "com.android.org.bouncycastle.jce.provider.PKIXCertPathValidatorSpiTest#testTrustAndRemoteCertificatesWithDifferentEncodings", + bug: 3474648 +}, +{ description: "DHPrivateKeyTest#test_getParams times out", name: "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest#test_getParams", bug: 3474446 |