You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1823 lines
96 KiB
1823 lines
96 KiB
/*
|
|
* This file contains test expectations for libcore.
|
|
* TODO: Rename this file to account for the fact that it has both tags and known failures
|
|
*/
|
|
[
|
|
{
|
|
description: "large tests",
|
|
result: SUCCESS,
|
|
names: [
|
|
/* libcore tests that take over 15 minutes on device because of DHParametersHelper.generateSafePrimes */
|
|
"org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest",
|
|
"org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest",
|
|
"org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPublicKeyTest",
|
|
/* non-AOSP tests http://b/8027066 */
|
|
"java.util.EnumSet.EnumSetBash",
|
|
"java.io.PipedInputStream.CloseAndAvailableRC",
|
|
"java.io.PrintStream.OversynchronizedTest",
|
|
"java.io.PrintWriter.OversynchronizedTest",
|
|
"java.lang.String.Split",
|
|
"java.lang.ref.SoftReference.Pin",
|
|
"java.math.BigInteger.BigIntegerTest",
|
|
"java.net.MulticastSocket.Test",
|
|
"java.net.Socket.InheritTimeout",
|
|
"java.net.Socket.reset.Test",
|
|
"java.net.URLConnection.TimeoutTest",
|
|
"java.nio.channels.DatagramChannel.ConnectedSend",
|
|
"java.nio.channels.FileChannel.ExpandingMap",
|
|
"java.nio.channels.FileChannel.Transfers",
|
|
"java.nio.channels.SocketChannel.Open",
|
|
"java.text.Bidi.Bug6665028",
|
|
"java.util.Collections.FindSubList",
|
|
"java.util.Locale.Bug4518797",
|
|
"java.util.ResourceBundle.Control.StressTest",
|
|
"java.util.WeakHashMap.GCDuringIteration",
|
|
"java.util.concurrent.FutureTask.Throw",
|
|
"java.util.concurrent.locks.ReentrantReadWriteLock.MapLoops",
|
|
"java.util.zip.LargeZip",
|
|
"java.util.zip.ZipFile.LargeZipFile",
|
|
"java.util.zip.ZipFile.ManyEntries",
|
|
"libcore.java.lang.SystemTest_testArrayCopyConcurrentModification",
|
|
"sun.nio.cs.FindOneCharEncoderBugs",
|
|
"sun.nio.cs.SurrogateGB18030Test"
|
|
],
|
|
"tags": [ "large" ]
|
|
},
|
|
{
|
|
description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
|
|
result: EXEC_FAILED,
|
|
name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103",
|
|
bug: 40103
|
|
},
|
|
{
|
|
description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
|
|
name: "libcore.java.lang.PackageTest#testGetPackages",
|
|
bug: 5171136
|
|
},
|
|
{
|
|
description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
|
|
name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement",
|
|
bug: 3473300
|
|
},
|
|
{
|
|
description: "ICU seems to treat unknown and invalid locales differently",
|
|
name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale",
|
|
bug: 2541757
|
|
},
|
|
{
|
|
description: "DecimalFormat is limited to 127 digits",
|
|
name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits",
|
|
bug: 2400429
|
|
},
|
|
{
|
|
description: "HTTPS connections should not be pooled.",
|
|
name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories",
|
|
bug: 3042192
|
|
},
|
|
{
|
|
description: "We fake support for these by substituting similar (but not identical) charsets",
|
|
names: [
|
|
"libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode",
|
|
"libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Encode",
|
|
"libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Decode",
|
|
"libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Encode",
|
|
"libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_nameMatch",
|
|
"libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode",
|
|
"libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_Encode",
|
|
"libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_nameMatch"
|
|
],
|
|
bug: 2985901
|
|
},
|
|
{
|
|
description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
|
|
to change URLClassLoader to allow this? It's not specified.",
|
|
result: EXEC_FAILED,
|
|
name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
|
|
},
|
|
{
|
|
description: "Android throws IllegalArgumentException, RI throws NullPointerException",
|
|
result: EXEC_FAILED,
|
|
name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.SelectFunctionalityTest#test_SelectRightOuterJoin",
|
|
"tests.java.sql.UpdateFunctionalityTest2#testUpdate2",
|
|
"tests.java.sql.UpdateFunctionalityTest2#testUpdate4",
|
|
"tests.java.sql.UpdateFunctionalityTest2#testUpdate6",
|
|
"tests.java.sql.UpdateFunctionalityTest2#testUpdate7",
|
|
"tests.java.sql.DeleteFunctionalityTest#testDelete6"
|
|
]
|
|
},
|
|
{
|
|
description: "Not supported : pattern with %",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsArbitrary"
|
|
},
|
|
{
|
|
description: "Wildcard operator does not seem to work correctly.",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsSpecific"
|
|
},
|
|
{
|
|
description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsTableWithNoCatalogSchema"
|
|
},
|
|
{
|
|
description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
|
|
},
|
|
{
|
|
description: "Ticket 98",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMajorVersion",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMinorVersion",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductName",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductVersion",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getDefaultTransactionIsolation",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getDriverName",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getDriverVersion"
|
|
]
|
|
},
|
|
{
|
|
description: "Keys are not supported: Ticket 91",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
|
|
},
|
|
{
|
|
description: "Ticket 98",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getJDBCMajorVersion",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getJDBCMinorVersion"
|
|
]
|
|
},
|
|
{
|
|
description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. When fixed
|
|
change to @KnownFailure",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_getNumericFunctions"
|
|
},
|
|
{
|
|
description: "Ticket 91 : relies on not supported features: getCatalog, keys",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
|
|
},
|
|
{
|
|
description: "Ticket 98",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getResultSetHoldability",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getSQLKeywords",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getSQLStateType",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getSchemas",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getSearchStringEscape"
|
|
]
|
|
},
|
|
{
|
|
description: "not supported",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getStringFunctions",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getSystemFunctions"
|
|
]
|
|
},
|
|
{
|
|
description: "Ticket 98",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_getTableTypes"
|
|
},
|
|
{
|
|
description: "If no schema is associated: returns empty string where actually null be returned?. Ticket 98",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getTimeDateFunctions",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getTypeInfo"
|
|
]
|
|
},
|
|
{
|
|
description: "Ticket 98",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataTest#test_getURL",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_insertsAreDetectedI",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_isReadOnly",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_othersDeletesAreVisibleI",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_othersInsertsAreVisibleI",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_othersUpdatesAreVisibleI"
|
|
]
|
|
},
|
|
{
|
|
description: "not supported. SQLException checking test fails",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_supportsColumnAliasing"
|
|
},
|
|
{
|
|
description: "exception test fails",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataTest#test_supportsExpressionsInOrderBy",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_supportsGroupBy",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_supportsGroupByUnrelated"
|
|
]
|
|
},
|
|
{
|
|
description: "Ticket 98",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataTest#test_supportsNonNullableColumns"
|
|
},
|
|
{
|
|
description: "exception test fails",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataTest#test_supportsOrderByUnrelated",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_supportsSelectForUpdate",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_supportsSubqueriesInExists",
|
|
"tests.java.sql.DatabaseMetaDataTest#test_supportsTableCorrelationNames"
|
|
]
|
|
},
|
|
{
|
|
description: "Not supported ops applied",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_allTablesAreSelectable"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_doesMaxRowSizeIncludeBlobs"
|
|
},
|
|
{
|
|
description: "not supported. Privileges are not supported.",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getColumnPrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getExportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ"
|
|
]
|
|
},
|
|
{
|
|
description: "Exception test fails",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTableNameLength",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTablesInSelect",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxUserNameLength",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getProcedureTerm",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getSchemaTerm"
|
|
]
|
|
},
|
|
{
|
|
description: "not supported. Privileges are not supported.",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getTablePrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_String"
|
|
},
|
|
{
|
|
description: "Not supported ops applied",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getVersionColumnsLjava_lang_StringLjava_lang_StringLjava_lang_String"
|
|
},
|
|
{
|
|
description: "Exception test fails",
|
|
result: EXEC_FAILED,
|
|
name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_isCatalogAtStart"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
names: [
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_locatorsUpdateCopy",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsANSI92EntryLevelSQL",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsDataDefinitionAndDataManipulationTransactions",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsMinimumSQLGrammar",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsResultSetTypeI",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInComparisons",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInIns",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsTransactions",
|
|
"tests.java.sql.DatabaseMetaDataNotSupportedTest#test_usesLocalFiles",
|
|
"libcore.java.sql.OldConnectionTest#testClearWarnings",
|
|
"libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported"
|
|
]
|
|
},
|
|
{
|
|
description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldConnectionTest#testGetCatalog",
|
|
"libcore.java.sql.OldConnectionTest#testGetHoldability"
|
|
]
|
|
},
|
|
{
|
|
description: "conn.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldConnectionTest#testGetMetaData"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldConnectionTest#testGetTransactionIsolation",
|
|
"libcore.java.sql.OldConnectionTest#testGetWarnings"
|
|
]
|
|
},
|
|
{
|
|
description: "conn.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldConnectionTest#testIsReadOnly"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldConnectionTest#testPrepareStatementNotSupported",
|
|
"libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int"
|
|
]
|
|
},
|
|
{
|
|
description: "conn.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldConnectionTest#testSetHoldability",
|
|
"libcore.java.sql.OldConnectionTest#testSetReadOnly"
|
|
]
|
|
},
|
|
{
|
|
description: "First Exception test fails: parameters not cleared.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters"
|
|
},
|
|
{
|
|
description: "preparedStatement.execute() does not return false on update.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testExecute"
|
|
},
|
|
{
|
|
description: "it is not possible to invoke the method getMetaData on a PreparedStatement object before it is
|
|
executed: got NullPointerException.Test passes on RI.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData"
|
|
},
|
|
{
|
|
description: "preparedStatement.execute() does not return false on update.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal"
|
|
},
|
|
{
|
|
description: "exception test fails",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetBoolean",
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetByte"
|
|
]
|
|
},
|
|
{
|
|
description: "preparedStatement.execute() does not return false on update.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes"
|
|
},
|
|
{
|
|
description: "preparedStatement.execute() does not return false on update. Setting a data for a declared
|
|
INTEGER should throw Exception",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date"
|
|
},
|
|
{
|
|
description: "preparedStatement.execute() does not return false on update.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar"
|
|
},
|
|
{
|
|
description: "exception test fails",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetDouble",
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetFloat",
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetInt",
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetLong",
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object"
|
|
]
|
|
},
|
|
{
|
|
description: "Fails for Types.DATE",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int",
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int"
|
|
]
|
|
},
|
|
{
|
|
description: "exception test fails",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetShort",
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetString_charField",
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField"
|
|
]
|
|
},
|
|
{
|
|
description: "statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField"
|
|
},
|
|
{
|
|
description: "preparedStatement.execute() does not return False on update.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar"
|
|
},
|
|
{
|
|
description: "statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldPreparedStatementTest#testSetTimeint_Time"
|
|
},
|
|
{
|
|
description: "preparedStatement.execute() does not return false on update.",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar",
|
|
"libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp"
|
|
]
|
|
},
|
|
{
|
|
description: "last assertion fails: invalid conversion. Test passes on RI",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary",
|
|
"libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary"
|
|
]
|
|
},
|
|
{
|
|
description: "Wrong value returned for Long: java.lang.String (VARCHAR)",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData"
|
|
},
|
|
{
|
|
description: "Wrong value returned for Long: java.lang.String",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldResultSetGetterTests#testGetObjectInt",
|
|
"libcore.java.sql.OldResultSetGetterTests#testGetObjectString"
|
|
]
|
|
},
|
|
{
|
|
description: "If there is no current row 0 must be returned. res.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetGetterTests#testGetRow"
|
|
},
|
|
{
|
|
description: "According to spec info.getStatement should return null but an exception is thrown: stale result
|
|
set.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement"
|
|
},
|
|
{
|
|
description: "getTime should return Time value for a TIMESTAMP type but returns null",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt"
|
|
},
|
|
{
|
|
description: "getTime on TIMESTAMP value fails: returns null",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar"
|
|
},
|
|
{
|
|
description: "getTime should return a Time value for a TIMESTAMP type but returns null",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeString"
|
|
},
|
|
{
|
|
description: "getTime on TIMESTAMP value fails: returns null",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeStringCalendar"
|
|
},
|
|
{
|
|
description: "res.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetGetterTests#testGetType"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName"
|
|
},
|
|
{
|
|
description: "SQLException checking test fails",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnDisplaySize"
|
|
},
|
|
{
|
|
description: "Column label has format TABLE.COLUMN expected: COLUMN",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel",
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName"
|
|
]
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision"
|
|
},
|
|
{
|
|
description: "Not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema"
|
|
},
|
|
{
|
|
description: "For int = 0, exception expected",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testIsCaseSensitive",
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testIsCurrency",
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testIsDefinitlyWritable",
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testIsNullable",
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testIsReadOnly",
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testIsSearchable",
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testIsSigned",
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testIsWritable",
|
|
"libcore.java.sql.OldResultSetMetaDataTest#testisAutoIncrement"
|
|
]
|
|
},
|
|
{
|
|
description: "statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldResultSetTest#testBeforeFirst",
|
|
"libcore.java.sql.OldResultSetTest#testAfterLast"
|
|
]
|
|
},
|
|
{
|
|
description: "Resultset.close() does not wrap up",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldResultSetTest#testClose1",
|
|
"libcore.java.sql.OldResultSetTest#testNext"
|
|
]
|
|
},
|
|
{
|
|
description: "no exception is thrown when moving cursor backwards on forward only statement",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetTest#testRelative"
|
|
},
|
|
{
|
|
description: "Scrollable resultSet. Not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet"
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject"
|
|
},
|
|
{
|
|
description: "Feature not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString"
|
|
},
|
|
{
|
|
description: "the default tests, and exception tests fail.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetTest#testWasNull"
|
|
},
|
|
{
|
|
description: "statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldResultSetTest#testtestFirst",
|
|
"libcore.java.sql.OldResultSetTest#testtestIsAfterLast"
|
|
]
|
|
},
|
|
{
|
|
description: "In Second code block assertion fails. statement. close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst"
|
|
},
|
|
{
|
|
description: "statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetTest#testtestIsFirst"
|
|
},
|
|
{
|
|
description: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor
|
|
is actually provides a result.statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetTest#testtestIsLast"
|
|
},
|
|
{
|
|
description: "statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldResultSetTest#testtestLast"
|
|
},
|
|
{
|
|
description: "Bug in implementation of cancel: Does not fulfill spec.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testCancel"
|
|
},
|
|
{
|
|
description: "statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testClose"
|
|
},
|
|
{
|
|
description: "Return value wrong for queries below.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testExecute"
|
|
},
|
|
{
|
|
description: "always returns 1 for no. of updates",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testExecuteBatch"
|
|
},
|
|
{
|
|
description: "Does throw an exception on non select statement.",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String"
|
|
},
|
|
{
|
|
description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent for deletes:
|
|
'delete from s1;' should be different from 'delete from s1 where c1 = 1;'",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String"
|
|
},
|
|
{
|
|
description: "statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
names: [
|
|
"libcore.java.sql.OldStatementTest#testGetConnection",
|
|
"libcore.java.sql.OldStatementTest#testGetFetchDirection",
|
|
"libcore.java.sql.OldStatementTest#testGetFetchSize"
|
|
]
|
|
},
|
|
{
|
|
description: "not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testGetMoreResults"
|
|
},
|
|
{
|
|
description: "An other value is returned than was set (X * 1000)",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout"
|
|
},
|
|
{
|
|
description: "Does not return null on update count > 0 (not a select statement)",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testGetResultSet"
|
|
},
|
|
{
|
|
description: "Not supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency"
|
|
},
|
|
{
|
|
description: "Test for default value fails",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability"
|
|
},
|
|
{
|
|
description: "not fully supported",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testGetResultSetType"
|
|
},
|
|
{
|
|
description: "statement.close() does not wrap up",
|
|
bug: 3403706,
|
|
name: "libcore.java.sql.OldStatementTest#testGetUpdateCount"
|
|
},
|
|
{
|
|
description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was
|
|
thrown.",
|
|
bug: 3403706,
|
|
name: "org.apache.harmony.tests.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters"
|
|
},
|
|
{
|
|
modes: [ "jvm" ],
|
|
description: "The RI's formatter doesn't localize arabic properly",
|
|
names: [
|
|
"libcore.java.util.FormatterTest#test_numberLocalization",
|
|
"libcore.java.util.FormatterTest#test_uppercaseConversions"
|
|
],
|
|
result: EXEC_FAILED
|
|
},
|
|
{
|
|
description: "Android's XSLT implementation fails 524 of 3173 OASIS tests",
|
|
bug: 4193599,
|
|
names: [
|
|
"libcore.xml.XsltXPathConformanceTestSuite$MisspecifiedTest#test",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt005",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt017",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt018",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt019",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt020",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt022",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt024",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt029",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt033",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt034",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt038",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt039",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt044",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt045",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt047",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt052",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt054",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt055",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt056",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt058",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt061",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt062",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt063",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt064",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt067",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt069",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt070",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt074",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt075",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt077",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt079",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt083",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt085",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt086",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt089",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt090",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt091",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt094",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt095",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt098",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Completeness__84361",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err003",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err004",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err005",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err006",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err010",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err011",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err012",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err013",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err026",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err029",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err031",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err038",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err044",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err048",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err049",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err050",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err051",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err059",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err062",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err065",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err073",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err075",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err076",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err078",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err093",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err103",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err106",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err108",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_xsl_template_complicated_match_pattern_with_variable_ref",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84423",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84424",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84426",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84427",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84435",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__91183",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_BooleanFunction",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_Bug76054",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithAbsoluteArgument",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithEntityRef",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_ElementAvailFunctionFalseTest",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_GenereateIdAppliedToNamespaceNodesOnDifferentElements",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestIdFuncInComplexStruct",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestOfIdFunction",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10002",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10003",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10004",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10005",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10006",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10007",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10008",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10009",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10010",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10011",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10012",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10013",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10014",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10015",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10016",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10017",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10018",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10019",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10020",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10021",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10022",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10023",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10024",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10025",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10026",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10049",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84048",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84049",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84050",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84170",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84172",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__EuropeanPattern",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Non_DigitPattern",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Pattern-separator",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__currency",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__defaultPattern",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimalValue",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimumValue",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__percentPattern",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__specialCharInPattern",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__testOn-0.00",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_UseDocumentFnToReturnRootNode",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_VariableWithinVariable",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78117",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78120",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78125",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78161",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78356",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78360",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84633",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84634",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84636",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84637",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84697",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84709",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84710",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84712",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro2",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro3",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91832",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91833",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91836",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91859",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_SortExprWithCurrentInsideForEach1",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_SortTextWithNonTextCharacters",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_TextNodesSpanMultipleLines",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_TurkishISortingTest",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77516",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77525",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77977",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78191",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78286",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78291",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__84006",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91689",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91691",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91693",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91694",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91695",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91696",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91697",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91698",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91699",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91700",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91701",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91704",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91705",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91752",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91753",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91422",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91423",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91425",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91428",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91443",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91444",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.Fallback__91825",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91841",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91844",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91848",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91849",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91853",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91856",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_AmpersandWithinHtmlAttribute",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAndSystemAttribute",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAttribute",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypeSystemAttribute",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EmptyElement1",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EntityRefInAttribHtml",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithAmpersandCurlyBracket",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithLessThanInAttribute",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Html_Op_Href_Attr_non_ascii_value",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MediaTypeTest",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MethodEqualsHtmlWithoutIndentSet",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Modified84433",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Output_UseStandAloneAttributeWithMultipleRoots",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_SignInHrefAttribute",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_UseLiteralResultElementHead",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77929",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77930",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77936",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77939",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77940",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77966",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78175",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78176",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78177",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78180",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78221",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78222",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78223",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78224",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78225",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78226",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78227",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78229",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84010",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84011",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84012",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84015",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84016",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84017",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84018",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84019",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84020",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84021",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84022",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84025",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84165",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84260",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84264",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84271",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84273",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84277",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84280",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84282",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84285",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84306",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84309",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84374",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84428",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84429",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84432",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84433",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84434",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84452",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84453",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84454",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84455",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84456",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84457",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84458",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84459",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84460",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84461",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84462",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77536",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77562",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77564",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77574",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77591",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77596",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77599",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets_RefToUndefinedAttributeSet",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91035",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91038",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91080",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91081",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91083",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91098",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91100",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91119",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_AttributeWithEmptyName",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_EmptyNameAttributeWithNS",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_InvalidNamespacePrefix",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_UseXmlnsNsAsNamespaceForAttribute",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78365",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78369",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78373",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78374",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78376",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78378",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78386",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81487",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81551",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89463",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89464",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89465",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Copying_ResultTreeFragmentWithEscapedText",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNSFromNameFn",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecified",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecifiedButValidNS",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWIthNamespaceEqualToXmlnsUri",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWithNameSpaceAttrEqualToXmlnsUri",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78347",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78358",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78362",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78363",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__83968",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89171",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89716",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89717",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89718",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatSameCharForDecimalAndGrpSep",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit1",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit2",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_FormatNumber_SemiColonDelimitsToWhitespace",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_TestGrpSepr",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_ValueOf_FormatNumberWithoutPositiveNumberFormatPattern",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_Conflict_XPath_XSLT",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_DefaultNamespace",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_NavigatorMethods",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XML",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XMLNS",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_SameQuery_DiffNamespace",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_ScopingRules",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_NaNOrInvalidValue",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsEmptyNodeset",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsNodesetTest1",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84683",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84687",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84692",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84694",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84699",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84700",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84705",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84715",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84716",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84717",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84722",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84723",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84724",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84725",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91026",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91027",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91028",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91029",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction_InvalidPIName1",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78196",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78202",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78204",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78217",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78218",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78219",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_DoeWithCdataInText",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_Modified78311",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78245",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78272",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78273",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78274",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78275",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78276",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78281",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78308",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78309",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78311",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78308",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78309",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset10",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset17",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset27",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset29",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset31",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset32",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset40",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset41",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset42",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribvaltemplate_attribvaltemplate08",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy16",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy19",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy20",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy21",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy22",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy38",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy56",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy58",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy60",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend02",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend04",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey04",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey22",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey24",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey26",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey31",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey37",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey38",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey39",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey40",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey41",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey42",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey43",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey55",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey56",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey57",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey58",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey60",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey61",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey62",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.match_match11",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.message_message15",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace32",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace34",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat07",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat35",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering14",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering17",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering79",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering91",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output01",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output02",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output03",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output04",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output05",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output06",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output08",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output09",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output10",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output110",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output111",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output113",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output17",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output22",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output25",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output26",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output28",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output32",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output33",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output34",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output35",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output36",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output37",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output38",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output39",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output40",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output48",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output49",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output50",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output52",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output59",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output60",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output61",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output62",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output70",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output72",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output73",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output74",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output75",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output86",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.processorinfo_processorinfo03",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select73",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select74",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort08",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort27",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver05",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver06",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84614",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84615",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91032",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91148",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91150",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91151",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91156",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91157",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91158",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91165",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludeStylesheetWithoutXslNamespace",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludedStylesheetShouldHaveDifferentBaseUri",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_NestedIncludes",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest1",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest2",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest3",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest4",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest5",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest6",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77489",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77504",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77515",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77736",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77745",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77750",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77751",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78295",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78296",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78398",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84463",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84464",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_NSAlias_In_Import",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_NSAliasForDefaultWithExcludeResPref",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test1",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test2",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_WithinRTF",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91781",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91782",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91785",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91786",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace_CheckXmlnsResetOnResultTree",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77655",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77665",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77670",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77675",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__78027",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91802",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91803",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91804",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91806",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91807",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91808",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91810",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91811",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91816",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77619",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77622",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77870",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77879",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77897",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77898",
|
|
"libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77902"
|
|
]
|
|
},
|
|
{
|
|
description: "Android's XPath fails 29 of 250 Jaxen XPath tests",
|
|
bug: 3270761,
|
|
names: [
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /fake:a/fake:b/fake:c",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml / //namespace::*",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::*",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::xplt",
|
|
"libcore.xml.JaxenXPathTestSuite$3#xml/text.xml / document('xml/web.xml')",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/message.xml / document('xml/message.xml')/message/body/data/items/item[name/text()='parentinfo']/value",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/text.xml / document('xml/web.xml')/web-app/servlet[1]/servlet-name",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/text.xml /foo/bar/cheese[1] concat(./@id,document('xml/web.xml')/web-app/servlet[1]/servlet-name,./@id)",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Servlet' )",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] lower-case( servlet-class )",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-ES-Traditional_WIN' )",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr' )",
|
|
"libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-CA' )"
|
|
]
|
|
},
|
|
{
|
|
description: "Android's PKIX validation fails on many NIST PKIX tests",
|
|
bug: 8030138,
|
|
names: [
|
|
"libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest4",
|
|
"libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_ValiddeltaCRLTest5"
|
|
]
|
|
},
|
|
{
|
|
description: "Known failures in URLTest and URLDecoderTest",
|
|
bug: 11686814,
|
|
names: [
|
|
"org.apache.harmony.tests.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String",
|
|
"org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL",
|
|
"org.apache.harmony.tests.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String"
|
|
]
|
|
},
|
|
{
|
|
description: "ScannerParseLargeFileBenchmark can cause a failure due to a timeout",
|
|
bug: 14865710,
|
|
result: EXEC_FAILED,
|
|
name: "org.apache.harmony.tests.java.util.ScannerParseLargeFileBenchmarkTest"
|
|
},
|
|
{
|
|
description: "external/apache-harmony tests for java.sql are broken for various reasons. java.sql is not a high enough priority to fix.",
|
|
bug: 17342415,
|
|
names: [
|
|
"org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetDataSize",
|
|
"org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetIndex",
|
|
"org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetParameter",
|
|
"org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetRead",
|
|
"org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetTransferSize",
|
|
"org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testDataTruncationintbooleanbooleanintint",
|
|
"org.apache.harmony.sql.tests.java.sql.DateTest#test_valueOf_IllegalArgumentException",
|
|
"org.apache.harmony.sql.tests.java.sql.TimestampTest#testCompareToDate",
|
|
"org.apache.harmony.sql.tests.java.sql.TimestampTest#testOverridingTimestamp"
|
|
]
|
|
},
|
|
{
|
|
description: "java.util.logging: Android introduced config fallback behavior in LogManager.readConfiguration()",
|
|
bug: 13882147,
|
|
names: [
|
|
"org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testNotExistConfigFile",
|
|
"org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Empty",
|
|
"org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Null",
|
|
"org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_InvalidRes",
|
|
"org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_Empty"
|
|
]
|
|
},
|
|
{
|
|
description: "java.util.logging: Android's user.home system property cannot be cleared",
|
|
bug: 13882147,
|
|
names: [
|
|
"org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoUsrHome",
|
|
"org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir_NoUsrHome"
|
|
]
|
|
},
|
|
{
|
|
description: "java.util.logging: Android's user.home system property points to root (/) dir",
|
|
bug: 13882147,
|
|
name: "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir"
|
|
},
|
|
{
|
|
description: "java.util.logging: The defaults for FileHandler don't work on Android because they try to write to the read-only user.home dir",
|
|
bug: 13882147,
|
|
name: "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testDefaultValue"
|
|
},
|
|
{
|
|
description: "java.util.logging: Android's classes have been stubbed in places.",
|
|
bug: 13882147,
|
|
names: [
|
|
"org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testGetLoggingMXBean"
|
|
]
|
|
},
|
|
{
|
|
description: "java.util.logging: the serialized form references org.apache not org.apache",
|
|
bug: 13882147,
|
|
name: "org.apache.harmony.logging.tests.java.util.logging.LevelTest#testSerializationCompatibility"
|
|
},
|
|
{
|
|
description: "java.util.beans: the serialized form references org.apache not org.apache",
|
|
bug: 17394106,
|
|
names: [
|
|
"org.apache.harmony.beans.tests.java.beans.PropertyChangeSupportTest#testSerializationCompatibility"
|
|
]
|
|
},
|
|
{
|
|
description: "Known failure in GregorianCalendarTest",
|
|
bug: 12778197,
|
|
name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime"
|
|
},
|
|
{
|
|
description: "OkHttp tests that fail on Wear devices due to a lack of memory",
|
|
bug: 20055487,
|
|
names: [
|
|
"com.squareup.okhttp.internal.framed.Http2Test#tooLargeDataFrame",
|
|
"com.squareup.okhttp.internal.framed.Spdy3Test#tooLargeDataFrame"
|
|
]
|
|
},
|
|
{
|
|
description: "OkHttp flaky test of functionality that's not used on Android",
|
|
bug: 138134183,
|
|
names: [
|
|
"com.squareup.okhttp.internal.framed.Spdy3ConnectionTest#serverSendsSettingsToClient"
|
|
]
|
|
},
|
|
{
|
|
description: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale assumes fallback to locale other than en_US_POSIX.",
|
|
bug: 17422813,
|
|
names: [
|
|
"libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale"
|
|
]
|
|
},
|
|
{
|
|
description: "Tests failing on host - needing investigation.",
|
|
modes: [host],
|
|
bug: 18547404,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.tests.java.util.HashMapTest#test_EntrySet"
|
|
]
|
|
},
|
|
{
|
|
description: "Differences between glibc and bionic",
|
|
modes_variants: [[host, X64]],
|
|
bug: 18087920,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.tests.java.lang.MathTest#test_cbrt_D"
|
|
]
|
|
},
|
|
{
|
|
description: "Recursive calls to Charset.forName from within providers will overflow the stack.",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.tests.java.nio.charset.CharsetTest#testForName_withProviderWithRecursiveCall"
|
|
]
|
|
},
|
|
{
|
|
description: "Zip64 tests take too long to execute and need more than 5GB of space to run.",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"libcore.java.util.zip.Zip64FileTest#testZip64Support_largeNumberOfEntries",
|
|
"libcore.java.util.zip.Zip64FileTest#testZip64Support_totalLargerThan4G",
|
|
"libcore.java.util.zip.Zip64FileTest#testZip64Support_hugeEntry"
|
|
]
|
|
},
|
|
{
|
|
description: "OsTest.test_PacketSocketAddress needs CAP_NET_RAW",
|
|
bug: 19764047,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"libcore.android.system.OsTest#test_PacketSocketAddress"
|
|
]
|
|
},
|
|
{
|
|
description: "Failures in OldSHA1PRNGSecureRandomTest",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray02",
|
|
"org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray04",
|
|
"org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testSetSeedbyteArray03"
|
|
]
|
|
},
|
|
{
|
|
description: "libcore.java.util.concurrent.CopyOnWriteArrayListTest.testSubListAtomicAdds fails in openJdk",
|
|
bug: 27673247,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"libcore.java.util.concurrent.CopyOnWriteArrayListTest#testSubListAtomicAdds"
|
|
]
|
|
},
|
|
{
|
|
description: "Made for extending, shouldn't be run",
|
|
bug: 28503384,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"jsr166.CollectionTest#testEmptyMeansEmpty",
|
|
"jsr166.Collection8Test#testForEach",
|
|
"jsr166.Collection8Test#testForEachConcurrentStressTest"
|
|
]
|
|
},
|
|
{
|
|
description: "Tests must be run as root",
|
|
bug: 28536847,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.luni.tests.java.net.UnixNetworkInterfaceTest"
|
|
]
|
|
},
|
|
{
|
|
description: "URLClassLoader doesn't work on Android for jar files",
|
|
bug: 28535349,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.luni.tests.java.net.URLClassLoaderImplTest#test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory"
|
|
]
|
|
},
|
|
{
|
|
description: "Conscrypt produces different exceptions under different circumstances",
|
|
bug: 36772622,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"com.google.security.wycheproof.RsaEncryptionTest#testExceptionsPKCS1",
|
|
"com.google.security.wycheproof.RsaEncryptionTest#testGetExceptionsOAEP"
|
|
]
|
|
},
|
|
{
|
|
description: "Bullhead kernel does not block send when buffer is supposed to have saturated",
|
|
bug: 36691333,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"libcore.java.net.SocketTimeoutTest#testSocketWriteNeverTimeouts"
|
|
]
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
name: "libcore.xml.DomTest#testEntityDeclarations",
|
|
substring: "This implementation does not parse entity declarations"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
name: "libcore.xml.DomTest#testGetWholeTextWithEntityReference",
|
|
substring: "This implementation doesn't resolve entity references in getWholeText"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
name: "libcore.xml.DomTest#testExpandingEntityReferencesOff",
|
|
bug: 3268630,
|
|
substring: "This implementation doesn't include children in entity references"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
name: "libcore.xml.DomTest#testExpandingEntityReferencesOn",
|
|
bug: 3268630,
|
|
substring: "This implementation doesn't expand entity references"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
name: "libcore.xml.DomTest#testIsElementContentWhitespaceWithDeclaration",
|
|
substring: "This implementation does not recognize element content whitespace"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
name: "libcore.xml.DomTest#testNotations",
|
|
substring: "This implementation does not parse notations"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
names: [
|
|
"tests.org.w3c.dom.HCNotationsRemoveNamedItemNS#testRemoveNamedItemNS",
|
|
"tests.org.w3c.dom.HCNotationsSetNamedItemNS#testNotationsSetNamedItemNS"
|
|
]
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
name: "libcore.xml.DeclarationTest#testGetXmlEncoding",
|
|
substring: "This implementation doesn't parse the encoding from the XML declaration"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
name: "libcore.xml.DeclarationTest#testGetXmlStandalone",
|
|
substring: "This implementation doesn't parse standalone from the XML declaration"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
name: "libcore.xml.DeclarationTest#testGetXmlVersion",
|
|
substring: "This implementation doesn't parse the version from the XML declaration"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
name: "libcore.xml.NormalizeTest#testSchemaTypeDtd",
|
|
substring: "This implementation's setParameter() supports an unexpected value: schema-type=http://www.w3.org/TR/REC-xml"
|
|
},
|
|
{
|
|
description: "Dalvik doesn't support XML Schemas, DTDs or validation",
|
|
bug: 3268630,
|
|
name: "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testSetEntityResolver",
|
|
substring: "java.lang.ClassCastException: org.apache.harmony.xml.dom.EntityReferenceImpl"
|
|
},
|
|
{
|
|
description: "many tests attempt to fork a Java executable, but fork the wrong one",
|
|
result: "EXEC_FAILED",
|
|
failure: "should fork a dalvikvm, not a JVM",
|
|
substring: "/system/bin.*IOException"
|
|
},
|
|
{
|
|
description: "low-impact XML bugs:",
|
|
result: EXEC_FAILED,
|
|
name: "libcore.xml.DomTest#testAttributeNamedIdIsNotAnIdByDefault",
|
|
substring: "This implementation incorrectly interprets the \"id\" attribute as an identifier by default"
|
|
},
|
|
{
|
|
description: "low-impact XML bugs:",
|
|
result: EXEC_FAILED,
|
|
name: "libcore.xml.DomTest#testDocumentAddChild",
|
|
substring: "Document nodes shouldn't accept child nodes"
|
|
},
|
|
{
|
|
description: "low-impact XML bugs:",
|
|
result: EXEC_FAILED,
|
|
name: "libcore.xml.DomTest#testElementTraversalFeature",
|
|
substring: "This implementation is expected to support ElementTraversal v. 1.0 but does not."
|
|
},
|
|
{
|
|
description: "low-impact XML bugs:",
|
|
result: EXEC_FAILED,
|
|
name: "libcore.xml.DomTest#testLoadSaveFeature",
|
|
substring: "This implementation is expected to support LS v. 3.0 but does not."
|
|
},
|
|
{
|
|
description: "low-impact XML bugs:",
|
|
result: EXEC_FAILED,
|
|
name: "libcore.xml.SaxTest#testYesPrefixesYesNamespaces",
|
|
substring: "The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enabled."
|
|
},
|
|
{
|
|
description: "low-impact XML bugs:",
|
|
result: EXEC_FAILED,
|
|
name: "org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_newInstance",
|
|
substring: "Expected FactoryConfigurationError was not thrown"
|
|
},
|
|
{
|
|
description: "low-impact XML bugs:",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderFactoryTest#test_isSetXIncludeAware",
|
|
"org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testIsXIncludeAware",
|
|
"org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_setIsXIncludeAware",
|
|
"org.apache.harmony.tests.javax.xml.parsers.SAXParserTest#testIsXIncludeAware"
|
|
],
|
|
substring: "java.lang.UnsupportedOperationException: This parser does not support specification \"Unknown\" version \"0.0\""
|
|
},
|
|
{
|
|
description: "a low-impact bug, also present in Crockford's implementation of org.json",
|
|
result: EXEC_FAILED,
|
|
name: "libcore.org.json.ParsingTest#test64BitHexValues",
|
|
substring: "Large hex longs shouldn't be yield ints or strings expected:<-1> but was:<0xFFFFFFFFFFFFFFFF>"
|
|
},
|
|
{
|
|
description: "this test needs to be fixed. We supply optional qnames, but this test doesn't expect them",
|
|
result: EXEC_FAILED,
|
|
name: "org.apache.harmony.tests.javax.xml.parsers.SAXParserTest#test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandlerLjava_lang_String"
|
|
},
|
|
{
|
|
description: "BouncyCastle allows unrecognized algorithms, but RI does not, not clear if this is a bug",
|
|
result: EXEC_FAILED,
|
|
name: "org.apache.harmony.crypto.tests.javax.crypto.KeyAgreementTest#test_generateSecretLjava_lang_String",
|
|
substring: "junit.framework.AssertionFailedError: NoSuchAlgorithmException expected"
|
|
},
|
|
{
|
|
description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user",
|
|
name: "libcore.java.io.OldFileTest#test_deleteOnExit",
|
|
bug: 5834665
|
|
},
|
|
{
|
|
description: "We're retiring the security manager. Unfortunately, tests all over the place
|
|
need to check that they're secure, so they all fail when we refuse to install
|
|
a security manager. This suppresses all of these failures.",
|
|
result: EXEC_FAILED,
|
|
failure: "disable securityManager",
|
|
pattern: ".*java.lang.SecurityException\\s+at java.lang.System.setSecurityManager.*",
|
|
bug: 2585285
|
|
},
|
|
{
|
|
description: "ignore compilation errors due to different available APIs",
|
|
result: COMPILE_FAILED,
|
|
failure: "ignore compilation errors",
|
|
pattern: ".*\\.java:\\d+: cannot find symbol.*"
|
|
},
|
|
{
|
|
description: "the average length of possible UTF-8 sequences is 2 bytes.",
|
|
result: EXEC_FAILED,
|
|
name: "org.apache.harmony.tests.java.nio.charset.UTFCharsetEncoderTest#testSpecificDefaultValue",
|
|
substring: "junit.framework.AssertionFailedError: expected:<1.1> but was:<2.0>"
|
|
},
|
|
{
|
|
description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works",
|
|
result: EXEC_FAILED,
|
|
failure: "connect to the Internet",
|
|
pattern: ".*java.net.UnknownHostException:.*jcltest.apache.org.*"
|
|
},
|
|
{
|
|
description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.luni.tests.java.net.ExcludedProxyTest"
|
|
]
|
|
},
|
|
{
|
|
description: "Some tests depend on ICU data, which has changed. Others make assumptions about floating point rounding",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion",
|
|
"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_GeneralConversionOther",
|
|
"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator",
|
|
"org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_Percent"
|
|
]
|
|
},
|
|
{
|
|
description: "(Needs investigation) Some tests make assertions that don't make sense, others use broken port allocation logic.",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.tests.java.net.InetAddressTest#test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface"
|
|
]
|
|
},
|
|
{
|
|
description: "Potentially flakey because they rely on a specific local TCP port being free.",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.tests.java.nio.channels.ServerSocketChannelTest#test_bind_explicitPort"
|
|
]
|
|
},
|
|
{
|
|
description: "Fails in CTS, passes in CoreTestRunner.",
|
|
result: EXEC_FAILED,
|
|
modes: [device],
|
|
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",
|
|
"com.android.org.conscrypt.java.security.KeyPairGeneratorTestDH#testKeyPairGenerator",
|
|
"com.android.org.conscrypt.java.security.AlgorithmParametersTestDH#testAlgorithmParameters",
|
|
"com.android.org.conscrypt.java.security.AlgorithmParameterGeneratorTestDH#testAlgorithmParameterGenerator"
|
|
]
|
|
},
|
|
{
|
|
description: "Destroys MD5 provider, hurts succeeding tests",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKey",
|
|
"org.apache.harmony.tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKeyString"
|
|
]
|
|
},
|
|
{
|
|
description: "Support_TestWebServer requires isolation.",
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"libcore.java.net.OldURLClassLoaderTest#test_findResourceLjava_lang_String"
|
|
]
|
|
},
|
|
{
|
|
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",
|
|
modes: [device],
|
|
names: [
|
|
"org.apache.harmony.tests.java.lang.reflect.GenericSignatureFormatErrorTest#test_signatureFormatError"
|
|
]
|
|
},
|
|
{
|
|
description: "Requires functional Support_Jetty",
|
|
bug: 28535961,
|
|
result: EXEC_FAILED,
|
|
names: [
|
|
"org.apache.harmony.luni.tests.java.net.URLClassLoaderTest"
|
|
]
|
|
},
|
|
{
|
|
description: "Awaiting fix to reflection code",
|
|
result: EXEC_FAILED,
|
|
bug: 62408076,
|
|
name: "libcore.java.lang.reflect.annotations.AnnotatedElementParameterTest#testImplicitConstructorParameters_singleAnnotation"
|
|
},
|
|
{
|
|
description: "Android has different implementation in classes, e.g. SecurityManager.",
|
|
result: EXEC_FAILED,
|
|
bug: 181171596,
|
|
names: [
|
|
"test.java.util.concurrent.tck.AbstractExecutorServiceTest#testSubmitFailedPrivilegedExceptionAction",
|
|
"test.java.util.concurrent.tck.AbstractExecutorServiceTest#testSubmitPrivilegedAction",
|
|
"test.java.util.concurrent.tck.AbstractExecutorServiceTest#testSubmitPrivilegedExceptionAction",
|
|
"test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_exceptionalCompletion",
|
|
"test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_join",
|
|
"test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_mutable",
|
|
"test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_normalCompletion",
|
|
"test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_oneWayPropagation",
|
|
"test.java.util.concurrent.tck.CompletableFutureTest#testToCompletableFutureGarbageRetention",
|
|
"test.java.util.concurrent.tck.ExecutorsTest#testCreatePrivilegedCallableUsingCCLWithNoPrivs",
|
|
"test.java.util.concurrent.tck.ExecutorsTest#testPrivilegedCallableUsingCCLWithPrivs",
|
|
"test.java.util.concurrent.tck.ExecutorsTest#testPrivilegedCallableWithNoPrivs",
|
|
"test.java.util.concurrent.tck.ExecutorsTest#testPrivilegedCallableWithPrivs",
|
|
"test.java.util.concurrent.tck.ExecutorsTest#testPrivilegedThreadFactory",
|
|
"test.java.util.concurrent.tck.ForkJoinPoolTest#testSubmitFailedPrivilegedExceptionAction",
|
|
"test.java.util.concurrent.tck.ForkJoinPoolTest#testSubmitPrivilegedAction",
|
|
"test.java.util.concurrent.tck.ForkJoinPoolTest#testSubmitPrivilegedExceptionAction",
|
|
"test.java.util.concurrent.tck.PriorityQueueTest#testOfferNonComparable",
|
|
"test.java.util.concurrent.tck.StampedLockTest#testDeeplyNestedReadLocks",
|
|
"test.java.util.concurrent.tck.StampedLockTest#testReadLock_lockUnlock",
|
|
"test.java.util.concurrent.tck.StampedLockTest#testTryConvertToOptimisticRead",
|
|
"test.java.util.concurrent.tck.StampedLockTest#testTryConvertToReadLock",
|
|
"test.java.util.concurrent.tck.StampedLockTest#testTryConvertToWriteLock",
|
|
"test.java.util.concurrent.tck.ThreadPoolExecutorTest#testPoolSizeInvariants",
|
|
"test.java.util.concurrent.tck.ThreadTest#testGetAndSetDefaultUncaughtExceptionHandler"
|
|
]
|
|
}
|
|
]
|