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