diff options
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r-- | expectations/brokentests.txt | 77 |
1 files changed, 64 insertions, 13 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt index 345b6de..25e1e22 100644 --- a/expectations/brokentests.txt +++ b/expectations/brokentests.txt @@ -644,26 +644,77 @@ ] }, { - description: "The ResourceBundle code under test is probably not used much on Android and needs a lot of attention.", - bug: 13747957, + description: "Fails in CTS, passes in CoreTestRunner.", result: EXEC_FAILED, names: [ - "org.apache.harmony.tests.java.util.ControlTest#test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ" + "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: "Some DecimalFormat tests fail, treating tests as broken while investigate further.", - bug: 12781028, + description: "Suffers from DH slowness, disabling for now.", result: EXEC_FAILED, names: [ - "org.apache.harmony.tests.java.text.DecimalFormatTest#testSerializationSelf", - "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatD", - "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatDLjava_lang_StringBufferLjava_text_FieldPosition", - "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatDLjava_lang_StringBufferLjava_text_FieldPosition_problem_cases", - "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatD_2", - "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatJLjava_lang_StringBufferLjava_text_FieldPosition", - "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatToCharacterIterator_very_large", - "org.apache.harmony.tests.java.text.DecimalFormatTest#test_format_minus_zero" + "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" + ] +}, +{ + description: "The ResourceBundle code under test is probably not used much on Android and needs a lot of attention.", + bug: 13747957, + result: EXEC_FAILED, + names: [ + "org.apache.harmony.tests.java.util.ControlTest#test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ" ] } ] |