summaryrefslogtreecommitdiffstats
path: root/expectations/brokentests.txt
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-02-06 11:54:04 -0800
committerKenny Root <kroot@google.com>2013-02-06 11:58:36 -0800
commit92d2dac2a693d4fd6887cdf75788f0ad9e28d7da (patch)
treeea03a6a36803f78a65b74477b64fa513a678318c /expectations/brokentests.txt
parentbc96dc44f9f79dddd5fcb1d88c0dd96be88bd002 (diff)
downloadlibcore-92d2dac2a693d4fd6887cdf75788f0ad9e28d7da.zip
libcore-92d2dac2a693d4fd6887cdf75788f0ad9e28d7da.tar.gz
libcore-92d2dac2a693d4fd6887cdf75788f0ad9e28d7da.tar.bz2
Fix KeyPairGenerator test for DH
Finding safe primes for the DH key pair generator can take up to 20 minutes sometimes. Use a pre-defined set of primes instead of skipping the test altogether because of the extreme amount of time it takes. This leaves us not testing one software path, but this situation is strictly better than not running the test at all. Change-Id: I03d457747e2ec1a2592c1c6350365cbe5aa33759
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r--expectations/brokentests.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt
index e1bac64..dfc65e7 100644
--- a/expectations/brokentests.txt
+++ b/expectations/brokentests.txt
@@ -18,11 +18,6 @@
bug: 5534202
},
{
- description: "libcore.java.security.KeyPairGeneratorTest long test is too long",
- name: "libcore.java.security.KeyPairGeneratorTest#test_getInstance",
- bug: 5513723
-},
-{
description: "Support digest authentication in HttpURLConnection",
name: "libcore.net.http.ParsedHeadersTest#testParseChallengesWithManyParameters",
bug: 6156454