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