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