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