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: "Package.getPackages(), ClassLoader.getPackages() both omit results",
      7   name: "libcore.java.lang.PackageTest#testGetPackages",
      8   bug: 5171136
      9 },
     10 {
     11   description: "Deserialization shouldn't set transient fields",
     12   name: "libcore.java.io.SerializationTest#testSerializeFieldMadeTransient",
     13   bug: 4471249
     14 },
     15 {
     16   description: "Investigate InterruptedIOException + InputStream.read(), OutputStream.write()",
     17   names: [
     18     "libcore.java.io.InterruptedStreamTest#testInterruptSocketInputStream",
     19     "libcore.java.io.InterruptedStreamTest#testInterruptSocketOutputStream"
     20   ],
     21   bug: 4181738
     22 },
     23 {
     24   description: "SimpleDateFormat assumes DST always uses 60 minute offset; this fails for zones like Lord Howe Daylight Time",
     25   name: "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone",
     26   bug: 4723412
     27 },
     28 {
     29   description: "Encoded bytes don't match for EC elliptic curve keys created through KeyFactory.generatePrivate()",
     30   names: [
     31     "org.apache.harmony.security.tests.java.security.KeyFactory2Test#test_generatePrivateLjava_security_spec_KeySpec",
     32     "org.apache.harmony.security.tests.java.security.KeyFactory2Test#test_getKeySpecLjava_security_KeyLjava_lang_Class"
     33   ],
     34   bug: 3483365
     35 },
     36 {
     37   description: "Expat uses an unbounded number of global references",
     38   name: "libcore.xml.ExpatSaxParserTest#testGlobalReferenceTableOverflow",
     39   bug: 2772628
     40 },
     41 {
     42   description: "Test fails, Intermediate certificate lacks BasicConstraints",
     43   name: "com.android.org.bouncycastle.jce.provider.PKIXCertPathValidatorSpiTest#testTrustAndRemoteCertificatesWithDifferentEncodings",
     44   bug: 3474648
     45 },
     46 {
     47   description: "DHParametersHelper.generateSafePrimes sometimes takes long time, other times takes a very long time",
     48   name: "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest#test_getParams",
     49   bug: 3474446
     50 },
     51 {
     52   description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
     53   name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement",
     54   bug: 3473300
     55 },
     56 {
     57   name: "libcore.java.lang.StringTest#testCaseMapping_en_US",
     58   bug: 3387655
     59 },
     60 {
     61   name: "org.apache.harmony.crypto.tests.javax.crypto.CipherTest#testGetMaxAllowedKeyLength",
     62   bug: 3387688
     63 },
     64 {
     65   name: "libcore.java.io.FileTest#test_emptyFilename",
     66   bug: 3387758
     67 },
     68 {
     69   description: "Turkish dotless i behaves differently on dalvik vs. RI",
     70   names: [
     71     "libcore.java.lang.StringTest#testChangeCase_en_US",
     72     "libcore.java.lang.StringTest#testEqualsIgnoreCase_en_US",
     73     "libcore.java.lang.StringTest#testEqualsIgnoreCase_tr_TR"
     74   ],
     75   bug: 3325799
     76 },
     77 {
     78   description: "KxmlPullParser doesn't enforce top-level document element",
     79   names: [
     80     "libcore.xml.KxmlPullParserDtdTest#testDoctypeInDocumentElement",
     81     "libcore.xml.KxmlPullParserDtdTest#testDoctypeAfterDocumentElement"
     82   ],
     83   bug: 3452274
     84 },
     85 {
     86   description: "URLConnection fails on URLs containing {}",
     87   name: "libcore.java.net.URLConnectionTest#testMalformedUrl",
     88   bug: 1158780,
     89   substring: "java.net.URISyntaxException"
     90 },
     91 {
     92   description: "KxmlParser doesn't expose DTD text",
     93   name: "libcore.xml.KxmlPullParserDtdTest#testDoctypeWithNextToken",
     94   bug: 3241492
     95 },
     96 {
     97   description: "Expat relaxed is different from Kxml relaxed",
     98   names: [
     99     "libcore.xml.ExpatPullParserTest#testAttributeNoValueWithRelaxed",
    100     "libcore.xml.ExpatPullParserTest#testAttributeUnquotedValueWithRelaxed",
    101     "libcore.xml.ExpatPullParserTest#testMissingEntitiesWithRelaxed",
    102     "libcore.xml.ExpatPullParserTest#testUnterminatedEntityWithRelaxed"
    103   ],
    104   bug: 3090550
    105 },
    106 {
    107   description: "ExpatPullParser doesn't support nextToken() or line numbers",
    108   names: [
    109     "libcore.xml.ExpatPullParserDtdTest#testDoctypeWithNextToken",
    110     "libcore.xml.ExpatPullParserTest#testCdataUsingNextToken",
    111     "libcore.xml.ExpatPullParserTest#testCommentUsingNextToken",
    112     "libcore.xml.ExpatPullParserTest#testCustomEntitiesAreNotEvaluated",
    113     "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNext",
    114     "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNextToken",
    115     "libcore.xml.ExpatPullParserTest#testEmptyCdataUsingNextToken",
    116     "libcore.xml.ExpatPullParserTest#testEmptyComment",
    117     "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNext",
    118     "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNextToken",
    119     "libcore.xml.ExpatPullParserTest#testEntityInAttributeUsingNextToken",
    120     "libcore.xml.ExpatPullParserTest#testLinesAndColumns",
    121     "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextToken",
    122     "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextTokenWithRelaxed",
    123     "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextWithRelaxed",
    124     "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextToken",
    125     "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextTokenWithRelaxed",
    126     "libcore.xml.ExpatPullParserTest#testProcessingInstructionUsingNextToken",
    127     "libcore.xml.ExpatPullParserTest#testRegularNumericEntities",
    128     "libcore.xml.ExpatPullParserTest#testWhitespaceUsingNextToken",
    129     "libcore.xml.ExpatPullParserTest#testXmlDeclaration",
    130     "libcore.xml.ExpatPullParserTest#testXmlDeclarationExtraAttributes"
    131   ],
    132   bug: 3090550
    133 },
    134 {
    135   description: "ExpatPullParser doesn't handle surrogates properly",
    136   name: "libcore.xml.ExpatPullParserTest#testCharacterReferenceOfLastUtf16Surrogate",
    137   bug: 3090550
    138 },
    139 {
    140   description: "RandomAccessFile missing finalizer",
    141   name: "libcore.java.io.RandomAccessFileTest#testRandomAccessFileHasCleanupFinalizer",
    142   bug: 3015023
    143 },
    144 {
    145   description: "ICU seems to treat unknown and invalid locales differently",
    146   name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale",
    147   bug: 2541757
    148 },
    149 {
    150   description: "Root locale uses INF for infinity but unknown locales use \u221e",
    151   name: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale",
    152   bug: 3056617
    153 },
    154 {
    155   description: "Minimal days in first week is broken",
    156   names: [
    157     "libcore.java.text.OldSimpleDateFormatTest#testFormattingWeekOfYear",
    158     "libcore.java.text.OldSimpleDateFormatTest#testDefaultMinimalDaysInFirstWeek"
    159   ],
    160   bug: 1613709
    161 },
    162 {
    163   description: "Custom SimpleTimeZones not honored by SimpleDateFormat",
    164   name: "libcore.java.text.OldSimpleDateFormatTest#testFormattingTimezones",
    165   bug: 3049014
    166 },
    167 {
    168   description: "NaN character not found when deserializing DecimalFormatSymbols",
    169   name: "libcore.java.text.OldDecimalFormatSymbolsTest#test_RIHarmony_compatible",
    170   bug: 3056792
    171 },
    172 {
    173   description: "DecimalFormat.formatToCharacterIterator() is failing tests",
    174   names: [
    175     "libcore.java.text.OldDecimalFormatTest#test_formatToCharacterIterator",
    176     "org.apache.harmony.text.tests.java.text.DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object",
    177     "org.apache.harmony.text.tests.java.text.DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object__ArithmeticException"
    178   ],
    179   bug: 3056865
    180 },
    181 {
    182   description: "DecimalFormat.parse returns wrong type with multiplier: expected Long but was Double",
    183   name: "libcore.java.text.OldDecimalFormatTest#test_parseLjava_lang_StringLjava_text_ParsePosition",
    184   bug: 3057080
    185 },
    186 {
    187   description: "DecimalFormat FieldPosition not updated with correct begin and end indices",
    188   name: "libcore.java.text.OldDecimalFormatTest#test_formatDLjava_lang_StringBufferLjava_text_FieldPosition",
    189   bug: 3057090
    190 },
    191 {
    192   description: "DecimalFormat is limited to 127 digits",
    193   name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits",
    194   bug: 2400429
    195 },
    196 {
    197   description: "HTTPS connections should not be pooled.",
    198   name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories",
    199   bug: 3042192
    200 },
    201 {
    202   description: "Cookie tests failing on the host",
    203   bug: 3041920,
    204   names: [
    205     "libcore.java.net.CookiesTest#testNetscapeResponse",
    206     "libcore.java.net.CookiesTest#testQuotedAttributeValues",
    207     "libcore.java.net.CookiesTest#testRfc2109Response",
    208     "libcore.java.net.CookiesTest#testRfc2965Response",
    209     "libcore.java.net.CookiesTest#testSendingCookiesFromStore"
    210   ],
    211   modes: [ "host" ]
    212 },
    213 {
    214   description: "Math failures when running on the host",
    215   names: [
    216     "libcore.java.lang.OldAndroidStrictMathTest#testLog1pD",
    217     "libcore.java.lang.OldAndroidStrictMathTest#testRintD",
    218     "org.apache.harmony.luni.tests.java.lang.MathTest#test_cbrt_D",
    219     "org.apache.harmony.luni.tests.java.lang.MathTest#test_powDD",
    220     "org.apache.harmony.luni.tests.java.lang.MathTest#test_sinh_D",
    221     "org.apache.harmony.luni.tests.java.lang.StrictMathTest#test_log1p_D",
    222     "org.apache.harmony.luni.tests.java.lang.StrictMathTest#test_rintD"
    223   ],
    224   bug: 2931959,
    225   modes: [ "host" ]
    226 },
    227 {
    228   description: "Double.parseDouble().toString does wrong rounding",
    229   names: [
    230     "libcore.java.lang.OldDoubleTest#test_parseDoubleLjava_lang_String",
    231     "libcore.java.lang.DoubleTest#testParseLargestSubnormalDoublePrecision"
    232   ],
    233   bug: 1607938
    234 },
    235 {
    236   description: "We fake support for these by substituting similar (but not identical) charsets",
    237   names: [
    238     "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode",
    239     "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Encode",
    240     "libcore.java.nio.charset.OldCharset_MultiByte_EUC_JP#test_CodecDynamic",
    241     "libcore.java.nio.charset.OldCharset_MultiByte_EUC_JP#test_Decode",
    242     "libcore.java.nio.charset.OldCharset_MultiByte_EUC_JP#test_Encode",
    243     "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Decode",
    244     "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Encode",
    245     "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_nameMatch",
    246     "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Decode",
    247     "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode",
    248     "libcore.java.nio.charset.OldCharset_MultiByte_ISO_2022_JP#test_Decode",
    249     "libcore.java.nio.charset.OldCharset_MultiByte_ISO_2022_JP#test_Encode",
    250     "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_Encode",
    251     "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_nameMatch"
    252   ],
    253   bug: 2985901
    254 },
    255 {
    256   description: "UTF-16 and UTF-32 encoders don't write big-endian output on little-endian devices",
    257   names: [
    258     "libcore.java.nio.charset.CharsetEncoderTest#test_defaultReplacementBytesUtf_16",
    259     "libcore.java.nio.charset.CharsetTest#test_UTF_16",
    260     "libcore.java.nio.charset.CharsetTest#test_UTF_32",
    261     "libcore.java.nio.charset.CharsetTest#test_UTF_16BE",
    262     "libcore.java.nio.charset.CharsetTest#test_UTF_16LE",
    263     "libcore.java.nio.charset.CharsetTest#test_UTF_32BE",
    264     "libcore.java.nio.charset.CharsetTest#test_UTF_32LE",
    265     "libcore.java.nio.charset.CharsetTest#test_x_UTF_16LE_BOM",
    266     "libcore.java.nio.charset.CharsetTest#test_X_UTF_32BE_BOM",
    267     "libcore.java.nio.charset.CharsetTest#test_X_UTF_32LE_BOM",
    268     "libcore.java.nio.charset.OldCharset_MultiByte_UTF_16#test_Encode"
    269   ],
    270   bug: 2702411
    271 },
    272 {
    273   description: "Pre-NIO aliases not implemented",
    274   name: "libcore.java.nio.charset.CharsetTest#test_preNioAliases",
    275   bug: 3032697
    276 },
    277 {
    278   description: "HTTPS proxy broken on host",
    279   names: [
    280     "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection",
    281     "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection",
    282     "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection_doOutput",
    283     "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection",
    284     "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection_Not_Found_Response"
    285   ],
    286   bug: 3032875,
    287   modes: [ "host" ]
    288 },
    289 {
    290   description: "Defining classes from byte[] not supported in Android",
    291   result: EXEC_FAILED,
    292   name: "libcore.java.lang.OldClassTest#test_getClasses_subtest0"
    293 },
    294 {
    295   description: "There is no protection domain set in Android.",
    296   result: EXEC_FAILED,
    297   name: "libcore.java.lang.OldClassTest#test_getProtectionDomain"
    298 },
    299 {
    300   description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS",
    301   bug: 3447964,
    302   name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls"
    303 },
    304 {
    305   description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
    306                 to change URLClassLoader to allow this? It's not specified.",
    307   result: EXEC_FAILED,
    308   name: "tests.api.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
    309 },
    310 {
    311   description: "Fails (probably) because no protection domain is set.",
    312   result: EXEC_FAILED,
    313   names: [
    314     "org.apache.harmony.security.tests.java.security.AccessController2Test#test_checkPermission_InvalidPermission",
    315     "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedAction",
    316     "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedActionLjava_security_AccessControlContext",
    317     "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedExceptionAction",
    318     "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedExceptionActionLjava_security_AccessControlContext"
    319   ]
    320 },
    321 {
    322   description: "Android throws IllegalArgumentException, RI throws NullPointerException",
    323   result: EXEC_FAILED,
    324   name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2"
    325 },
    326 {
    327   description: "Android doesn't support protection domains.",
    328   result: EXEC_FAILED,
    329   name: "tests.api.java.security.PermissionCollectionTest#test_impliesLjava_security_Permission"
    330 },
    331 {
    332   description: "Android doesn't allow null parent.",
    333   result: EXEC_FAILED,
    334   name: "tests.java.security.SecureClassLoaderTest#testSecureClassLoaderClassLoader"
    335 },
    336 {
    337   description: "Assertion does not evaluate to true... Works in javax.Certificate",
    338   result: EXEC_FAILED,
    339   name: "tests.security.cert.CertificateTest#testGetEncoded"
    340 },
    341 {
    342   description: "Not all Drivers are loaded in testsetup. ClassLoader issue in DriverManager.",
    343   result: EXEC_FAILED,
    344   name: "org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testDeregisterDriver"
    345 },
    346 {
    347   description: "not supported",
    348   result: EXEC_FAILED,
    349   names: [
    350     "tests.java.sql.SelectFunctionalityTest#test_SelectRightOuterJoin",
    351     "tests.java.sql.UpdateFunctionalityTest2#testUpdate2",
    352     "tests.java.sql.UpdateFunctionalityTest2#testUpdate4",
    353     "tests.java.sql.UpdateFunctionalityTest2#testUpdate6",
    354     "tests.java.sql.UpdateFunctionalityTest2#testUpdate7",
    355     "tests.java.sql.DeleteFunctionalityTest#testDelete6"
    356   ]
    357 },
    358 {
    359   description: "Not supported : pattern with %",
    360   result: EXEC_FAILED,
    361   name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsArbitrary"
    362 },
    363 {
    364   description: "Wildcard operator does not seem wo work correctly.",
    365   result: EXEC_FAILED,
    366   name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsSpecific"
    367 },
    368 {
    369   description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
    370   result: EXEC_FAILED,
    371   name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsTableWithNoCatalogSchema"
    372 },
    373 {
    374   description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported",
    375   result: EXEC_FAILED,
    376   name: "tests.java.sql.DatabaseMetaDataTest#test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
    377 },
    378 {
    379   description: "Ticket 98",
    380   result: EXEC_FAILED,
    381   names: [
    382     "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMajorVersion",
    383     "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMinorVersion",
    384     "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductName",
    385     "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductVersion",
    386     "tests.java.sql.DatabaseMetaDataTest#test_getDefaultTransactionIsolation",
    387     "tests.java.sql.DatabaseMetaDataTest#test_getDriverName",
    388     "tests.java.sql.DatabaseMetaDataTest#test_getDriverVersion"
    389   ]
    390 },
    391 {
    392   description: "Keys are not supported: Ticket 91",
    393   result: EXEC_FAILED,
    394   name: "tests.java.sql.DatabaseMetaDataTest#test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
    395 },
    396 {
    397   description: "Ticket 98",
    398   result: EXEC_FAILED,
    399   names: [
    400     "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMajorVersion",
    401     "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMinorVersion"
    402   ]
    403 },
    404 {
    405   description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. When fixed
    406                 change to @KnownFailure",
    407   result: EXEC_FAILED,
    408   name: "tests.java.sql.DatabaseMetaDataTest#test_getNumericFunctions"
    409 },
    410 {
    411   description: "Ticket 91 : relies on not supported features: getCatalog, keys",
    412   result: EXEC_FAILED,
    413   name: "tests.java.sql.DatabaseMetaDataTest#test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
    414 },
    415 {
    416   description: "Ticket 98",
    417   result: EXEC_FAILED,
    418   names: [
    419     "tests.java.sql.DatabaseMetaDataTest#test_getResultSetHoldability",
    420     "tests.java.sql.DatabaseMetaDataTest#test_getSQLKeywords",
    421     "tests.java.sql.DatabaseMetaDataTest#test_getSQLStateType",
    422     "tests.java.sql.DatabaseMetaDataTest#test_getSchemas",
    423     "tests.java.sql.DatabaseMetaDataTest#test_getSearchStringEscape"
    424   ]
    425 },
    426 {
    427   description: "not supported",
    428   result: EXEC_FAILED,
    429   names: [
    430     "tests.java.sql.DatabaseMetaDataTest#test_getStringFunctions",
    431     "tests.java.sql.DatabaseMetaDataTest#test_getSystemFunctions"
    432   ]
    433 },
    434 {
    435   description: "Ticket 98",
    436   result: EXEC_FAILED,
    437   name: "tests.java.sql.DatabaseMetaDataTest#test_getTableTypes"
    438 },
    439 {
    440   description: "If no schema is associated: returns empty string where actually null be returned?. Ticket 98",
    441   result: EXEC_FAILED,
    442   name: "tests.java.sql.DatabaseMetaDataTest#test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String"
    443 },
    444 {
    445   description: "not supported",
    446   result: EXEC_FAILED,
    447   names: [
    448     "tests.java.sql.DatabaseMetaDataTest#test_getTimeDateFunctions",
    449     "tests.java.sql.DatabaseMetaDataTest#test_getTypeInfo"
    450   ]
    451 },
    452 {
    453   description: "Ticket 98",
    454   result: EXEC_FAILED,
    455   names: [
    456     "tests.java.sql.DatabaseMetaDataTest#test_getURL",
    457     "tests.java.sql.DatabaseMetaDataTest#test_insertsAreDetectedI",
    458     "tests.java.sql.DatabaseMetaDataTest#test_isReadOnly",
    459     "tests.java.sql.DatabaseMetaDataTest#test_othersDeletesAreVisibleI",
    460     "tests.java.sql.DatabaseMetaDataTest#test_othersInsertsAreVisibleI",
    461     "tests.java.sql.DatabaseMetaDataTest#test_othersUpdatesAreVisibleI"
    462   ]
    463 },
    464 {
    465   description: "not supported. SQLException checking test fails",
    466   result: EXEC_FAILED,
    467   name: "tests.java.sql.DatabaseMetaDataTest#test_supportsColumnAliasing"
    468 },
    469 {
    470   description: "exception test fails",
    471   result: EXEC_FAILED,
    472   names: [
    473     "tests.java.sql.DatabaseMetaDataTest#test_supportsExpressionsInOrderBy",
    474     "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupBy",
    475     "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupByUnrelated"
    476   ]
    477 },
    478 {
    479   description: "Ticket 98",
    480   result: EXEC_FAILED,
    481   name: "tests.java.sql.DatabaseMetaDataTest#test_supportsNonNullableColumns"
    482 },
    483 {
    484   description: "exception test fails",
    485   result: EXEC_FAILED,
    486   names: [
    487     "tests.java.sql.DatabaseMetaDataTest#test_supportsOrderByUnrelated",
    488     "tests.java.sql.DatabaseMetaDataTest#test_supportsSelectForUpdate",
    489     "tests.java.sql.DatabaseMetaDataTest#test_supportsSubqueriesInExists",
    490     "tests.java.sql.DatabaseMetaDataTest#test_supportsTableCorrelationNames"
    491   ]
    492 },
    493 {
    494   description: "Not supported ops applied",
    495   result: EXEC_FAILED,
    496   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_allTablesAreSelectable"
    497 },
    498 {
    499   description: "not supported",
    500   result: EXEC_FAILED,
    501   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_doesMaxRowSizeIncludeBlobs"
    502 },
    503 {
    504   description: "not supported. Privileges are not supported.",
    505   result: EXEC_FAILED,
    506   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getColumnPrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
    507 },
    508 {
    509   description: "not supported",
    510   result: EXEC_FAILED,
    511   names: [
    512     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getExportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String",
    513     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ"
    514   ]
    515 },
    516 {
    517   description: "Exception test fails",
    518   result: EXEC_FAILED,
    519   names: [
    520     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTableNameLength",
    521     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTablesInSelect",
    522     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxUserNameLength",
    523     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getProcedureTerm",
    524     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getSchemaTerm"
    525   ]
    526 },
    527 {
    528   description: "not supported. Privileges are not supported.",
    529   result: EXEC_FAILED,
    530   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getTablePrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_String"
    531 },
    532 {
    533   description: "Not supported ops applied",
    534   result: EXEC_FAILED,
    535   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getVersionColumnsLjava_lang_StringLjava_lang_StringLjava_lang_String"
    536 },
    537 {
    538   description: "Exception test fails",
    539   result: EXEC_FAILED,
    540   name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_isCatalogAtStart"
    541 },
    542 {
    543   description: "not supported",
    544   bug: 3403706,
    545   names: [
    546     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_locatorsUpdateCopy",
    547     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsANSI92EntryLevelSQL",
    548     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsDataDefinitionAndDataManipulationTransactions",
    549     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsMinimumSQLGrammar",
    550     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsResultSetTypeI",
    551     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInComparisons",
    552     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInIns",
    553     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsTransactions",
    554     "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_usesLocalFiles",
    555     "libcore.java.sql.OldConnectionTest#testClearWarnings",
    556     "libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported"
    557   ]
    558 },
    559 {
    560   description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up",
    561   bug: 3403706,
    562   name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int"
    563 },
    564 {
    565   description: "not supported",
    566   bug: 3403706,
    567   names: [
    568     "libcore.java.sql.OldConnectionTest#testGetCatalog",
    569     "libcore.java.sql.OldConnectionTest#testGetHoldability"
    570   ]
    571 },
    572 {
    573   description: "conn.close() does not wrap up",
    574   bug: 3403706,
    575   name: "libcore.java.sql.OldConnectionTest#testGetMetaData"
    576 },
    577 {
    578   description: "not supported",
    579   bug: 3403706,
    580   names: [
    581     "libcore.java.sql.OldConnectionTest#testGetTransactionIsolation",
    582     "libcore.java.sql.OldConnectionTest#testGetWarnings"
    583   ]
    584 },
    585 {
    586   description: "conn.close() does not wrap up",
    587   bug: 3403706,
    588   name: "libcore.java.sql.OldConnectionTest#testIsReadOnly"
    589 },
    590 {
    591   description: "not supported",
    592   bug: 3403706,
    593   names: [
    594     "libcore.java.sql.OldConnectionTest#testPrepareStatementNotSupported",
    595     "libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int"
    596   ]
    597 },
    598 {
    599   description: "conn.close() does not wrap up",
    600   bug: 3403706,
    601   name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit"
    602 },
    603 {
    604   description: "not supported",
    605   bug: 3403706,
    606   names: [
    607     "libcore.java.sql.OldConnectionTest#testSetHoldability",
    608     "libcore.java.sql.OldConnectionTest#testSetReadOnly"
    609   ]
    610 },
    611 {
    612   description: "First Exception test fails: parameters not cleared.",
    613   bug: 3403706,
    614   name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters"
    615 },
    616 {
    617   description: "preparedStatement.execute() does not return false on update.",
    618   bug: 3403706,
    619   name: "libcore.java.sql.OldPreparedStatementTest#testExecute"
    620 },
    621 {
    622   description: "it is not possible to invoke the method getMetaData on a PreparedStatement object before it is
    623                 executed: got NullPointerException.Test passes on RI.",
    624   bug: 3403706,
    625   name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData"
    626 },
    627 {
    628   description: "preparedStatement.execute() does not return false on update.",
    629   bug: 3403706,
    630   name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal"
    631 },
    632 {
    633   description: "exception test fails",
    634   bug: 3403706,
    635   names: [
    636     "libcore.java.sql.OldPreparedStatementTest#testSetBoolean",
    637     "libcore.java.sql.OldPreparedStatementTest#testSetByte"
    638   ]
    639 },
    640 {
    641   description: "preparedStatement.execute() does not return false on update.",
    642   bug: 3403706,
    643   name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes"
    644 },
    645 {
    646   description: "preparedStatement.execute() does not return false on update. Setting a data for a declared
    647                 INTEGER should throw Exception",
    648   bug: 3403706,
    649   name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date"
    650 },
    651 {
    652   description: "preparedStatement.execute() does not return false on update.",
    653   bug: 3403706,
    654   name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar"
    655 },
    656 {
    657   description: "exception test fails",
    658   bug: 3403706,
    659   names: [
    660     "libcore.java.sql.OldPreparedStatementTest#testSetDouble",
    661     "libcore.java.sql.OldPreparedStatementTest#testSetFloat",
    662     "libcore.java.sql.OldPreparedStatementTest#testSetInt",
    663     "libcore.java.sql.OldPreparedStatementTest#testSetLong",
    664     "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object"
    665   ]
    666 },
    667 {
    668   description: "Fails for Types.DATE",
    669   bug: 3403706,
    670   names: [
    671     "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int",
    672     "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int"
    673   ]
    674 },
    675 {
    676   description: "exception test fails",
    677   bug: 3403706,
    678   names: [
    679     "libcore.java.sql.OldPreparedStatementTest#testSetShort",
    680     "libcore.java.sql.OldPreparedStatementTest#testSetString_charField",
    681     "libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField"
    682   ]
    683 },
    684 {
    685   description: "statement.close() does not wrap up",
    686   bug: 3403706,
    687   name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField"
    688 },
    689 {
    690   description: "preparedStatement.execute() does not return False on update.",
    691   bug: 3403706,
    692   name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar"
    693 },
    694 {
    695   description: "statement.close() does not wrap up",
    696   bug: 3403706,
    697   name: "libcore.java.sql.OldPreparedStatementTest#testSetTimeint_Time"
    698 },
    699 {
    700   description: "preparedStatement.execute() does not return false on update.",
    701   bug: 3403706,
    702   names: [
    703     "libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar",
    704     "libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp"
    705   ]
    706 },
    707 {
    708   description: "last assertion fails: invalid conversion. Test passes on RI",
    709   bug: 3403706,
    710   names: [
    711     "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary",
    712     "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary"
    713   ]
    714 },
    715 {
    716   description: "Wrong value returned for Long: java.lang.String (VARCHAR)",
    717   bug: 3403706,
    718   name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData"
    719 },
    720 {
    721   description: "Wrong value returned for Long: java.lang.String",
    722   bug: 3403706,
    723   names: [
    724     "libcore.java.sql.OldResultSetGetterTests#testGetObjectInt",
    725     "libcore.java.sql.OldResultSetGetterTests#testGetObjectString"
    726   ]
    727 },
    728 {
    729   description: "If there is no current row 0 must be returned. res.close() does not wrap up",
    730   bug: 3403706,
    731   name: "libcore.java.sql.OldResultSetGetterTests#testGetRow"
    732 },
    733 {
    734   description: "According to spec info.getStatement should return null but an exception is thrown: stale result
    735                 set.",
    736   bug: 3403706,
    737   name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement"
    738 },
    739 {
    740   description: "getTime should return Time value for a TIMESTAMP type but returns null",
    741   bug: 3403706,
    742   name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt"
    743 },
    744 {
    745   description: "getTime on TIMESTAMP value fails: returns null",
    746   bug: 3403706,
    747   name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar"
    748 },
    749 {
    750   description: "getTime should return a Time value for a TIMESTAMP type but returns null",
    751   bug: 3403706,
    752   name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeString"
    753 },
    754 {
    755   description: "getTime on TIMESTAMP value fails: returns null",
    756   bug: 3403706,
    757   name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeStringCalendar"
    758 },
    759 {
    760   description: "res.close() does not wrap up",
    761   bug: 3403706,
    762   name: "libcore.java.sql.OldResultSetGetterTests#testGetType"
    763 },
    764 {
    765   description: "not supported",
    766   bug: 3403706,
    767   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName"
    768 },
    769 {
    770   description: "SQLException checking test fails",
    771   bug: 3403706,
    772   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount"
    773 },
    774 {
    775   description: "not supported",
    776   bug: 3403706,
    777   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnDisplaySize"
    778 },
    779 {
    780   description: "Column label has format TABLE.COLUMN expected: COLUMN",
    781   bug: 3403706,
    782   names: [
    783     "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel",
    784     "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName"
    785   ]
    786 },
    787 {
    788   description: "not supported",
    789   bug: 3403706,
    790   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision"
    791 },
    792 {
    793   description: "Not supported",
    794   bug: 3403706,
    795   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale"
    796 },
    797 {
    798   description: "not supported",
    799   bug: 3403706,
    800   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema"
    801 },
    802 {
    803   description: "For int = 0, exception expected",
    804   bug: 3403706,
    805   name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName"
    806 },
    807 {
    808   description: "not supported",
    809   bug: 3403706,
    810   names: [
    811     "libcore.java.sql.OldResultSetMetaDataTest#testIsCaseSensitive",
    812     "libcore.java.sql.OldResultSetMetaDataTest#testIsCurrency",
    813     "libcore.java.sql.OldResultSetMetaDataTest#testIsDefinitlyWritable",
    814     "libcore.java.sql.OldResultSetMetaDataTest#testIsNullable",
    815     "libcore.java.sql.OldResultSetMetaDataTest#testIsReadOnly",
    816     "libcore.java.sql.OldResultSetMetaDataTest#testIsSearchable",
    817     "libcore.java.sql.OldResultSetMetaDataTest#testIsSigned",
    818     "libcore.java.sql.OldResultSetMetaDataTest#testIsWritable",
    819     "libcore.java.sql.OldResultSetMetaDataTest#testisAutoIncrement"
    820   ]
    821 },
    822 {
    823   description: "res.close() does not wrap up",
    824   bug: 3403706,
    825   name: "libcore.java.sql.OldResultSetTest#testAfterLast"
    826 },
    827 {
    828   description: "statement.close() does not wrap up",
    829   bug: 3403706,
    830   name: "libcore.java.sql.OldResultSetTest#testBeforeFirst"
    831 },
    832 {
    833   description: "Not supported",
    834   bug: 3403706,
    835   name: "libcore.java.sql.OldResultSetTest#testClearWarnings"
    836 },
    837 {
    838   description: "Resultset.close() does not wrap up",
    839   bug: 3403706,
    840   names: [
    841     "libcore.java.sql.OldResultSetTest#testClose1",
    842     "libcore.java.sql.OldResultSetTest#testNext"
    843   ]
    844 },
    845 {
    846   description: "no exception is thrown when moving cursor backwards on forward only statement",
    847   bug: 3403706,
    848   name: "libcore.java.sql.OldResultSetTest#testRelative"
    849 },
    850 {
    851   description: "Scrollable resultSet. Not supported",
    852   bug: 3403706,
    853   name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet"
    854 },
    855 {
    856   description: "not supported",
    857   bug: 3403706,
    858   name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject"
    859 },
    860 {
    861   description: "Feature not supported",
    862   bug: 3403706,
    863   name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString"
    864 },
    865 {
    866   description: "the default tests, and exception tests fail.",
    867   bug: 3403706,
    868   name: "libcore.java.sql.OldResultSetTest#testWasNull"
    869 },
    870 {
    871   description: "statement.close() does not wrap up",
    872   bug: 3403706,
    873   names: [
    874     "libcore.java.sql.OldResultSetTest#testtestFirst",
    875     "libcore.java.sql.OldResultSetTest#testtestIsAfterLast"
    876   ]
    877 },
    878 {
    879   description: "In Second code block assertion fails. statement. close() does not wrap up",
    880   bug: 3403706,
    881   name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst"
    882 },
    883 {
    884   description: "statement.close() does not wrap up",
    885   bug: 3403706,
    886   name: "libcore.java.sql.OldResultSetTest#testtestIsFirst"
    887 },
    888 {
    889   description: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor
    890                 is actually provides a result.statement.close() does not wrap up",
    891   bug: 3403706,
    892   name: "libcore.java.sql.OldResultSetTest#testtestIsLast"
    893 },
    894 {
    895   description: "statement.close() does not wrap up",
    896   bug: 3403706,
    897   name: "libcore.java.sql.OldResultSetTest#testtestLast"
    898 },
    899 {
    900   description: "Bug in implementation of cancel: Does not fulfill spec.",
    901   bug: 3403706,
    902   name: "libcore.java.sql.OldStatementTest#testCancel"
    903 },
    904 {
    905   description: "statement.close() does not wrap up",
    906   bug: 3403706,
    907   name: "libcore.java.sql.OldStatementTest#testClose"
    908 },
    909 {
    910   description: "Return value wrong for queries below.",
    911   bug: 3403706,
    912   name: "libcore.java.sql.OldStatementTest#testExecute"
    913 },
    914 {
    915   description: "always returns 1 for no. of updates",
    916   bug: 3403706,
    917   name: "libcore.java.sql.OldStatementTest#testExecuteBatch"
    918 },
    919 {
    920   description: "Does throw an exception on non select statement.",
    921   bug: 3403706,
    922   name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String"
    923 },
    924 {
    925   description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent for deletes:
    926                 'delete from s1;' should be different from 'delete from s1 where c1 = 1;'",
    927   bug: 3403706,
    928   name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String"
    929 },
    930 {
    931   description: "statement.close() does not wrap up",
    932   bug: 3403706,
    933   names: [
    934     "libcore.java.sql.OldStatementTest#testGetConnection",
    935     "libcore.java.sql.OldStatementTest#testGetFetchDirection",
    936     "libcore.java.sql.OldStatementTest#testGetFetchSize"
    937   ]
    938 },
    939 {
    940   description: "not supported",
    941   bug: 3403706,
    942   name: "libcore.java.sql.OldStatementTest#testGetMoreResults"
    943 },
    944 {
    945   description: "An other value is returned than was set (X * 1000)",
    946   bug: 3403706,
    947   name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout"
    948 },
    949 {
    950   description: "Does not return null on update count > 0 (not a select statement)",
    951   bug: 3403706,
    952   name: "libcore.java.sql.OldStatementTest#testGetResultSet"
    953 },
    954 {
    955   description: "Not supported",
    956   bug: 3403706,
    957   name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency"
    958 },
    959 {
    960   description: "Test for default value fails",
    961   bug: 3403706,
    962   name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability"
    963 },
    964 {
    965   description: "not fully supported",
    966   bug: 3403706,
    967   name: "libcore.java.sql.OldStatementTest#testGetResultSetType"
    968 },
    969 {
    970   description: "statement.close() does not wrap up",
    971   bug: 3403706,
    972   name: "libcore.java.sql.OldStatementTest#testGetUpdateCount"
    973 },
    974 {
    975   description: "Handshake Status is never finished. NPE in ClientSessionContext$HostAndPort.hashCode() when host
    976                 is null",
    977   bug: 3403706,
    978   name: "tests.api.javax.net.ssl.SSLEngineTest#testHandshake"
    979 },
    980 {
    981   description: "org.apache.harmony.xnet.provider.jsse.SSLEngineImpl#getDelegatedTask() throws NPE instead of
    982                 returning null",
    983   bug: 3403706,
    984   name: "tests.api.javax.net.ssl.SSLEngineTest#test_getDelegatedTask"
    985 },
    986 {
    987   description: "Fixed in DonutBurger, boundary checks missing",
    988   bug: 3403706,
    989   name: "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_02"
    990 },
    991 {
    992   description: "Fixed on DonutBurger, Wrong Exception thrown",
    993   bug: 3403706,
    994   names: [
    995     "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_03",
    996     "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_04",
    997     "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_ByteBuffer$ByteBuffer_02",
    998     "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_ByteBuffer$ByteBuffer_03",
    999     "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_ByteBuffer_ByteBuffer_02",
   1000     "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_ByteBuffer_ByteBuffer_03"
   1001   ]
   1002 },
   1003 {
   1004   description: "Fixed in DonutBurger, boundary checks missing",
   1005   bug: 3403706,
   1006   name: "tests.api.javax.net.ssl.SSLEngineTest#test_wrap_02"
   1007 },
   1008 {
   1009   description: "Fixed on DonutBurger, Wrong Exception thrown",
   1010   bug: 3403706,
   1011   names: [
   1012     "tests.api.javax.net.ssl.SSLEngineTest#test_wrap_04",
   1013     "tests.api.javax.net.ssl.SSLEngineTest#test_wrap_ByteBuffer$ByteBuffer_03",
   1014     "tests.api.javax.net.ssl.SSLEngineTest#test_wrap_ByteBuffer_ByteBuffer_03"
   1015   ]
   1016 },
   1017 {
   1018   description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was
   1019                 thrown.",
   1020   bug: 3403706,
   1021   name: "tests.api.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters"
   1022 },
   1023 {
   1024   description: "HostnameVerifier doesn't verify IP addresses",
   1025   bug: 3299188,
   1026   name: "tests.api.javax.net.ssl.HostnameVerifierTest#testVerifyIpAddress"
   1027 },
   1028 {
   1029   description: "NO SERVER CERTIFICATE FOUND - selectSuite should not pick a suite that needs a certificate if it is missing",
   1030   bug: 3045163,
   1031   name: "libcore.javax.net.ssl.SSLEngineTest#test_SSLEngine_beginHandshake_noKeyStore"
   1032 },
   1033 {
   1034   description: "AlertException instead of SSLException",
   1035   bug: 3045163,
   1036   name: "libcore.javax.net.ssl.SSLEngineTest#test_SSLEngine_setEnableSessionCreation_client"
   1037 },
   1038 {
   1039   description: "SSLException instead of failure to handshake",
   1040   bug: 3045163,
   1041   name: "libcore.javax.net.ssl.SSLEngineTest#test_SSLEngine_setEnableSessionCreation_server"
   1042 },
   1043 {
   1044   description: "SSLHandshakeException instead of failure to handshake",
   1045   bug: 3045163,
   1046   name: "libcore.javax.net.ssl.SSLEngineTest#test_SSLEngine_setUseClientMode"
   1047 },
   1048 {
   1049   description: "method test fails once in a while. Cannot be sure that exception is thrown in every test execution.",
   1050   bug: 3403706,
   1051   name: "libcore.sqlite.OldDatabaseTest#testBusy_handler"
   1052 },
   1053 {
   1054   description: "Database does not lock values",
   1055   bug: 3403706,
   1056   name: "libcore.sqlite.OldDatabaseTest#testBusy_timeout"
   1057 },
   1058 {
   1059   description: "Returns wrong number for updates: returns value > 1 for select.",
   1060   bug: 3403706,
   1061   name: "libcore.sqlite.OldDatabaseTest#testChanges"
   1062 },
   1063 {
   1064   description: "Aggregation function not called",
   1065   bug: 3403706,
   1066   name: "libcore.sqlite.OldDatabaseTest#testCreate_aggregate"
   1067 },
   1068 {
   1069   description: "Reason for failure unknown: Database should be locked. Specification of interrupt is scarce.",
   1070   result: EXEC_FAILED,
   1071   name: "libcore.sqlite.OldDatabaseTest#testInterrupt"
   1072 },
   1073 {
   1074   description: "not supported",
   1075   bug: 3403706,
   1076   name: "libcore.sqlite.OldDatabaseTest#testOpen_blob"
   1077 },
   1078 {
   1079   description: "Callback never made for authorization. Results of private table are returned without further checks.",
   1080   bug: 3403706,
   1081   name: "libcore.sqlite.OldDatabaseTest#testSet_authorizer"
   1082 },
   1083 {
   1084   description: "ASCII encoding does not work: a UTF encoded val is returned. Spec is not sufficient. Might be that test impl is wrong or String constructor for the ASCII encoding.",
   1085   bug: 3403706,
   1086   name: "libcore.sqlite.OldDatabaseTest#testSet_encoding"
   1087 },
   1088 {
   1089   description: "db.open_blob is not supported.",
   1090   bug: 3403706,
   1091   name: "libcore.sqlite.OldBlobTest#testBlob"
   1092 },
   1093 {
   1094   description: "Wrong value is returned in case of a prepared statement to which a '*' bound",
   1095   bug: 3403706,
   1096   name: "libcore.sqlite.OldStmtTest#testColumn_count"
   1097 },
   1098 {
   1099   description: "ZeroBlob not supported",
   1100   bug: 3403706,
   1101   name: "libcore.sqlite.OldFunctionContextTest#testSet_result_zeroblob"
   1102 },
   1103 {
   1104   description: "SQLite test fail",
   1105   bug: 3403706,
   1106   names: [
   1107     "libcore.sqlite.OldDatabaseTest#testGet_tableString",
   1108     "libcore.sqlite.OldDatabaseTest#testGet_tableStringStringArrayTableResult",
   1109     "libcore.sqlite.OldStmtTest#testColumn_type"
   1110   ]
   1111 },
   1112 {
   1113   modes: [ "jvm" ],
   1114   description: "The RI's formatter doesn't localize arabic properly",
   1115   names: [
   1116     "libcore.java.util.FormatterTest#test_numberLocalization",
   1117     "libcore.java.util.FormatterTest#test_uppercaseConversions"
   1118   ],
   1119   result: EXEC_FAILED
   1120 },
   1121 {
   1122   description: "Android's XSLT implementation fails 524 of 3173 OASIS tests",
   1123   bug: 4193599,
   1124   names: [
   1125     "libcore.xml.XsltXPathConformanceTestSuite$MisspecifiedTest#test",
   1126     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt005",
   1127     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt017",
   1128     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt018",
   1129     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt019",
   1130     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt020",
   1131     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt022",
   1132     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt024",
   1133     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt029",
   1134     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt033",
   1135     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt034",
   1136     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt038",
   1137     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt039",
   1138     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt044",
   1139     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt045",
   1140     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt047",
   1141     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt052",
   1142     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt054",
   1143     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt055",
   1144     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt056",
   1145     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt058",
   1146     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt061",
   1147     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt062",
   1148     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt063",
   1149     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt064",
   1150     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt067",
   1151     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt069",
   1152     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt070",
   1153     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt074",
   1154     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt075",
   1155     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt077",
   1156     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt079",
   1157     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt083",
   1158     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt085",
   1159     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt086",
   1160     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt089",
   1161     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt090",
   1162     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt091",
   1163     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt094",
   1164     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt095",
   1165     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt098",
   1166     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Completeness__84361",
   1167     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err003",
   1168     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err004",
   1169     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err005",
   1170     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err006",
   1171     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err010",
   1172     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err011",
   1173     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err012",
   1174     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err013",
   1175     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err026",
   1176     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err029",
   1177     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err031",
   1178     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err038",
   1179     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err044",
   1180     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err048",
   1181     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err049",
   1182     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err050",
   1183     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err051",
   1184     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err059",
   1185     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err062",
   1186     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err065",
   1187     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err073",
   1188     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err075",
   1189     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err076",
   1190     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err078",
   1191     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err093",
   1192     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err103",
   1193     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err106",
   1194     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err108",
   1195     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_xsl_template_complicated_match_pattern_with_variable_ref",
   1196     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84423",
   1197     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84424",
   1198     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84426",
   1199     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84427",
   1200     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84435",
   1201     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__91183",
   1202     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_BooleanFunction",
   1203     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_Bug76054",
   1204     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithAbsoluteArgument",
   1205     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithEntityRef",
   1206     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_ElementAvailFunctionFalseTest",
   1207     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_GenereateIdAppliedToNamespaceNodesOnDifferentElements",
   1208     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestIdFuncInComplexStruct",
   1209     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestOfIdFunction",
   1210     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10002",
   1211     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10003",
   1212     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10004",
   1213     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10005",
   1214     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10006",
   1215     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10007",
   1216     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10008",
   1217     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10009",
   1218     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10010",
   1219     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10011",
   1220     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10012",
   1221     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10013",
   1222     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10014",
   1223     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10015",
   1224     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10016",
   1225     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10017",
   1226     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10018",
   1227     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10019",
   1228     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10020",
   1229     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10021",
   1230     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10022",
   1231     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10023",
   1232     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10024",
   1233     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10025",
   1234     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10026",
   1235     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10049",
   1236     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84048",
   1237     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84049",
   1238     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84050",
   1239     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84170",
   1240     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84172",
   1241     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__EuropeanPattern",
   1242     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Non_DigitPattern",
   1243     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Pattern-separator",
   1244     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__currency",
   1245     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__defaultPattern",
   1246     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimalValue",
   1247     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimumValue",
   1248     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__percentPattern",
   1249     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__specialCharInPattern",
   1250     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__testOn-0.00",
   1251     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_UseDocumentFnToReturnRootNode",
   1252     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_VariableWithinVariable",
   1253     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78117",
   1254     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78120",
   1255     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78125",
   1256     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78161",
   1257     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78356",
   1258     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78360",
   1259     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84633",
   1260     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84634",
   1261     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84636",
   1262     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84637",
   1263     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84697",
   1264     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84709",
   1265     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84710",
   1266     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84712",
   1267     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro2",
   1268     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro3",
   1269     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91832",
   1270     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91833",
   1271     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91836",
   1272     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91859",
   1273     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_SortExprWithCurrentInsideForEach1",
   1274     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_SortTextWithNonTextCharacters",
   1275     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_TextNodesSpanMultipleLines",
   1276     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_TurkishISortingTest",
   1277     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77516",
   1278     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77525",
   1279     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77977",
   1280     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78191",
   1281     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78286",
   1282     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78291",
   1283     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__84006",
   1284     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91689",
   1285     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91691",
   1286     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91693",
   1287     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91694",
   1288     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91695",
   1289     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91696",
   1290     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91697",
   1291     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91698",
   1292     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91699",
   1293     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91700",
   1294     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91701",
   1295     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91704",
   1296     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91705",
   1297     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91752",
   1298     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91753",
   1299     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91422",
   1300     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91423",
   1301     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91425",
   1302     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91428",
   1303     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91443",
   1304     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91444",
   1305     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.Fallback__91825",
   1306     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91841",
   1307     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91844",
   1308     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91848",
   1309     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91849",
   1310     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91853",
   1311     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91856",
   1312     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_AmpersandWithinHtmlAttribute",
   1313     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAndSystemAttribute",
   1314     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAttribute",
   1315     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypeSystemAttribute",
   1316     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EmptyElement1",
   1317     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EntityRefInAttribHtml",
   1318     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithAmpersandCurlyBracket",
   1319     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithLessThanInAttribute",
   1320     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Html_Op_Href_Attr_non_ascii_value",
   1321     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MediaTypeTest",
   1322     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MethodEqualsHtmlWithoutIndentSet",
   1323     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Modified84433",
   1324     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Output_UseStandAloneAttributeWithMultipleRoots",
   1325     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_SignInHrefAttribute",
   1326     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_UseLiteralResultElementHead",
   1327     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77929",
   1328     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77930",
   1329     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77936",
   1330     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77939",
   1331     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77940",
   1332     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77966",
   1333     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78175",
   1334     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78176",
   1335     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78177",
   1336     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78180",
   1337     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78221",
   1338     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78222",
   1339     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78223",
   1340     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78224",
   1341     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78225",
   1342     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78226",
   1343     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78227",
   1344     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78229",
   1345     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84010",
   1346     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84011",
   1347     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84012",
   1348     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84015",
   1349     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84016",
   1350     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84017",
   1351     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84018",
   1352     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84019",
   1353     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84020",
   1354     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84021",
   1355     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84022",
   1356     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84025",
   1357     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84165",
   1358     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84260",
   1359     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84264",
   1360     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84271",
   1361     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84273",
   1362     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84277",
   1363     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84280",
   1364     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84282",
   1365     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84285",
   1366     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84306",
   1367     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84309",
   1368     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84374",
   1369     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84428",
   1370     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84429",
   1371     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84432",
   1372     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84433",
   1373     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84434",
   1374     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84452",
   1375     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84453",
   1376     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84454",
   1377     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84455",
   1378     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84456",
   1379     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84457",
   1380     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84458",
   1381     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84459",
   1382     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84460",
   1383     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84461",
   1384     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84462",
   1385     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77536",
   1386     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77562",
   1387     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77564",
   1388     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77574",
   1389     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77591",
   1390     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77596",
   1391     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77599",
   1392     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets_RefToUndefinedAttributeSet",
   1393     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91035",
   1394     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91038",
   1395     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91080",
   1396     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91081",
   1397     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91083",
   1398     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91098",
   1399     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91100",
   1400     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91119",
   1401     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_AttributeWithEmptyName",
   1402     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_EmptyNameAttributeWithNS",
   1403     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_InvalidNamespacePrefix",
   1404     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_UseXmlnsNsAsNamespaceForAttribute",
   1405     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78365",
   1406     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78369",
   1407     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78373",
   1408     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78374",
   1409     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78376",
   1410     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78378",
   1411     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78386",
   1412     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81487",
   1413     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81551",
   1414     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89463",
   1415     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89464",
   1416     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89465",
   1417     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Copying_ResultTreeFragmentWithEscapedText",
   1418     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNSFromNameFn",
   1419     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecified",
   1420     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecifiedButValidNS",
   1421     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWIthNamespaceEqualToXmlnsUri",
   1422     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWithNameSpaceAttrEqualToXmlnsUri",
   1423     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78347",
   1424     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78358",
   1425     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78362",
   1426     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78363",
   1427     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__83968",
   1428     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89171",
   1429     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89716",
   1430     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89717",
   1431     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89718",
   1432     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatSameCharForDecimalAndGrpSep",
   1433     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit",
   1434     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit1",
   1435     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit2",
   1436     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_FormatNumber_SemiColonDelimitsToWhitespace",
   1437     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_TestGrpSepr",
   1438     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_ValueOf_FormatNumberWithoutPositiveNumberFormatPattern",
   1439     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_Conflict_XPath_XSLT",
   1440     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_DefaultNamespace",
   1441     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_NavigatorMethods",
   1442     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XML",
   1443     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XMLNS",
   1444     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_SameQuery_DiffNamespace",
   1445     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_ScopingRules",
   1446     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_NaNOrInvalidValue",
   1447     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsEmptyNodeset",
   1448     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsNodesetTest1",
   1449     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84683",
   1450     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84687",
   1451     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84692",
   1452     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84694",
   1453     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84699",
   1454     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84700",
   1455     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84705",
   1456     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84715",
   1457     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84716",
   1458     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84717",
   1459     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84722",
   1460     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84723",
   1461     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84724",
   1462     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84725",
   1463     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91026",
   1464     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91027",
   1465     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91028",
   1466     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91029",
   1467     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction_InvalidPIName1",
   1468     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78196",
   1469     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78202",
   1470     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78204",
   1471     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78217",
   1472     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78218",
   1473     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78219",
   1474     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_DoeWithCdataInText",
   1475     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_Modified78311",
   1476     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78245",
   1477     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78272",
   1478     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78273",
   1479     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78274",
   1480     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78275",
   1481     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78276",
   1482     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78281",
   1483     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78308",
   1484     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78309",
   1485     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78311",
   1486     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78308",
   1487     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78309",
   1488     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset10",
   1489     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset17",
   1490     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset27",
   1491     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset29",
   1492     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset31",
   1493     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset32",
   1494     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset40",
   1495     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset41",
   1496     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset42",
   1497     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribvaltemplate_attribvaltemplate08",
   1498     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy16",
   1499     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy19",
   1500     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy20",
   1501     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy21",
   1502     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy22",
   1503     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy38",
   1504     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy56",
   1505     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy58",
   1506     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy60",
   1507     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend02",
   1508     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend04",
   1509     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey04",
   1510     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey22",
   1511     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey24",
   1512     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey26",
   1513     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey31",
   1514     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey37",
   1515     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey38",
   1516     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey39",
   1517     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey40",
   1518     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey41",
   1519     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey42",
   1520     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey43",
   1521     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey55",
   1522     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey56",
   1523     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey57",
   1524     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey58",
   1525     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey60",
   1526     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey61",
   1527     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey62",
   1528     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.match_match11",
   1529     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.message_message15",
   1530     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace32",
   1531     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace34",
   1532     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat07",
   1533     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat35",
   1534     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering14",
   1535     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering17",
   1536     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering79",
   1537     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering91",
   1538     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output01",
   1539     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output02",
   1540     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output03",
   1541     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output04",
   1542     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output05",
   1543     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output06",
   1544     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output08",
   1545     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output09",
   1546     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output10",
   1547     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output110",
   1548     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output111",
   1549     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output113",
   1550     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output17",
   1551     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output22",
   1552     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output25",
   1553     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output26",
   1554     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output28",
   1555     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output32",
   1556     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output33",
   1557     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output34",
   1558     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output35",
   1559     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output36",
   1560     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output37",
   1561     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output38",
   1562     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output39",
   1563     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output40",
   1564     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output48",
   1565     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output49",
   1566     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output50",
   1567     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output52",
   1568     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output59",
   1569     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output60",
   1570     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output61",
   1571     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output62",
   1572     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output70",
   1573     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output72",
   1574     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output73",
   1575     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output74",
   1576     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output75",
   1577     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output86",
   1578     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.processorinfo_processorinfo03",
   1579     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select73",
   1580     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select74",
   1581     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort08",
   1582     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort27",
   1583     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver05",
   1584     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver06",
   1585     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84614",
   1586     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84615",
   1587     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91032",
   1588     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91148",
   1589     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91150",
   1590     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91151",
   1591     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91156",
   1592     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91157",
   1593     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91158",
   1594     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91165",
   1595     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludeStylesheetWithoutXslNamespace",
   1596     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludedStylesheetShouldHaveDifferentBaseUri",
   1597     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_NestedIncludes",
   1598     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest1",
   1599     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest2",
   1600     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest3",
   1601     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest4",
   1602     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest5",
   1603     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest6",
   1604     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77489",
   1605     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77504",
   1606     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77515",
   1607     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77736",
   1608     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77745",
   1609     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77750",
   1610     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77751",
   1611     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78295",
   1612     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78296",
   1613     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78398",
   1614     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84463",
   1615     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84464",
   1616     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_NSAlias_In_Import",
   1617     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_NSAliasForDefaultWithExcludeResPref",
   1618     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test1",
   1619     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test2",
   1620     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_WithinRTF",
   1621     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91781",
   1622     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91782",
   1623     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91785",
   1624     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91786",
   1625     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace_CheckXmlnsResetOnResultTree",
   1626     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77655",
   1627     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77665",
   1628     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77670",
   1629     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77675",
   1630     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__78027",
   1631     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91802",
   1632     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91803",
   1633     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91804",
   1634     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91806",
   1635     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91807",
   1636     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91808",
   1637     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91810",
   1638     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91811",
   1639     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91816",
   1640     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77619",
   1641     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77622",
   1642     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77870",
   1643     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77879",
   1644     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77897",
   1645     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77898",
   1646     "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77902"
   1647   ]
   1648 },
   1649 {
   1650   description: "Android's XPath fails 29 of 250 Jaxen XPath tests",
   1651   bug: 3270761,
   1652   names: [
   1653     "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /dummy:a/dummy:b/dummy:c",
   1654     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]",
   1655     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')",
   1656     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog",
   1657     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog",
   1658     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate",
   1659     "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')",
   1660     "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a",
   1661     "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b",
   1662     "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c",
   1663     "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f",
   1664     "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml / //namespace::*",
   1665     "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::*",
   1666     "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::xplt",
   1667     "libcore.xml.JaxenXPathTestSuite$3#xml/text.xml / document('xml/web.xml')",
   1668     "libcore.xml.JaxenXPathTestSuite$4#xml/message.xml / document('xml/message.xml')/message/body/data/items/item[name/text()='parentinfo']/value",
   1669     "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y",
   1670     "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c",
   1671     "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e",
   1672     "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y",
   1673     "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml / document('xml/web.xml')/web-app/servlet[1]/servlet-name",
   1674     "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml /foo/bar/cheese[1] concat(./@id,document('xml/web.xml')/web-app/servlet[1]/servlet-name,./@id)",
   1675     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )",
   1676     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Servlet' )",
   1677     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] lower-case( servlet-class )",
   1678     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )",
   1679     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-ES-Traditional_WIN' )",
   1680     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr' )",
   1681     "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-CA' )"
   1682   ]
   1683 }
   1684 ]
   1685