summaryrefslogtreecommitdiffstats
path: root/expectations/brokentests.txt
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2014-05-21 13:25:04 +0100
committerNeil Fuller <nfuller@google.com>2014-05-21 12:46:06 +0000
commit0ad341d2f71f566638755eb9864d35d8363c3a95 (patch)
tree9deae6e682796e30cfd5daa8f1934094e6b58e2e /expectations/brokentests.txt
parent812e743a0aad29c2b86497a89afeccb034c40cff (diff)
downloadlibcore-0ad341d2f71f566638755eb9864d35d8363c3a95.zip
libcore-0ad341d2f71f566638755eb9864d35d8363c3a95.tar.gz
libcore-0ad341d2f71f566638755eb9864d35d8363c3a95.tar.bz2
Fix merge that duplicated suppressed test entries
The original commit on goog/master (6a6b612286976cc185c898803fe51e4e062bd9eb) was cherry picked into aosp/master (6cc167354969859a27919a8d7f546cb4bd74d51e). The cherry-pick should probably have been marked as not needing to be merged. When the change was merged from klp-modular-dev-plus-aosp into master, the test suppressions in brokentests.txt were duplicated, presumably because they were simple additions. This change removes those duplicates. Change-Id: I1eedec56c73cf9be93bc5bac2ce215069f86e335
Diffstat (limited to 'expectations/brokentests.txt')
-rw-r--r--expectations/brokentests.txt66
1 files changed, 0 insertions, 66 deletions
diff --git a/expectations/brokentests.txt b/expectations/brokentests.txt
index 96e205d..5cebb63 100644
--- a/expectations/brokentests.txt
+++ b/expectations/brokentests.txt
@@ -90,72 +90,6 @@
]
},
{
- 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"
- ]
-},
-{
description: "The ResourceBundle code under test is probably not used much on Android and needs a lot of attention.",
bug: 13747957,
result: EXEC_FAILED,