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