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