diff options
author | Neil Fuller <nfuller@google.com> | 2014-06-06 17:51:22 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-06-09 09:47:35 +0100 |
commit | 7408f7d9a38c16d2b93731f4c8d32256c80131a5 (patch) | |
tree | 8c48896ce679f57bdf9568bc2514baa07fca2a14 /expectations | |
parent | d6e67fd7082cf8c6ef5544dc740f9052add21538 (diff) | |
download | libcore-7408f7d9a38c16d2b93731f4c8d32256c80131a5.zip libcore-7408f7d9a38c16d2b93731f4c8d32256c80131a5.tar.gz libcore-7408f7d9a38c16d2b93731f4c8d32256c80131a5.tar.bz2 |
Shard the _getInstance test and skip the DH tests.
The _getInstance test was suppressed previously because it took
too long to complete. This re-enables parts of the test but
temporarily skips the DH algorithm until it can be investigated
further.
Bug: 5513723
Change-Id: Ia211de51f8def5b710c1d2a164f1ec70e474fc7a
Diffstat (limited to 'expectations')
-rw-r--r-- | expectations/knownfailures.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt index 108fa6e..e0b4d38 100644 --- a/expectations/knownfailures.txt +++ b/expectations/knownfailures.txt @@ -1441,10 +1441,5 @@ description: "Known failure in GregorianCalendarTest", bug: 12778197, name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime" -}, -{ - description: "Large test that ends in a timeout during CTS runs", - bug: 5513723, - name: "libcore.java.security.KeyPairGeneratorTest#test_getInstance" } ] |