Home | History | Annotate | Download | only in expectations
      1 /*
      2  * This file contains expectations for tests that were annotated with @KnownFailure at the time
      3  */
      4 [
      5 {
      6   description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
      7   name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103",
      8   bug: 40103
      9 },
     10 {
     11   description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
     12   name: "libcore.java.lang.PackageTest#testGetPackages",
     13   bug: 5171136
     14 },
     15 {
     16   description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
     17   name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement",
     18   bug: 3473300
     19 },
     20 {
     21   description: "RandomAccessFile missing finalizer",
     22   name: "libcore.java.io.RandomAccessFileTest#testRandomAccessFileHasCleanupFinalizer",
     23   bug: 3015023
     24 },
     25 {
     26   description: "ICU seems to treat unknown and invalid locales differently",
     27   name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale",
     28   bug: 2541757
     29 },
     30 {
     31   description: "NaN character not found when deserializing DecimalFormatSymbols",
     32   name: "libcore.java.text.OldDecimalFormatSymbolsTest#test_RIHarmony_compatible",
     33   bug: 3056792
     34 },
     35 {
     36   description: "DecimalFormat is limited to 127 digits",
     37   name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits",
     38   bug: 2400429
     39 },
     40 {
     41   description: "HTTPS connections should not be pooled.",
     42   name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories",
     43   bug: 3042192
     44 },
     45 {
     46   description: "We fake support for these by substituting similar (but not identical) charsets",
     47   names: [
     48     "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode",
     49     "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Encode",
     50     "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Decode",
     51     "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Encode",
     52     "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_nameMatch",
     53     "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode",
     54     "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_Encode",
     55     "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_nameMatch"
     56   ],
     57   bug: 2985901
     58 },
     59 {
     60   description: "UTF-16 and UTF-32 encoders don't write big-endian output on little-endian devices",
     61   names: [
     62     "libcore.java.nio.charset.CharsetEncoderTest#test_defaultReplacementBytesUtf_16",
     63     "libcore.java.nio.charset.OldCharset_MultiByte_UTF_16#test_Encode",
     64     "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16",
     65     "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16BE",
     66     "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16LE",
     67     "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32",
     68     "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32BE",
     69     "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32LE",
     70     "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_x_UTF_16LE_BOM",
     71     "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_X_UTF_32BE_BOM",
     72     "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_X_UTF_32LE_BOM"
     73   ],
     74   bug: 2702411
     75 },
     76 {
     77   description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS",
     78   bug: 3447964,
     79   name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls"
     80 },
     81 {
     82   description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
     83                 to change URLClassLoader to allow this? It's not specified.",
     84   result: EXEC_FAILED,
     85   name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
     86 },
     87 {
     88   description: "Android throws IllegalArgumentException, RI throws NullPointerException",
     89   result: EXEC_FAILED,
     90   name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2"
     91 },
     92 {
     93   description: "Android doesn't allow null parent.",
     94   result: EXEC_FAILED,
     95   name: "tests.java.security.SecureClassLoaderTest#testSecureClassLoaderClassLoader"
     96 },
     97 {
     98   description: "not supported",
     99   result: EXEC_FAILED,
    100   names: [
    101     "tests.java.sql.SelectFunctionalityTest#test_SelectRightOuterJoin",
    102     "tests.java.sql.UpdateFunctionalityTest2#testUpdate2",
    103     "tests.java.sql.UpdateFunctionalityTest2#testUpdate4",
    104     "tests.java.sql.UpdateFunctionalityTest2#testUpdate6",
    105     "tests.java.sql.UpdateFunctionalityTest2#testUpdate7",
    106     "tests.java.sql.DeleteFunctionalityTest#testDelete6"
    107   ]
    108 },
    109 {
    110   description: "Not supported : pattern with %",
    111   result: EXEC_FAILED,
    112   name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsArbitrary"
    113 },
    114 {
    115   description: "Wildcard operator does not seem to work correctly.",
    116   result: EXEC_FAILED,
    117   name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsSpecific"
    118 },
    119 {
    120   description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
    121   result: EXEC_FAILED,
    122   name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsTableWithNoCatalogSchema"
    123 },
    124 {
    125   description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported",
    126   result: EXEC_FAILED,
    127   name: "tests.java.sql.DatabaseMetaDataTest#test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
    128 },
    129 {
    130   description: "Ticket 98",
    131   result: EXEC_FAILED,
    132   names: [
    133     "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMajorVersion",
    134     "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMinorVersion",
    135     "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductName",
    136     "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductVersion",
    137     "tests.java.sql.DatabaseMetaDataTest#test_getDefaultTransactionIsolation",
    138     "tests.java.sql.DatabaseMetaDataTest#test_getDriverName",
    139     "tests.java.sql.DatabaseMetaDataTest#test_getDriverVersion"
    140   ]
    141 },
    142 {
    143   description: "Keys are not supported: Ticket 91",
    144   result: EXEC_FAILED,
    145   name: "tests.java.sql.DatabaseMetaDataTest#test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
    146 },
    147 {
    148   description: "Ticket 98",
    149   result: EXEC_FAILED,
    150   names: [
    151     "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMajorVersion",
    152     "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMinorVersion"
    153   ]
    154 },
    155 {
    156   description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. When fixed
    157                 change to @KnownFailure",
    158   result: EXEC_FAILED,
    159   name: "tests.java.sql.DatabaseMetaDataTest#test_getNumericFunctions"
    160 },
    161 {
    162   description: "Ticket 91 : relies on not supported features: getCatalog, keys",
    163   result: EXEC_FAILED,
    164   name: "tests.java.sql.DatabaseMetaDataTest#test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
    165 },
    166 {
    167   description: "Ticket 98",
    168   result: EXEC_FAILED,
    169   names: [
    170     "tests.java.sql.DatabaseMetaDataTest#test_getResultSetHoldability",
    171     "tests.java.sql.DatabaseMetaDataTest#test_getSQLKeywords",
    172     "tests.java.sql.DatabaseMetaDataTest#test_getSQLStateType",
    173     "tests.java.sql.DatabaseMetaDataTest#test_getSchemas",
    174     "tests.java.sql.DatabaseMetaDataTest#test_getSearchStringEscape"
    175   ]
    176 },
    177 {
    178   description: "not supported",
    179   result: EXEC_FAILED,
    180   names: [
    181     "tests.java.sql.DatabaseMetaDataTest#test_getStringFunctions",
    182     "tests.java.sql.DatabaseMetaDataTest#test_getSystemFunctions"
    183   ]
    184 },
    185 {
    186   description: "Ticket 98",
    187   result: EXEC_FAILED,
    188   name: "tests.java.sql.DatabaseMetaDataTest#test_getTableTypes"
    189 },
    190 {
    191   description: "If no schema is associated: returns empty string where actually null be returned?. Ticket 98",
    192   result: EXEC_FAILED,
    193   name: "tests.java.sql.DatabaseMetaDataTest#test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String"
    194 },
    195 {
    196   description: "not supported",
    197   result: EXEC_FAILED,
    198   names: [
    199     "tests.java.sql.DatabaseMetaDataTest#test_getTimeDateFunctions",
    200     "tests.java.sql.DatabaseMetaDataTest#test_getTypeInfo"
    201   ]
    202 },
    203 {
    204   description: "Ticket 98",
    205   result: EXEC_FAILED,
    206   names: [
    207     "tests.java.sql.DatabaseMetaDataTest#test_getURL",
    208     "tests.java.sql.DatabaseMetaDataTest#test_insertsAreDetectedI",
    209     "tests.java.sql.DatabaseMetaDataTest#test_isReadOnly",
    210     "tests.java.sql.DatabaseMetaDataTest#test_othersDeletesAreVisibleI",
    211     "tests.java.sql.DatabaseMetaDataTest#test_othersInsertsAreVisibleI",
    212     "tests.java.sql.DatabaseMetaDataTest#test_othersUpdatesAreVisibleI"
    213   ]
    214 },
    215 {
    216   description: "not supported. SQLException checking test fails",
    217   result: EXEC_FAILED,
    218   name: "tests.java.sql.DatabaseMetaDataTest#test_supportsColumnAliasing"
    219 },
    220 {
    221   description: "exception test fails",
    222   result: EXEC_FAILED,
    223   names: [
    224     "tests.java.sql.DatabaseMetaDataTest#test_supportsExpressionsInOrderBy",
    225     "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupBy",
    226     "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupByUnrelated"
    227   ]
    228 },
    229 {
    230   description: "Ticket 98",
    231   result: EXEC_FAILED,
    232   name: "tests.java.sql.DatabaseMetaDataTest#test_supportsNonNullableColumns"
    233 },
    234 {
    235   description: "exception test fails",
    236   result: EXEC_FAILED,
    237   names: [
    238     "tests.java.sql.DatabaseMetaDataTest#test_supportsOrderByUnrelated",
    239     "tests.java.sql.DatabaseMetaDataTest#test_supportsSelectForUpdate",
    240     "tests.java.sql.DatabaseMetaDataTest#test_supportsSubqueriesInExists",
    241     "tests.java.sql.DatabaseMetaDataTest#test_supportsTableCorrelationNames"
    242   ]
    243 },
    244 {
    245   description: "Not supported ops applied",
    246   result: EXEC_FAILED,
    247   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_allTablesAreSelectable"
    248 },
    249 {
    250   description: "not supported",
    251   result: EXEC_FAILED,
    252   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_doesMaxRowSizeIncludeBlobs"
    253 },
    254 {
    255   description: "not supported. Privileges are not supported.",
    256   result: EXEC_FAILED,
    257   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getColumnPrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
    258 },
    259 {
    260   description: "not supported",
    261   result: EXEC_FAILED,
    262   names: [
    263     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getExportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String",
    264     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ"
    265   ]
    266 },
    267 {
    268   description: "Exception test fails",
    269   result: EXEC_FAILED,
    270   names: [
    271     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTableNameLength",
    272     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTablesInSelect",
    273     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxUserNameLength",
    274     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getProcedureTerm",
    275     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getSchemaTerm"
    276   ]
    277 },
    278 {
    279   description: "not supported. Privileges are not supported.",
    280   result: EXEC_FAILED,
    281   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getTablePrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_String"
    282 },
    283 {
    284   description: "Not supported ops applied",
    285   result: EXEC_FAILED,
    286   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getVersionColumnsLjava_lang_StringLjava_lang_StringLjava_lang_String"
    287 },
    288 {
    289   description: "Exception test fails",
    290   result: EXEC_FAILED,
    291   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_isCatalogAtStart"
    292 },
    293 {
    294   description: "not supported",
    295   bug: 3403706,
    296   names: [
    297     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_locatorsUpdateCopy",
    298     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsANSI92EntryLevelSQL",
    299     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsDataDefinitionAndDataManipulationTransactions",
    300     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsMinimumSQLGrammar",
    301     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsResultSetTypeI",
    302     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInComparisons",
    303     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInIns",
    304     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsTransactions",
    305     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_usesLocalFiles",
    306     "libcore.java.sql.OldConnectionTest#testClearWarnings",
    307     "libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported"
    308   ]
    309 },
    310 {
    311   description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up",
    312   bug: 3403706,
    313   name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int"
    314 },
    315 {
    316   description: "not supported",
    317   bug: 3403706,
    318   names: [
    319     "libcore.java.sql.OldConnectionTest#testGetCatalog",
    320     "libcore.java.sql.OldConnectionTest#testGetHoldability"
    321   ]
    322 },
    323 {
    324   description: "conn.close() does not wrap up",
    325   bug: 3403706,
    326   name: "libcore.java.sql.OldConnectionTest#testGetMetaData"
    327 },
    328 {
    329   description: "not supported",
    330   bug: 3403706,
    331   names: [
    332     "libcore.java.sql.OldConnectionTest#testGetTransactionIsolation",
    333     "libcore.java.sql.OldConnectionTest#testGetWarnings"
    334   ]
    335 },
    336 {
    337   description: "conn.close() does not wrap up",
    338   bug: 3403706,
    339   name: "libcore.java.sql.OldConnectionTest#testIsReadOnly"
    340 },
    341 {
    342   description: "not supported",
    343   bug: 3403706,
    344   names: [
    345     "libcore.java.sql.OldConnectionTest#testPrepareStatementNotSupported",
    346     "libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int"
    347   ]
    348 },
    349 {
    350   description: "conn.close() does not wrap up",
    351   bug: 3403706,
    352   name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit"
    353 },
    354 {
    355   description: "not supported",
    356   bug: 3403706,
    357   names: [
    358     "libcore.java.sql.OldConnectionTest#testSetHoldability",
    359     "libcore.java.sql.OldConnectionTest#testSetReadOnly"
    360   ]
    361 },
    362 {
    363   description: "First Exception test fails: parameters not cleared.",
    364   bug: 3403706,
    365   name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters"
    366 },
    367 {
    368   description: "preparedStatement.execute() does not return false on update.",
    369   bug: 3403706,
    370   name: "libcore.java.sql.OldPreparedStatementTest#testExecute"
    371 },
    372 {
    373   description: "it is not possible to invoke the method getMetaData on a PreparedStatement object before it is
    374                 executed: got NullPointerException.Test passes on RI.",
    375   bug: 3403706,
    376   name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData"
    377 },
    378 {
    379   description: "preparedStatement.execute() does not return false on update.",
    380   bug: 3403706,
    381   name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal"
    382 },
    383 {
    384   description: "exception test fails",
    385   bug: 3403706,
    386   names: [
    387     "libcore.java.sql.OldPreparedStatementTest#testSetBoolean",
    388     "libcore.java.sql.OldPreparedStatementTest#testSetByte"
    389   ]
    390 },
    391 {
    392   description: "preparedStatement.execute() does not return false on update.",
    393   bug: 3403706,
    394   name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes"
    395 },
    396 {
    397   description: "preparedStatement.execute() does not return false on update. Setting a data for a declared
    398                 INTEGER should throw Exception",
    399   bug: 3403706,
    400   name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date"
    401 },
    402 {
    403   description: "preparedStatement.execute() does not return false on update.",
    404   bug: 3403706,
    405   name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar"
    406 },
    407 {
    408   description: "exception test fails",
    409   bug: 3403706,
    410   names: [
    411     "libcore.java.sql.OldPreparedStatementTest#testSetDouble",
    412     "libcore.java.sql.OldPreparedStatementTest#testSetFloat",
    413     "libcore.java.sql.OldPreparedStatementTest#testSetInt",
    414     "libcore.java.sql.OldPreparedStatementTest#testSetLong",
    415     "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object"
    416   ]
    417 },
    418 {
    419   description: "Fails for Types.DATE",
    420   bug: 3403706,
    421   names: [
    422     "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int",
    423     "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int"
    424   ]
    425 },
    426 {
    427   description: "exception test fails",
    428   bug: 3403706,
    429   names: [
    430     "libcore.java.sql.OldPreparedStatementTest#testSetShort",
    431     "libcore.java.sql.OldPreparedStatementTest#testSetString_charField",
    432     "libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField"
    433   ]
    434 },
    435 {
    436   description: "statement.close() does not wrap up",
    437   bug: 3403706,
    438   name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField"
    439 },
    440 {
    441   description: "preparedStatement.execute() does not return False on update.",
    442   bug: 3403706,
    443   name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar"
    444 },
    445 {
    446   description: "statement.close() does not wrap up",
    447   bug: 3403706,
    448   name: "libcore.java.sql.OldPreparedStatementTest#testSetTimeint_Time"
    449 },
    450 {
    451   description: "preparedStatement.execute() does not return false on update.",
    452   bug: 3403706,
    453   names: [
    454     "libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar",
    455     "libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp"
    456   ]
    457 },
    458 {
    459   description: "last assertion fails: invalid conversion. Test passes on RI",
    460   bug: 3403706,
    461   names: [
    462     "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary",
    463     "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary"
    464   ]
    465 },
    466 {
    467   description: "Wrong value returned for Long: java.lang.String (VARCHAR)",
    468   bug: 3403706,
    469   name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData"
    470 },
    471 {
    472   description: "Wrong value returned for Long: java.lang.String",
    473   bug: 3403706,
    474   names: [
    475     "libcore.java.sql.OldResultSetGetterTests#testGetObjectInt",
    476     "libcore.java.sql.OldResultSetGetterTests#testGetObjectString"
    477   ]
    478 },
    479 {
    480   description: "If there is no current row 0 must be returned. res.close() does not wrap up",
    481   bug: 3403706,
    482   name: "libcore.java.sql.OldResultSetGetterTests#testGetRow"
    483 },
    484 {
    485   description: "According to spec info.getStatement should return null but an exception is thrown: stale result
    486                 set.",
    487   bug: 3403706,
    488   name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement"
    489 },
    490 {
    491   description: "getTime should return Time value for a TIMESTAMP type but returns null",
    492   bug: 3403706,
    493   name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt"
    494 },
    495 {
    496   description: "getTime on TIMESTAMP value fails: returns null",
    497   bug: 3403706,
    498   name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar"
    499 },
    500 {
    501   description: "getTime should return a Time value for a TIMESTAMP type but returns null",
    502   bug: 3403706,
    503   name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeString"
    504 },
    505 {
    506   description: "getTime on TIMESTAMP value fails: returns null",
    507   bug: 3403706,
    508   name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeStringCalendar"
    509 },
    510 {
    511   description: "res.close() does not wrap up",
    512   bug: 3403706,
    513   name: "libcore.java.sql.OldResultSetGetterTests#testGetType"
    514 },
    515 {
    516   description: "not supported",
    517   bug: 3403706,
    518   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName"
    519 },
    520 {
    521   description: "SQLException checking test fails",
    522   bug: 3403706,
    523   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount"
    524 },
    525 {
    526   description: "not supported",
    527   bug: 3403706,
    528   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnDisplaySize"
    529 },
    530 {
    531   description: "Column label has format TABLE.COLUMN expected: COLUMN",
    532   bug: 3403706,
    533   names: [
    534     "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel",
    535     "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName"
    536   ]
    537 },
    538 {
    539   description: "not supported",
    540   bug: 3403706,
    541   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision"
    542 },
    543 {
    544   description: "Not supported",
    545   bug: 3403706,
    546   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale"
    547 },
    548 {
    549   description: "not supported",
    550   bug: 3403706,
    551   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema"
    552 },
    553 {
    554   description: "For int = 0, exception expected",
    555   bug: 3403706,
    556   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName"
    557 },
    558 {
    559   description: "not supported",
    560   bug: 3403706,
    561   names: [
    562     "libcore.java.sql.OldResultSetMetaDataTest#testIsCaseSensitive",
    563     "libcore.java.sql.OldResultSetMetaDataTest#testIsCurrency",
    564     "libcore.java.sql.OldResultSetMetaDataTest#testIsDefinitlyWritable",
    565     "libcore.java.sql.OldResultSetMetaDataTest#testIsNullable",
    566     "libcore.java.sql.OldResultSetMetaDataTest#testIsReadOnly",
    567     "libcore.java.sql.OldResultSetMetaDataTest#testIsSearchable",
    568     "libcore.java.sql.OldResultSetMetaDataTest#testIsSigned",
    569     "libcore.java.sql.OldResultSetMetaDataTest#testIsWritable",
    570     "libcore.java.sql.OldResultSetMetaDataTest#testisAutoIncrement"
    571   ]
    572 },
    573 {
    574   description: "statement.close() does not wrap up",
    575   bug: 3403706,
    576   names: [
    577     "libcore.java.sql.OldResultSetTest#testBeforeFirst",
    578     "libcore.java.sql.OldResultSetTest#testAfterLast"
    579   ]
    580 },
    581 {
    582   description: "Resultset.close() does not wrap up",
    583   bug: 3403706,
    584   names: [
    585     "libcore.java.sql.OldResultSetTest#testClose1",
    586     "libcore.java.sql.OldResultSetTest#testNext"
    587   ]
    588 },
    589 {
    590   description: "no exception is thrown when moving cursor backwards on forward only statement",
    591   bug: 3403706,
    592   name: "libcore.java.sql.OldResultSetTest#testRelative"
    593 },
    594 {
    595   description: "Scrollable resultSet. Not supported",
    596   bug: 3403706,
    597   name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet"
    598 },
    599 {
    600   description: "not supported",
    601   bug: 3403706,
    602   name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject"
    603 },
    604 {
    605   description: "Feature not supported",
    606   bug: 3403706,
    607   name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString"
    608 },
    609 {
    610   description: "the default tests, and exception tests fail.",
    611   bug: 3403706,
    612   name: "libcore.java.sql.OldResultSetTest#testWasNull"
    613 },
    614 {
    615   description: "statement.close() does not wrap up",
    616   bug: 3403706,
    617   names: [
    618     "libcore.java.sql.OldResultSetTest#testtestFirst",
    619     "libcore.java.sql.OldResultSetTest#testtestIsAfterLast"
    620   ]
    621 },
    622 {
    623   description: "In Second code block assertion fails. statement. close() does not wrap up",
    624   bug: 3403706,
    625   name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst"
    626 },
    627 {
    628   description: "statement.close() does not wrap up",
    629   bug: 3403706,
    630   name: "libcore.java.sql.OldResultSetTest#testtestIsFirst"
    631 },
    632 {
    633   description: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor
    634                 is actually provides a result.statement.close() does not wrap up",
    635   bug: 3403706,
    636   name: "libcore.java.sql.OldResultSetTest#testtestIsLast"
    637 },
    638 {
    639   description: "statement.close() does not wrap up",
    640   bug: 3403706,
    641   name: "libcore.java.sql.OldResultSetTest#testtestLast"
    642 },
    643 {
    644   description: "Bug in implementation of cancel: Does not fulfill spec.",
    645   bug: 3403706,
    646   name: "libcore.java.sql.OldStatementTest#testCancel"
    647 },
    648 {
    649   description: "statement.close() does not wrap up",
    650   bug: 3403706,
    651   name: "libcore.java.sql.OldStatementTest#testClose"
    652 },
    653 {
    654   description: "Return value wrong for queries below.",
    655   bug: 3403706,
    656   name: "libcore.java.sql.OldStatementTest#testExecute"
    657 },
    658 {
    659   description: "always returns 1 for no. of updates",
    660   bug: 3403706,
    661   name: "libcore.java.sql.OldStatementTest#testExecuteBatch"
    662 },
    663 {
    664   description: "Does throw an exception on non select statement.",
    665   bug: 3403706,
    666   name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String"
    667 },
    668 {
    669   description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent for deletes:
    670                 'delete from s1;' should be different from 'delete from s1 where c1 = 1;'",
    671   bug: 3403706,
    672   name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String"
    673 },
    674 {
    675   description: "statement.close() does not wrap up",
    676   bug: 3403706,
    677   names: [
    678     "libcore.java.sql.OldStatementTest#testGetConnection",
    679     "libcore.java.sql.OldStatementTest#testGetFetchDirection",
    680     "libcore.java.sql.OldStatementTest#testGetFetchSize"
    681   ]
    682 },
    683 {
    684   description: "not supported",
    685   bug: 3403706,
    686   name: "libcore.java.sql.OldStatementTest#testGetMoreResults"
    687 },
    688 {
    689   description: "An other value is returned than was set (X * 1000)",
    690   bug: 3403706,
    691   name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout"
    692 },
    693 {
    694   description: "Does not return null on update count > 0 (not a select statement)",
    695   bug: 3403706,
    696   name: "libcore.java.sql.OldStatementTest#testGetResultSet"
    697 },
    698 {
    699   description: "Not supported",
    700   bug: 3403706,
    701   name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency"
    702 },
    703 {
    704   description: "Test for default value fails",
    705   bug: 3403706,
    706   name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability"
    707 },
    708 {
    709   description: "not fully supported",
    710   bug: 3403706,
    711   name: "libcore.java.sql.OldStatementTest#testGetResultSetType"
    712 },
    713 {
    714   description: "statement.close() does not wrap up",
    715   bug: 3403706,
    716   name: "libcore.java.sql.OldStatementTest#testGetUpdateCount"
    717 },
    718 {
    719   description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was
    720                 thrown.",
    721   bug: 3403706,
    722   name: "tests.api.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters"
    723 },
    724 {
    725   modes: [ "jvm" ],
    726   description: "The RI's formatter doesn't localize arabic properly",
    727   names: [
    728     "libcore.java.util.FormatterTest#test_numberLocalization",
    729     "libcore.java.util.FormatterTest#test_uppercaseConversions"
    730   ],
    731   result: EXEC_FAILED
    732 },
    733 {
    734   description: "Android's XSLT implementation fails 524 of 3173 OASIS tests",
    735   bug: 4193599,
    736   names: [
    737     "libcore.xml.XsltXPathConformanceTestSuite$MisspecifiedTest#test",
    738     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt005",
    739     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt017",
    740     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt018",
    741     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt019",
    742     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt020",
    743     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt022",
    744     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt024",
    745     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt029",
    746     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt033",
    747     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt034",
    748     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt038",
    749     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt039",
    750     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt044",
    751     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt045",
    752     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt047",
    753     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt052",
    754     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt054",
    755     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt055",
    756     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt056",
    757     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt058",
    758     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt061",
    759     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt062",
    760     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt063",
    761     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt064",
    762     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt067",
    763     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt069",
    764     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt070",
    765     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt074",
    766     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt075",
    767     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt077",
    768     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt079",
    769     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt083",
    770     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt085",
    771     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt086",
    772     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt089",
    773     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt090",
    774     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt091",
    775     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt094",
    776     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt095",
    777     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt098",
    778     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Completeness__84361",
    779     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err003",
    780     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err004",
    781     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err005",
    782     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err006",
    783     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err010",
    784     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err011",
    785     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err012",
    786     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err013",
    787     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err026",
    788     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err029",
    789     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err031",
    790     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err038",
    791     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err044",
    792     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err048",
    793     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err049",
    794     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err050",
    795     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err051",
    796     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err059",
    797     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err062",
    798     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err065",
    799     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err073",
    800     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err075",
    801     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err076",
    802     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err078",
    803     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err093",
    804     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err103",
    805     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err106",
    806     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err108",
    807     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_xsl_template_complicated_match_pattern_with_variable_ref",
    808     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84423",
    809     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84424",
    810     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84426",
    811     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84427",
    812     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84435",
    813     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__91183",
    814     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_BooleanFunction",
    815     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_Bug76054",
    816     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithAbsoluteArgument",
    817     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithEntityRef",
    818     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_ElementAvailFunctionFalseTest",
    819     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_GenereateIdAppliedToNamespaceNodesOnDifferentElements",
    820     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestIdFuncInComplexStruct",
    821     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestOfIdFunction",
    822     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10002",
    823     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10003",
    824     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10004",
    825     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10005",
    826     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10006",
    827     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10007",
    828     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10008",
    829     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10009",
    830     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10010",
    831     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10011",
    832     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10012",
    833     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10013",
    834     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10014",
    835     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10015",
    836     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10016",
    837     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10017",
    838     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10018",
    839     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10019",
    840     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10020",
    841     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10021",
    842     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10022",
    843     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10023",
    844     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10024",
    845     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10025",
    846     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10026",
    847     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10049",
    848     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84048",
    849     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84049",
    850     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84050",
    851     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84170",
    852     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84172",
    853     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__EuropeanPattern",
    854     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Non_DigitPattern",
    855     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Pattern-separator",
    856     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__currency",
    857     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__defaultPattern",
    858     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimalValue",
    859     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimumValue",
    860     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__percentPattern",
    861     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__specialCharInPattern",
    862     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__testOn-0.00",
    863     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_UseDocumentFnToReturnRootNode",
    864     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_VariableWithinVariable",
    865     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78117",
    866     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78120",
    867     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78125",
    868     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78161",
    869     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78356",
    870     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78360",
    871     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84633",
    872     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84634",
    873     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84636",
    874     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84637",
    875     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84697",
    876     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84709",
    877     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84710",
    878     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84712",
    879     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro2",
    880     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro3",
    881     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91832",
    882     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91833",
    883     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91836",
    884     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91859",
    885     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_SortExprWithCurrentInsideForEach1",
    886     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_SortTextWithNonTextCharacters",
    887     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_TextNodesSpanMultipleLines",
    888     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_TurkishISortingTest",
    889     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77516",
    890     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77525",
    891     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77977",
    892     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78191",
    893     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78286",
    894     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78291",
    895     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__84006",
    896     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91689",
    897     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91691",
    898     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91693",
    899     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91694",
    900     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91695",
    901     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91696",
    902     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91697",
    903     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91698",
    904     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91699",
    905     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91700",
    906     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91701",
    907     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91704",
    908     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91705",
    909     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91752",
    910     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91753",
    911     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91422",
    912     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91423",
    913     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91425",
    914     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91428",
    915     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91443",
    916     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91444",
    917     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.Fallback__91825",
    918     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91841",
    919     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91844",
    920     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91848",
    921     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91849",
    922     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91853",
    923     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91856",
    924     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_AmpersandWithinHtmlAttribute",
    925     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAndSystemAttribute",
    926     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAttribute",
    927     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypeSystemAttribute",
    928     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EmptyElement1",
    929     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EntityRefInAttribHtml",
    930     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithAmpersandCurlyBracket",
    931     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithLessThanInAttribute",
    932     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Html_Op_Href_Attr_non_ascii_value",
    933     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MediaTypeTest",
    934     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MethodEqualsHtmlWithoutIndentSet",
    935     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Modified84433",
    936     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Output_UseStandAloneAttributeWithMultipleRoots",
    937     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_SignInHrefAttribute",
    938     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_UseLiteralResultElementHead",
    939     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77929",
    940     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77930",
    941     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77936",
    942     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77939",
    943     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77940",
    944     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77966",
    945     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78175",
    946     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78176",
    947     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78177",
    948     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78180",
    949     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78221",
    950     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78222",
    951     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78223",
    952     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78224",
    953     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78225",
    954     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78226",
    955     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78227",
    956     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78229",
    957     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84010",
    958     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84011",
    959     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84012",
    960     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84015",
    961     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84016",
    962     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84017",
    963     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84018",
    964     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84019",
    965     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84020",
    966     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84021",
    967     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84022",
    968     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84025",
    969     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84165",
    970     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84260",
    971     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84264",
    972     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84271",
    973     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84273",
    974     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84277",
    975     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84280",
    976     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84282",
    977     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84285",
    978     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84306",
    979     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84309",
    980     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84374",
    981     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84428",
    982     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84429",
    983     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84432",
    984     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84433",
    985     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84434",
    986     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84452",
    987     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84453",
    988     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84454",
    989     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84455",
    990     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84456",
    991     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84457",
    992     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84458",
    993     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84459",
    994     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84460",
    995     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84461",
    996     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84462",
    997     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77536",
    998     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77562",
    999     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77564",
   1000     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77574",
   1001     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77591",
   1002     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77596",
   1003     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77599",
   1004     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets_RefToUndefinedAttributeSet",
   1005     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91035",
   1006     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91038",
   1007     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91080",
   1008     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91081",
   1009     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91083",
   1010     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91098",
   1011     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91100",
   1012     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91119",
   1013     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_AttributeWithEmptyName",
   1014     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_EmptyNameAttributeWithNS",
   1015     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_InvalidNamespacePrefix",
   1016     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_UseXmlnsNsAsNamespaceForAttribute",
   1017     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78365",
   1018     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78369",
   1019     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78373",
   1020     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78374",
   1021     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78376",
   1022     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78378",
   1023     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78386",
   1024     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81487",
   1025     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81551",
   1026     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89463",
   1027     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89464",
   1028     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89465",
   1029     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Copying_ResultTreeFragmentWithEscapedText",
   1030     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNSFromNameFn",
   1031     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecified",
   1032     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecifiedButValidNS",
   1033     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWIthNamespaceEqualToXmlnsUri",
   1034     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWithNameSpaceAttrEqualToXmlnsUri",
   1035     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78347",
   1036     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78358",
   1037     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78362",
   1038     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78363",
   1039     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__83968",
   1040     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89171",
   1041     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89716",
   1042     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89717",
   1043     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89718",
   1044     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatSameCharForDecimalAndGrpSep",
   1045     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit",
   1046     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit1",
   1047     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit2",
   1048     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_FormatNumber_SemiColonDelimitsToWhitespace",
   1049     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_TestGrpSepr",
   1050     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_ValueOf_FormatNumberWithoutPositiveNumberFormatPattern",
   1051     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_Conflict_XPath_XSLT",
   1052     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_DefaultNamespace",
   1053     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_NavigatorMethods",
   1054     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XML",
   1055     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XMLNS",
   1056     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_SameQuery_DiffNamespace",
   1057     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_ScopingRules",
   1058     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_NaNOrInvalidValue",
   1059     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsEmptyNodeset",
   1060     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsNodesetTest1",
   1061     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84683",
   1062     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84687",
   1063     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84692",
   1064     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84694",
   1065     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84699",
   1066     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84700",
   1067     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84705",
   1068     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84715",
   1069     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84716",
   1070     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84717",
   1071     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84722",
   1072     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84723",
   1073     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84724",
   1074     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84725",
   1075     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91026",
   1076     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91027",
   1077     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91028",
   1078     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91029",
   1079     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction_InvalidPIName1",
   1080     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78196",
   1081     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78202",
   1082     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78204",
   1083     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78217",
   1084     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78218",
   1085     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78219",
   1086     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_DoeWithCdataInText",
   1087     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_Modified78311",
   1088     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78245",
   1089     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78272",
   1090     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78273",
   1091     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78274",
   1092     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78275",
   1093     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78276",
   1094     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78281",
   1095     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78308",
   1096     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78309",
   1097     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78311",
   1098     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78308",
   1099     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78309",
   1100     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset10",
   1101     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset17",
   1102     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset27",
   1103     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset29",
   1104     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset31",
   1105     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset32",
   1106     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset40",
   1107     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset41",
   1108     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset42",
   1109     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribvaltemplate_attribvaltemplate08",
   1110     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy16",
   1111     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy19",
   1112     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy20",
   1113     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy21",
   1114     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy22",
   1115     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy38",
   1116     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy56",
   1117     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy58",
   1118     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy60",
   1119     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend02",
   1120     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend04",
   1121     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey04",
   1122     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey22",
   1123     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey24",
   1124     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey26",
   1125     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey31",
   1126     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey37",
   1127     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey38",
   1128     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey39",
   1129     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey40",
   1130     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey41",
   1131     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey42",
   1132     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey43",
   1133     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey55",
   1134     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey56",
   1135     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey57",
   1136     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey58",
   1137     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey60",
   1138     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey61",
   1139     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey62",
   1140     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.match_match11",
   1141     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.message_message15",
   1142     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace32",
   1143     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace34",
   1144     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat07",
   1145     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat35",
   1146     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering14",
   1147     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering17",
   1148     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering79",
   1149     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering91",
   1150     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output01",
   1151     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output02",
   1152     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output03",
   1153     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output04",
   1154     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output05",
   1155     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output06",
   1156     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output08",
   1157     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output09",
   1158     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output10",
   1159     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output110",
   1160     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output111",
   1161     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output113",
   1162     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output17",
   1163     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output22",
   1164     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output25",
   1165     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output26",
   1166     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output28",
   1167     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output32",
   1168     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output33",
   1169     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output34",
   1170     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output35",
   1171     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output36",
   1172     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output37",
   1173     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output38",
   1174     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output39",
   1175     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output40",
   1176     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output48",
   1177     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output49",
   1178     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output50",
   1179     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output52",
   1180     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output59",
   1181     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output60",
   1182     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output61",
   1183     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output62",
   1184     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output70",
   1185     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output72",
   1186     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output73",
   1187     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output74",
   1188     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output75",
   1189     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output86",
   1190     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.processorinfo_processorinfo03",
   1191     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select73",
   1192     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select74",
   1193     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort08",
   1194     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort27",
   1195     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver05",
   1196     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver06",
   1197     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84614",
   1198     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84615",
   1199     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91032",
   1200     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91148",
   1201     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91150",
   1202     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91151",
   1203     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91156",
   1204     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91157",
   1205     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91158",
   1206     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91165",
   1207     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludeStylesheetWithoutXslNamespace",
   1208     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludedStylesheetShouldHaveDifferentBaseUri",
   1209     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_NestedIncludes",
   1210     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest1",
   1211     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest2",
   1212     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest3",
   1213     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest4",
   1214     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest5",
   1215     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest6",
   1216     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77489",
   1217     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77504",
   1218     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77515",
   1219     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77736",
   1220     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77745",
   1221     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77750",
   1222     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77751",
   1223     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78295",
   1224     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78296",
   1225     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78398",
   1226     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84463",
   1227     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84464",
   1228     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_NSAlias_In_Import",
   1229     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_NSAliasForDefaultWithExcludeResPref",
   1230     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test1",
   1231     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test2",
   1232     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_WithinRTF",
   1233     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91781",
   1234     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91782",
   1235     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91785",
   1236     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91786",
   1237     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace_CheckXmlnsResetOnResultTree",
   1238     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77655",
   1239     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77665",
   1240     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77670",
   1241     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77675",
   1242     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__78027",
   1243     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91802",
   1244     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91803",
   1245     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91804",
   1246     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91806",
   1247     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91807",
   1248     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91808",
   1249     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91810",
   1250     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91811",
   1251     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91816",
   1252     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77619",
   1253     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77622",
   1254     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77870",
   1255     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77879",
   1256     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77897",
   1257     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77898",
   1258     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77902"
   1259   ]
   1260 },
   1261 {
   1262   description: "Android's XPath fails 29 of 250 Jaxen XPath tests",
   1263   bug: 3270761,
   1264   names: [
   1265     "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /dummy:a/dummy:b/dummy:c",
   1266     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]",
   1267     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')",
   1268     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog",
   1269     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog",
   1270     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate",
   1271     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')",
   1272     "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a",
   1273     "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b",
   1274     "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c",
   1275     "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f",
   1276     "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml / //namespace::*",
   1277     "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::*",
   1278     "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::xplt",
   1279     "libcore.xml.JaxenXPathTestSuite$3#xml/text.xml / document('xml/web.xml')",
   1280     "libcore.xml.JaxenXPathTestSuite$4#xml/message.xml / document('xml/message.xml')/message/body/data/items/item[name/text()='parentinfo']/value",
   1281     "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y",
   1282     "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c",
   1283     "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e",
   1284     "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y",
   1285     "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml / document('xml/web.xml')/web-app/servlet[1]/servlet-name",
   1286     "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml /foo/bar/cheese[1] concat(./@id,document('xml/web.xml')/web-app/servlet[1]/servlet-name,./@id)",
   1287     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )",
   1288     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Servlet' )",
   1289     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] lower-case( servlet-class )",
   1290     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )",
   1291     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-ES-Traditional_WIN' )",
   1292     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr' )",
   1293     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-CA' )"
   1294   ]
   1295 },
   1296 {
   1297   description: "Android's PKIX validation fails on many NIST PKIX tests",
   1298   bug: 8030138,
   1299   names: [
   1300     "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest20",
   1301     "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest21",
   1302     "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_ValidSeparateCertificateandCRLKeysTest19",
   1303     "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest4",
   1304     "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_ValiddeltaCRLTest5",
   1305     "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest24",
   1306     "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest25",
   1307     "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest28",
   1308     "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest29",
   1309     "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest30",
   1310     "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest33",
   1311     "libcore.java.security.cert.X509CertificateNistPkitsTest#testKeyUsage_ValidSelfIssuedDNnameConstraintsTest19",
   1312     "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingNameChaining_ValidRFC3280OptionalAttributeTypesTest8",
   1313     "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedCRLSigningKeyTest6",
   1314     "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedNewWithOldTest4"
   1315   ]
   1316 },
   1317 {
   1318   description: "Known failure in MathTest 1^NAN should be NAN",
   1319   bug: 11669804,
   1320   name: "org.apache.harmony.tests.java.lang.MathTest#test_powDD"
   1321 },
   1322 {
   1323   description: "Known failures in PropertiesTest: We don't deal with comments in store()",
   1324   bug: 11686302,
   1325   names: [
   1326     "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario0",
   1327     "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario1",
   1328     "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario2",
   1329     "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario3",
   1330     "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario9",
   1331     "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario11"
   1332   ]
   1333 },
   1334 {
   1335   description: "Known failures in URLTest and URLDecoderTest",
   1336   bug: 11686814,
   1337   names: [
   1338     "org.apache.harmony.tests.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String",
   1339     "org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL",
   1340     "org.apache.harmony.tests.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String"
   1341   ]
   1342 },
   1343 {
   1344   description: "ScannerParseLargeFileBenchmark can cause a failure due to a timeout",
   1345   bug: 14865710,
   1346   name: "org.apache.harmony.tests.java.util.ScannerParseLargeFileBenchmarkTest"
   1347 },
   1348 {
   1349   description: "external/apache-harmony tests for java.sql are broken for various reasons. java.sql is not a high enough priority to fix.",
   1350   bug: 17342415,
   1351   names: [
   1352     "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetDataSize",
   1353     "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetIndex",
   1354     "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetParameter",
   1355     "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetRead",
   1356     "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetTransferSize",
   1357     "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testDataTruncationintbooleanbooleanintint",
   1358     "com.android.org.apache.harmony.sql.tests.java.sql.DateTest#test_valueOf_IllegalArgumentException",
   1359     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testDeregisterDriver",
   1360     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetConnectionString",
   1361     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetConnectionStringProperties",
   1362     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetConnectionStringStringString",
   1363     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetDriver",
   1364     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetDrivers",
   1365     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetLogStream",
   1366     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetLogWriter",
   1367     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetLoginTimeout",
   1368     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testPrintln",
   1369     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testRegisterDriver",
   1370     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testSetLogStream",
   1371     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testSetLogWriter",
   1372     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testSetLoginTimeout",
   1373     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#test_getConnection_LStringLProperties",
   1374     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#test_initClass",
   1375     "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#test_registerDriver_MultiTimes",
   1376     "com.android.org.apache.harmony.sql.tests.java.sql.TimestampTest#testCompareToDate",
   1377     "com.android.org.apache.harmony.sql.tests.java.sql.TimestampTest#testOverridingTimestamp"
   1378   ]
   1379 },
   1380 {
   1381   description: "java.util.logging: Android introduced config fallback behavior in LogManager.readConfiguration()",
   1382   bug: 13882147,
   1383   names: [
   1384     "com.android.org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testNotExistConfigFile",
   1385     "com.android.org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Empty",
   1386     "com.android.org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Null",
   1387     "com.android.org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_InvalidRes",
   1388     "com.android.org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_Empty"
   1389   ]
   1390 },
   1391 {
   1392   description: "java.util.logging: Android's user.home system property cannot be cleared",
   1393   bug: 13882147,
   1394   names: [
   1395     "com.android.org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoUsrHome",
   1396     "com.android.org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir_NoUsrHome"
   1397   ]
   1398 },
   1399 {
   1400   description: "java.util.logging: Android's user.home system property points to root (/) dir",
   1401   bug: 13882147,
   1402   name: "com.android.org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir"
   1403 },
   1404 {
   1405   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",
   1406   bug: 13882147,
   1407   name: "com.android.org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testDefaultValue"
   1408 },
   1409 {
   1410   description: "java.util.logging: Android's classes have been stubbed in places.",
   1411   bug: 13882147,
   1412   names: [
   1413     "com.android.org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testGetLoggingMXBean"
   1414   ]
   1415 },
   1416 {
   1417   description: "java.util.logging: the serialized form references org.apache not com.android.org.apache",
   1418   bug: 13882147,
   1419   name: "com.android.org.apache.harmony.logging.tests.java.util.logging.LevelTest#testSerializationCompatibility"
   1420 },
   1421 {
   1422   description: "java.util.logging: Tests that require java.util.logging code changes to fix.",
   1423   bug: 13882147,
   1424   names: [
   1425     "com.android.org.apache.harmony.logging.tests.java.util.logging.SocketHandlerTest#testConstructor_NoProperties",
   1426     "com.android.org.apache.harmony.logging.tests.java.util.logging.XMLFormatterTest#test_TestFileHandlerClass_constructor"
   1427   ]
   1428 },
   1429 {
   1430   description: "java.util.beans: the harmony tests were broken by Android commit 19a270e90b1e992c1f6639f355ae13564c2f3a6a",
   1431   bug: 17394106,
   1432   names: [
   1433     "com.android.org.apache.harmony.beans.tests.java.beans.PropertyChangeSupportTest#testSerialization",
   1434     "com.android.org.apache.harmony.beans.tests.java.beans.PropertyChangeSupportTest#testGetPropertyChangeListener_String_Normal",
   1435     "com.android.org.apache.harmony.beans.tests.java.beans.PropertyChangeSupportTest#testAddPropertyChangeListener_PropertyChangeListener_String_Normal",
   1436     "com.android.org.apache.harmony.beans.tests.java.beans.PropertyChangeSupportTest#testAddPropertyChangeListener_PropertyChangeListener_Normal"
   1437   ]
   1438 },
   1439 {
   1440   description: "java.util.beans: the serialized form references org.apache not com.android.org.apache",
   1441   bug: 17394106,
   1442   names: [
   1443     "com.android.org.apache.harmony.beans.tests.java.beans.PropertyChangeSupportTest#testSerializationCompatibility"
   1444   ]
   1445 },
   1446 {
   1447   description: "Known precision issue in DecimalFormat",
   1448   bug: 17656132,
   1449   names: [
   1450     "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatDouble_bug17656132",
   1451     "org.apache.harmony.tests.java.text.DecimalFormatTest#test_formatDouble_roundingProblemCases"
   1452   ]
   1453 },
   1454 {
   1455   description: "Known failure in GregorianCalendarTest",
   1456   bug: 12778197,
   1457   name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime"
   1458 },
   1459 {
   1460   description: "SpdyConnection issue https://github.com/square/okhttp/issues/644 crashes the test app. Android does not provide SPDY/HTTP_2 connections by default so have been suppressed.",
   1461   bug: 14462336,
   1462   names: [
   1463     "com.squareup.okhttp.ConnectionPoolTest",
   1464     "com.squareup.okhttp.internal.spdy.SpdyConnectionTest",
   1465     "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test",
   1466     "com.squareup.okhttp.internal.http.HttpOverSpdy3Test",
   1467     "com.squareup.okhttp.internal.http.URLConnectionTest#npnSetsProtocolHeader_SPDY_3",
   1468     "com.squareup.okhttp.internal.http.URLConnectionTest#npnSetsProtocolHeader_HTTP_2",
   1469     "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPost_SPDY_3",
   1470     "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPost_HTTP_2",
   1471     "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPut_SPDY_3",
   1472     "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPut_HTTP_2"
   1473   ]
   1474 },
   1475 {
   1476   description: "Some OkHttp tests were written before the introduction of TLS_FALLBACK_SCSV and have only been fixed for APIs used by Android",
   1477   bug: 17962997,
   1478   names: [
   1479     "com.squareup.okhttp.SyncApiTest#recoverFromTlsHandshakeFailure",
   1480     "com.squareup.okhttp.AsyncApiTest#recoverFromTlsHandshakeFailure"
   1481   ]
   1482 },
   1483 {
   1484   description: "JavaApiConverterTest#createOkResponse_fromJavaHttpsUrlConnection works independently but fails when run with some other test(s).",
   1485   bug: 17962997,
   1486   name: "com.squareup.okhttp.internal.http.JavaApiConverterTest#createOkResponse_fromJavaHttpsUrlConnection"
   1487 },
   1488 {
   1489   description: "Okhttp test hardcodes the TLS version expected.",
   1490   bug: 14462336,
   1491   names: [
   1492     "com.squareup.okhttp.internal.http.URLConnectionTest#sslFallbackNotUsedWhenRecycledConnectionFails"
   1493   ]
   1494 },
   1495 {
   1496   description: "The test relies on SimpleDateFormat zzz producing GMT not GMT+00:00 as it does on Android. Android issue 66136.",
   1497   bug: 14462336,
   1498   names: [
   1499     "com.squareup.okhttp.internal.http.HttpResponseCacheTest#setIfModifiedSince"
   1500   ]
   1501 },
   1502 {
   1503   description: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale assumes fallback to locale other than en_US_POSIX.",
   1504   bug: 17374604,
   1505   names: [
   1506     "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale"
   1507   ]
   1508 }
   1509 ]
   1510