diff options
author | Brett Chabot <brettchabot@google.com> | 2014-02-27 11:46:10 -0800 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2014-05-21 09:31:03 +0100 |
commit | 6cc167354969859a27919a8d7f546cb4bd74d51e (patch) | |
tree | e333aaff1d8211a2f29b509078db398ddf09152e /expectations/brokentests.txt | |
parent | 6167671bf318661c6d9f9f44d4ad4b14d60e9224 (diff) | |
download | libcore-6cc167354969859a27919a8d7f546cb4bd74d51e.zip libcore-6cc167354969859a27919a8d7f546cb4bd74d51e.tar.gz libcore-6cc167354969859a27919a8d7f546cb4bd74d51e.tar.bz2 |
Deprecate use of BrokenTest and SideEffect
Use expectations files instead.
(cherry picked from commit 6a6b612286976cc185c898803fe51e4e062bd9eb)
Bug: 12924356
Change-Id: I9b7e71805a80176c873cffe46bed65f81de1903d
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index c108c6b..5cebb63 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -96,5 +96,71 @@ names: [ "org.apache.harmony.tests.java.util.ControlTest#test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ" ] +}, +{ + description: "Fails in CTS, passes in CoreTestRunner.", + result: EXEC_FAILED, + names: [ + "org.apache.harmony.tests.java.net.URLConnection#test_getContentEncoding", + "libcore.java.text.OldNumberFormatTest#test_parseLjava_lang_String", + "libcore.java.nio.channels.OldSocketChannelTest#test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData", + "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep", + "libcore.java.security.cert.OldPKIXParametersTest#testPKIXParametersKeyStore04" + ] +}, +{ + description: "Suffers from DH slowness, disabling for now.", + result: EXEC_FAILED, + names: [ + "libcore.java.security.OldDHTest#testDHGen", + "libcore.java.security.OldKeyPairGeneratorTestDH#testKeyPairGenerator", + "libcore.javax.crypto.spec.KeyPairGeneratorTestDH#testKeyPairGenerator", + "libcore.javax.crypto.spec.AlgorithmParametersTestDH#testAlgorithmParameters", + "libcore.javax.crypto.spec.AlgorithmParameterGeneratorTestDH#testAlgorithmParameterGenerator" + ] +}, +{ + description: "Destroys MD5 provider, hurts succeeding tests", + result: EXEC_FAILED, + names: [ + "tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKey", + "tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKeyString" + ] +}, +{ + description: "Suffers from side effect of other, currently unknown test", + result: EXEC_FAILED, + names: [ + "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest#testProxyAuthorization" + ] +}, +{ + description: "Support_TestWebServer requires isolation.", + result: EXEC_FAILED, + names: [ + "libcore.java.net.OldURLClassLoaderTest#test_findResourceLjava_lang_String" + ] +}, +{ + description: "This test affects tests that are run after this one due to caching in URLConnection.", + result: EXEC_FAILED, + names: [ + "org.apache.harmony.luni.tests.java.net.ContentHandlerFactoryTest#test_createContentHandler" + ] +}, +{ + description: "Causes OutOfMemoryError to test finalization", + result: EXEC_FAILED, + names: [ + "org.apache.harmony.tests.java.lang.ref.SoftReferenceTest#test_get_SoftReference", + "org.apache.harmony.crypto.tests.javax.crypto#ExemptionMechanismTest#test_finalize" + ] +}, +{ + description: "Causes open dex file error", + result: EXEC_FAILED, + names: [ + "org.apache.harmony.tests.java.lang.reflect.GenericSignatureFormatErrorTest#test_signatureFormatError" + ] } ] |