summaryrefslogtreecommitdiffstats
path: root/expectations/knownfailures.txt
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2014-05-16 09:31:50 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-16 09:31:50 +0000
commit706e6ab795b325ab932ac22622ee070634b50c24 (patch)
tree8ae4b638504533dd2e7931a57154e7db8d726d70 /expectations/knownfailures.txt
parente90b14b0655822af2dc75433c95176ea09d2cf09 (diff)
parent75744a84159d529af36ee578afc3cc9378415b3b (diff)
downloadlibcore-706e6ab795b325ab932ac22622ee070634b50c24.zip
libcore-706e6ab795b325ab932ac22622ee070634b50c24.tar.gz
libcore-706e6ab795b325ab932ac22622ee070634b50c24.tar.bz2
am 75744a84: am 6cd77676: am b6e3df34: Merge "Remove unnecessary test suppression entries"
* commit '75744a84159d529af36ee578afc3cc9378415b3b': Remove unnecessary test suppression entries
Diffstat (limited to 'expectations/knownfailures.txt')
-rw-r--r--expectations/knownfailures.txt128
1 files changed, 1 insertions, 127 deletions
diff --git a/expectations/knownfailures.txt b/expectations/knownfailures.txt
index 0fa77e9..2660aa0 100644
--- a/expectations/knownfailures.txt
+++ b/expectations/knownfailures.txt
@@ -6,9 +6,7 @@
description: "four known CharsetDecoder-/CharsetEncoder-related failures",
names: [
"org.apache.harmony.tests.java.nio.charset.ASCIICharsetEncoderTest#testCanEncodeSurrogate",
- "org.apache.harmony.tests.java.nio.charset.ASCIICharsetEncoderTest#testMultiStepEncode",
- "org.apache.harmony.tests.java.nio.charset.CharsetDecoderTest#testInvalidDecoding",
- "org.apache.harmony.tests.java.nio.charset.CharsetDecoderTest#test_decode"
+ "org.apache.harmony.tests.java.nio.charset.ASCIICharsetEncoderTest#testMultiStepEncode"
],
bug: 10729779
},
@@ -33,14 +31,6 @@
bug: 4471249
},
{
- description: "Investigate InterruptedIOException + InputStream.read(), OutputStream.write()",
- names: [
- "libcore.java.io.InterruptedStreamTest#testInterruptSocketInputStream",
- "libcore.java.io.InterruptedStreamTest#testInterruptSocketOutputStream"
- ],
- bug: 4181738
-},
-{
description: "SimpleDateFormat assumes DST always uses 60 minute offset; this fails for zones like Lord Howe Daylight Time",
name: "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone",
bug: 4723412
@@ -51,11 +41,6 @@
bug: 2772628
},
{
- description: "Test fails, Intermediate certificate lacks BasicConstraints",
- name: "com.android.org.bouncycastle.jce.provider.PKIXCertPathValidatorSpiTest#testTrustAndRemoteCertificatesWithDifferentEncodings",
- bug: 3474648
-},
-{
description: "DHParametersHelper.generateSafePrimes sometimes takes long time, other times takes a very long time",
name: "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest#test_getParams",
bug: 3474446
@@ -74,60 +59,11 @@
bug: 3387758
},
{
- description: "URLConnection fails on URLs containing {}",
- name: "libcore.java.net.URLConnectionTest#testMalformedUrl",
- bug: 1158780,
- substring: "java.net.URISyntaxException"
-},
-{
description: "KxmlParser doesn't expose DTD text",
name: "libcore.xml.KxmlPullParserDtdTest#testDoctypeWithNextToken",
bug: 3241492
},
{
- description: "Expat relaxed is different from Kxml relaxed",
- names: [
- "libcore.xml.ExpatPullParserTest#testAttributeNoValueWithRelaxed",
- "libcore.xml.ExpatPullParserTest#testAttributeUnquotedValueWithRelaxed",
- "libcore.xml.ExpatPullParserTest#testMissingEntitiesWithRelaxed",
- "libcore.xml.ExpatPullParserTest#testUnterminatedEntityWithRelaxed"
- ],
- bug: 3090550
-},
-{
- description: "ExpatPullParser doesn't support nextToken() or line numbers",
- names: [
- "libcore.xml.ExpatPullParserDtdTest#testDoctypeWithNextToken",
- "libcore.xml.ExpatPullParserTest#testCdataUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testCommentUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testCustomEntitiesAreNotEvaluated",
- "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNext",
- "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testEmptyCdataUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testEmptyComment",
- "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNext",
- "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testEntityInAttributeUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testLinesAndColumns",
- "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextTokenWithRelaxed",
- "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextWithRelaxed",
- "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextTokenWithRelaxed",
- "libcore.xml.ExpatPullParserTest#testProcessingInstructionUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testRegularNumericEntities",
- "libcore.xml.ExpatPullParserTest#testWhitespaceUsingNextToken",
- "libcore.xml.ExpatPullParserTest#testXmlDeclaration",
- "libcore.xml.ExpatPullParserTest#testXmlDeclarationExtraAttributes"
- ],
- bug: 3090550
-},
-{
- description: "ExpatPullParser doesn't handle surrogates properly",
- name: "libcore.xml.ExpatPullParserTest#testCharacterReferenceOfLastUtf16Surrogate",
- bug: 3090550
-},
-{
description: "RandomAccessFile missing finalizer",
name: "libcore.java.io.RandomAccessFileTest#testRandomAccessFileHasCleanupFinalizer",
bug: 3015023
@@ -143,19 +79,6 @@
bug: 3056617
},
{
- description: "Minimal days in first week is broken",
- names: [
- "libcore.java.text.OldSimpleDateFormatTest#testFormattingWeekOfYear",
- "libcore.java.text.OldSimpleDateFormatTest#testDefaultMinimalDaysInFirstWeek"
- ],
- bug: 1613709
-},
-{
- description: "Custom SimpleTimeZones not honored by SimpleDateFormat",
- name: "libcore.java.text.OldSimpleDateFormatTest#testFormattingTimezones",
- bug: 3049014
-},
-{
description: "NaN character not found when deserializing DecimalFormatSymbols",
name: "libcore.java.text.OldDecimalFormatSymbolsTest#test_RIHarmony_compatible",
bug: 3056792
@@ -194,7 +117,6 @@
{
description: "Double.parseDouble().toString does wrong rounding",
names: [
- "libcore.java.lang.OldDoubleTest#test_parseDoubleLjava_lang_String",
"libcore.java.lang.DoubleTest#testParseLargestSubnormalDoublePrecision"
],
bug: 1607938
@@ -249,16 +171,6 @@
modes: [ "host" ]
},
{
- description: "Defining classes from byte[] not supported in Android",
- result: EXEC_FAILED,
- name: "libcore.java.lang.OldClassTest#test_getClasses_subtest0"
-},
-{
- description: "There is no protection domain set in Android.",
- result: EXEC_FAILED,
- name: "libcore.java.lang.OldClassTest#test_getProtectionDomain"
-},
-{
description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS",
bug: 3447964,
name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls"
@@ -270,37 +182,16 @@
name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
},
{
- description: "Fails (probably) because no protection domain is set.",
- result: EXEC_FAILED,
- names: [
- "org.apache.harmony.security.tests.java.security.AccessController2Test#test_checkPermission_InvalidPermission",
- "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedAction",
- "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedActionLjava_security_AccessControlContext",
- "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedExceptionAction",
- "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedExceptionActionLjava_security_AccessControlContext"
- ]
-},
-{
description: "Android throws IllegalArgumentException, RI throws NullPointerException",
result: EXEC_FAILED,
name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2"
},
{
- description: "Android doesn't support protection domains.",
- result: EXEC_FAILED,
- name: "org.apache.harmony.tests.java.security.PermissionCollectionTest#test_impliesLjava_security_Permission"
-},
-{
description: "Android doesn't allow null parent.",
result: EXEC_FAILED,
name: "tests.java.security.SecureClassLoaderTest#testSecureClassLoaderClassLoader"
},
{
- description: "Not all Drivers are loaded in testsetup. ClassLoader issue in DriverManager.",
- result: EXEC_FAILED,
- name: "org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testDeregisterDriver"
-},
-{
description: "not supported",
result: EXEC_FAILED,
names: [
@@ -777,21 +668,11 @@
]
},
{
- description: "res.close() does not wrap up",
- bug: 3403706,
- name: "libcore.java.sql.OldResultSetTest#testAfterLast"
-},
-{
description: "statement.close() does not wrap up",
bug: 3403706,
name: "libcore.java.sql.OldResultSetTest#testBeforeFirst"
},
{
- description: "Not supported",
- bug: 3403706,
- name: "libcore.java.sql.OldResultSetTest#testClearWarnings"
-},
-{
description: "Resultset.close() does not wrap up",
bug: 3403706,
names: [
@@ -1613,13 +1494,6 @@
]
},
{
- description: "Known failures in SerializationStressTest",
- bug: 11668227,
- names: [
- "org.apache.harmony.tests.java.io.SerializationStressTest4#test_writeObject_Collections_UnmodifiableMap_UnmodifiableEntrySet"
- ]
-},
-{
description: "Known failure in MathTest 1^NAN should be NAN",
bug: 11669804,
name: "org.apache.harmony.tests.java.lang.MathTest#test_powDD"