1/*
2 * This file contains test expectations for libcore.
3 * TODO: Rename this file to account for the fact that it has both tags and known failures
4 */
5[
6{
7  description: "large tests",
8  result: SUCCESS,
9  names: [
10    /* libcore tests that take over 15 minutes on device because of DHParametersHelper.generateSafePrimes */
11    "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest",
12    "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest",
13    "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPublicKeyTest",
14    /* non-AOSP tests http://b/8027066 */
15    "java.util.EnumSet.EnumSetBash",
16    "java.io.PipedInputStream.CloseAndAvailableRC",
17    "java.io.PrintStream.OversynchronizedTest",
18    "java.io.PrintWriter.OversynchronizedTest",
19    "java.lang.String.Split",
20    "java.lang.ref.SoftReference.Pin",
21    "java.math.BigInteger.BigIntegerTest",
22    "java.net.MulticastSocket.Test",
23    "java.net.Socket.InheritTimeout",
24    "java.net.Socket.reset.Test",
25    "java.net.URLConnection.TimeoutTest",
26    "java.nio.channels.DatagramChannel.ConnectedSend",
27    "java.nio.channels.FileChannel.ExpandingMap",
28    "java.nio.channels.FileChannel.Transfers",
29    "java.nio.channels.SocketChannel.Open",
30    "java.text.Bidi.Bug6665028",
31    "java.util.Collections.FindSubList",
32    "java.util.Locale.Bug4518797",
33    "java.util.ResourceBundle.Control.StressTest",
34    "java.util.WeakHashMap.GCDuringIteration",
35    "java.util.concurrent.FutureTask.Throw",
36    "java.util.concurrent.locks.ReentrantReadWriteLock.MapLoops",
37    "java.util.zip.LargeZip",
38    "java.util.zip.ZipFile.LargeZipFile",
39    "java.util.zip.ZipFile.ManyEntries",
40    "libcore.java.lang.SystemTest_testArrayCopyConcurrentModification",
41    "sun.nio.cs.FindOneCharEncoderBugs",
42    "sun.nio.cs.SurrogateGB18030Test"
43  ],
44  "tags": [ "large" ]
45},
46{
47  description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
48  result: EXEC_FAILED,
49  name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103",
50  bug: 40103
51},
52{
53  description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
54  name: "libcore.java.lang.PackageTest#testGetPackages",
55  bug: 5171136
56},
57{
58  description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
59  name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement",
60  bug: 3473300
61},
62{
63  description: "ICU seems to treat unknown and invalid locales differently",
64  name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale",
65  bug: 2541757
66},
67{
68  description: "DecimalFormat is limited to 127 digits",
69  name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits",
70  bug: 2400429
71},
72{
73  description: "HTTPS connections should not be pooled.",
74  name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories",
75  bug: 3042192
76},
77{
78  description: "We fake support for these by substituting similar (but not identical) charsets",
79  names: [
80    "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode",
81    "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Encode",
82    "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Decode",
83    "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Encode",
84    "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_nameMatch",
85    "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode",
86    "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_Encode",
87    "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_nameMatch"
88  ],
89  bug: 2985901
90},
91{
92  description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
93                to change URLClassLoader to allow this? It's not specified.",
94  result: EXEC_FAILED,
95  name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
96},
97{
98  description: "Android throws IllegalArgumentException, RI throws NullPointerException",
99  result: EXEC_FAILED,
100  name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2"
101},
102{
103  description: "Android doesn't allow null parent.",
104  result: EXEC_FAILED,
105  name: "tests.java.security.SecureClassLoaderTest#testSecureClassLoaderClassLoader"
106},
107{
108  description: "not supported",
109  result: EXEC_FAILED,
110  names: [
111    "tests.java.sql.SelectFunctionalityTest#test_SelectRightOuterJoin",
112    "tests.java.sql.UpdateFunctionalityTest2#testUpdate2",
113    "tests.java.sql.UpdateFunctionalityTest2#testUpdate4",
114    "tests.java.sql.UpdateFunctionalityTest2#testUpdate6",
115    "tests.java.sql.UpdateFunctionalityTest2#testUpdate7",
116    "tests.java.sql.DeleteFunctionalityTest#testDelete6"
117  ]
118},
119{
120  description: "Not supported : pattern with %",
121  result: EXEC_FAILED,
122  name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsArbitrary"
123},
124{
125  description: "Wildcard operator does not seem to work correctly.",
126  result: EXEC_FAILED,
127  name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsSpecific"
128},
129{
130  description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
131  result: EXEC_FAILED,
132  name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsTableWithNoCatalogSchema"
133},
134{
135  description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported",
136  result: EXEC_FAILED,
137  name: "tests.java.sql.DatabaseMetaDataTest#test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
138},
139{
140  description: "Ticket 98",
141  result: EXEC_FAILED,
142  names: [
143    "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMajorVersion",
144    "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMinorVersion",
145    "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductName",
146    "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductVersion",
147    "tests.java.sql.DatabaseMetaDataTest#test_getDefaultTransactionIsolation",
148    "tests.java.sql.DatabaseMetaDataTest#test_getDriverName",
149    "tests.java.sql.DatabaseMetaDataTest#test_getDriverVersion"
150  ]
151},
152{
153  description: "Keys are not supported: Ticket 91",
154  result: EXEC_FAILED,
155  name: "tests.java.sql.DatabaseMetaDataTest#test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
156},
157{
158  description: "Ticket 98",
159  result: EXEC_FAILED,
160  names: [
161    "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMajorVersion",
162    "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMinorVersion"
163  ]
164},
165{
166  description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. When fixed
167                change to @KnownFailure",
168  result: EXEC_FAILED,
169  name: "tests.java.sql.DatabaseMetaDataTest#test_getNumericFunctions"
170},
171{
172  description: "Ticket 91 : relies on not supported features: getCatalog, keys",
173  result: EXEC_FAILED,
174  name: "tests.java.sql.DatabaseMetaDataTest#test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
175},
176{
177  description: "Ticket 98",
178  result: EXEC_FAILED,
179  names: [
180    "tests.java.sql.DatabaseMetaDataTest#test_getResultSetHoldability",
181    "tests.java.sql.DatabaseMetaDataTest#test_getSQLKeywords",
182    "tests.java.sql.DatabaseMetaDataTest#test_getSQLStateType",
183    "tests.java.sql.DatabaseMetaDataTest#test_getSchemas",
184    "tests.java.sql.DatabaseMetaDataTest#test_getSearchStringEscape"
185  ]
186},
187{
188  description: "not supported",
189  result: EXEC_FAILED,
190  names: [
191    "tests.java.sql.DatabaseMetaDataTest#test_getStringFunctions",
192    "tests.java.sql.DatabaseMetaDataTest#test_getSystemFunctions"
193  ]
194},
195{
196  description: "Ticket 98",
197  result: EXEC_FAILED,
198  name: "tests.java.sql.DatabaseMetaDataTest#test_getTableTypes"
199},
200{
201  description: "If no schema is associated: returns empty string where actually null be returned?. Ticket 98",
202  result: EXEC_FAILED,
203  name: "tests.java.sql.DatabaseMetaDataTest#test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String"
204},
205{
206  description: "not supported",
207  result: EXEC_FAILED,
208  names: [
209    "tests.java.sql.DatabaseMetaDataTest#test_getTimeDateFunctions",
210    "tests.java.sql.DatabaseMetaDataTest#test_getTypeInfo"
211  ]
212},
213{
214  description: "Ticket 98",
215  result: EXEC_FAILED,
216  names: [
217    "tests.java.sql.DatabaseMetaDataTest#test_getURL",
218    "tests.java.sql.DatabaseMetaDataTest#test_insertsAreDetectedI",
219    "tests.java.sql.DatabaseMetaDataTest#test_isReadOnly",
220    "tests.java.sql.DatabaseMetaDataTest#test_othersDeletesAreVisibleI",
221    "tests.java.sql.DatabaseMetaDataTest#test_othersInsertsAreVisibleI",
222    "tests.java.sql.DatabaseMetaDataTest#test_othersUpdatesAreVisibleI"
223  ]
224},
225{
226  description: "not supported. SQLException checking test fails",
227  result: EXEC_FAILED,
228  name: "tests.java.sql.DatabaseMetaDataTest#test_supportsColumnAliasing"
229},
230{
231  description: "exception test fails",
232  result: EXEC_FAILED,
233  names: [
234    "tests.java.sql.DatabaseMetaDataTest#test_supportsExpressionsInOrderBy",
235    "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupBy",
236    "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupByUnrelated"
237  ]
238},
239{
240  description: "Ticket 98",
241  result: EXEC_FAILED,
242  name: "tests.java.sql.DatabaseMetaDataTest#test_supportsNonNullableColumns"
243},
244{
245  description: "exception test fails",
246  result: EXEC_FAILED,
247  names: [
248    "tests.java.sql.DatabaseMetaDataTest#test_supportsOrderByUnrelated",
249    "tests.java.sql.DatabaseMetaDataTest#test_supportsSelectForUpdate",
250    "tests.java.sql.DatabaseMetaDataTest#test_supportsSubqueriesInExists",
251    "tests.java.sql.DatabaseMetaDataTest#test_supportsTableCorrelationNames"
252  ]
253},
254{
255  description: "Not supported ops applied",
256  result: EXEC_FAILED,
257  name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_allTablesAreSelectable"
258},
259{
260  description: "not supported",
261  result: EXEC_FAILED,
262  name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_doesMaxRowSizeIncludeBlobs"
263},
264{
265  description: "not supported. Privileges are not supported.",
266  result: EXEC_FAILED,
267  name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getColumnPrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
268},
269{
270  description: "not supported",
271  result: EXEC_FAILED,
272  names: [
273    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getExportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String",
274    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ"
275  ]
276},
277{
278  description: "Exception test fails",
279  result: EXEC_FAILED,
280  names: [
281    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTableNameLength",
282    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTablesInSelect",
283    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxUserNameLength",
284    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getProcedureTerm",
285    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getSchemaTerm"
286  ]
287},
288{
289  description: "not supported. Privileges are not supported.",
290  result: EXEC_FAILED,
291  name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getTablePrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_String"
292},
293{
294  description: "Not supported ops applied",
295  result: EXEC_FAILED,
296  name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getVersionColumnsLjava_lang_StringLjava_lang_StringLjava_lang_String"
297},
298{
299  description: "Exception test fails",
300  result: EXEC_FAILED,
301  name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_isCatalogAtStart"
302},
303{
304  description: "not supported",
305  bug: 3403706,
306  names: [
307    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_locatorsUpdateCopy",
308    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsANSI92EntryLevelSQL",
309    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsDataDefinitionAndDataManipulationTransactions",
310    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsMinimumSQLGrammar",
311    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsResultSetTypeI",
312    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInComparisons",
313    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInIns",
314    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsTransactions",
315    "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_usesLocalFiles",
316    "libcore.java.sql.OldConnectionTest#testClearWarnings",
317    "libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported"
318  ]
319},
320{
321  description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up",
322  bug: 3403706,
323  name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int"
324},
325{
326  description: "not supported",
327  bug: 3403706,
328  names: [
329    "libcore.java.sql.OldConnectionTest#testGetCatalog",
330    "libcore.java.sql.OldConnectionTest#testGetHoldability"
331  ]
332},
333{
334  description: "conn.close() does not wrap up",
335  bug: 3403706,
336  name: "libcore.java.sql.OldConnectionTest#testGetMetaData"
337},
338{
339  description: "not supported",
340  bug: 3403706,
341  names: [
342    "libcore.java.sql.OldConnectionTest#testGetTransactionIsolation",
343    "libcore.java.sql.OldConnectionTest#testGetWarnings"
344  ]
345},
346{
347  description: "conn.close() does not wrap up",
348  bug: 3403706,
349  name: "libcore.java.sql.OldConnectionTest#testIsReadOnly"
350},
351{
352  description: "not supported",
353  bug: 3403706,
354  names: [
355    "libcore.java.sql.OldConnectionTest#testPrepareStatementNotSupported",
356    "libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int"
357  ]
358},
359{
360  description: "conn.close() does not wrap up",
361  bug: 3403706,
362  name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit"
363},
364{
365  description: "not supported",
366  bug: 3403706,
367  names: [
368    "libcore.java.sql.OldConnectionTest#testSetHoldability",
369    "libcore.java.sql.OldConnectionTest#testSetReadOnly"
370  ]
371},
372{
373  description: "First Exception test fails: parameters not cleared.",
374  bug: 3403706,
375  name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters"
376},
377{
378  description: "preparedStatement.execute() does not return false on update.",
379  bug: 3403706,
380  name: "libcore.java.sql.OldPreparedStatementTest#testExecute"
381},
382{
383  description: "it is not possible to invoke the method getMetaData on a PreparedStatement object before it is
384                executed: got NullPointerException.Test passes on RI.",
385  bug: 3403706,
386  name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData"
387},
388{
389  description: "preparedStatement.execute() does not return false on update.",
390  bug: 3403706,
391  name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal"
392},
393{
394  description: "exception test fails",
395  bug: 3403706,
396  names: [
397    "libcore.java.sql.OldPreparedStatementTest#testSetBoolean",
398    "libcore.java.sql.OldPreparedStatementTest#testSetByte"
399  ]
400},
401{
402  description: "preparedStatement.execute() does not return false on update.",
403  bug: 3403706,
404  name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes"
405},
406{
407  description: "preparedStatement.execute() does not return false on update. Setting a data for a declared
408                INTEGER should throw Exception",
409  bug: 3403706,
410  name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date"
411},
412{
413  description: "preparedStatement.execute() does not return false on update.",
414  bug: 3403706,
415  name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar"
416},
417{
418  description: "exception test fails",
419  bug: 3403706,
420  names: [
421    "libcore.java.sql.OldPreparedStatementTest#testSetDouble",
422    "libcore.java.sql.OldPreparedStatementTest#testSetFloat",
423    "libcore.java.sql.OldPreparedStatementTest#testSetInt",
424    "libcore.java.sql.OldPreparedStatementTest#testSetLong",
425    "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object"
426  ]
427},
428{
429  description: "Fails for Types.DATE",
430  bug: 3403706,
431  names: [
432    "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int",
433    "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int"
434  ]
435},
436{
437  description: "exception test fails",
438  bug: 3403706,
439  names: [
440    "libcore.java.sql.OldPreparedStatementTest#testSetShort",
441    "libcore.java.sql.OldPreparedStatementTest#testSetString_charField",
442    "libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField"
443  ]
444},
445{
446  description: "statement.close() does not wrap up",
447  bug: 3403706,
448  name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField"
449},
450{
451  description: "preparedStatement.execute() does not return False on update.",
452  bug: 3403706,
453  name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar"
454},
455{
456  description: "statement.close() does not wrap up",
457  bug: 3403706,
458  name: "libcore.java.sql.OldPreparedStatementTest#testSetTimeint_Time"
459},
460{
461  description: "preparedStatement.execute() does not return false on update.",
462  bug: 3403706,
463  names: [
464    "libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar",
465    "libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp"
466  ]
467},
468{
469  description: "last assertion fails: invalid conversion. Test passes on RI",
470  bug: 3403706,
471  names: [
472    "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary",
473    "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary"
474  ]
475},
476{
477  description: "Wrong value returned for Long: java.lang.String (VARCHAR)",
478  bug: 3403706,
479  name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData"
480},
481{
482  description: "Wrong value returned for Long: java.lang.String",
483  bug: 3403706,
484  names: [
485    "libcore.java.sql.OldResultSetGetterTests#testGetObjectInt",
486    "libcore.java.sql.OldResultSetGetterTests#testGetObjectString"
487  ]
488},
489{
490  description: "If there is no current row 0 must be returned. res.close() does not wrap up",
491  bug: 3403706,
492  name: "libcore.java.sql.OldResultSetGetterTests#testGetRow"
493},
494{
495  description: "According to spec info.getStatement should return null but an exception is thrown: stale result
496                set.",
497  bug: 3403706,
498  name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement"
499},
500{
501  description: "getTime should return Time value for a TIMESTAMP type but returns null",
502  bug: 3403706,
503  name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt"
504},
505{
506  description: "getTime on TIMESTAMP value fails: returns null",
507  bug: 3403706,
508  name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar"
509},
510{
511  description: "getTime should return a Time value for a TIMESTAMP type but returns null",
512  bug: 3403706,
513  name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeString"
514},
515{
516  description: "getTime on TIMESTAMP value fails: returns null",
517  bug: 3403706,
518  name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeStringCalendar"
519},
520{
521  description: "res.close() does not wrap up",
522  bug: 3403706,
523  name: "libcore.java.sql.OldResultSetGetterTests#testGetType"
524},
525{
526  description: "not supported",
527  bug: 3403706,
528  name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName"
529},
530{
531  description: "SQLException checking test fails",
532  bug: 3403706,
533  name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount"
534},
535{
536  description: "not supported",
537  bug: 3403706,
538  name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnDisplaySize"
539},
540{
541  description: "Column label has format TABLE.COLUMN expected: COLUMN",
542  bug: 3403706,
543  names: [
544    "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel",
545    "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName"
546  ]
547},
548{
549  description: "not supported",
550  bug: 3403706,
551  name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision"
552},
553{
554  description: "Not supported",
555  bug: 3403706,
556  name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale"
557},
558{
559  description: "not supported",
560  bug: 3403706,
561  name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema"
562},
563{
564  description: "For int = 0, exception expected",
565  bug: 3403706,
566  name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName"
567},
568{
569  description: "not supported",
570  bug: 3403706,
571  names: [
572    "libcore.java.sql.OldResultSetMetaDataTest#testIsCaseSensitive",
573    "libcore.java.sql.OldResultSetMetaDataTest#testIsCurrency",
574    "libcore.java.sql.OldResultSetMetaDataTest#testIsDefinitlyWritable",
575    "libcore.java.sql.OldResultSetMetaDataTest#testIsNullable",
576    "libcore.java.sql.OldResultSetMetaDataTest#testIsReadOnly",
577    "libcore.java.sql.OldResultSetMetaDataTest#testIsSearchable",
578    "libcore.java.sql.OldResultSetMetaDataTest#testIsSigned",
579    "libcore.java.sql.OldResultSetMetaDataTest#testIsWritable",
580    "libcore.java.sql.OldResultSetMetaDataTest#testisAutoIncrement"
581  ]
582},
583{
584  description: "statement.close() does not wrap up",
585  bug: 3403706,
586  names: [
587    "libcore.java.sql.OldResultSetTest#testBeforeFirst",
588    "libcore.java.sql.OldResultSetTest#testAfterLast"
589  ]
590},
591{
592  description: "Resultset.close() does not wrap up",
593  bug: 3403706,
594  names: [
595    "libcore.java.sql.OldResultSetTest#testClose1",
596    "libcore.java.sql.OldResultSetTest#testNext"
597  ]
598},
599{
600  description: "no exception is thrown when moving cursor backwards on forward only statement",
601  bug: 3403706,
602  name: "libcore.java.sql.OldResultSetTest#testRelative"
603},
604{
605  description: "Scrollable resultSet. Not supported",
606  bug: 3403706,
607  name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet"
608},
609{
610  description: "not supported",
611  bug: 3403706,
612  name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject"
613},
614{
615  description: "Feature not supported",
616  bug: 3403706,
617  name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString"
618},
619{
620  description: "the default tests, and exception tests fail.",
621  bug: 3403706,
622  name: "libcore.java.sql.OldResultSetTest#testWasNull"
623},
624{
625  description: "statement.close() does not wrap up",
626  bug: 3403706,
627  names: [
628    "libcore.java.sql.OldResultSetTest#testtestFirst",
629    "libcore.java.sql.OldResultSetTest#testtestIsAfterLast"
630  ]
631},
632{
633  description: "In Second code block assertion fails. statement. close() does not wrap up",
634  bug: 3403706,
635  name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst"
636},
637{
638  description: "statement.close() does not wrap up",
639  bug: 3403706,
640  name: "libcore.java.sql.OldResultSetTest#testtestIsFirst"
641},
642{
643  description: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor
644                is actually provides a result.statement.close() does not wrap up",
645  bug: 3403706,
646  name: "libcore.java.sql.OldResultSetTest#testtestIsLast"
647},
648{
649  description: "statement.close() does not wrap up",
650  bug: 3403706,
651  name: "libcore.java.sql.OldResultSetTest#testtestLast"
652},
653{
654  description: "Bug in implementation of cancel: Does not fulfill spec.",
655  bug: 3403706,
656  name: "libcore.java.sql.OldStatementTest#testCancel"
657},
658{
659  description: "statement.close() does not wrap up",
660  bug: 3403706,
661  name: "libcore.java.sql.OldStatementTest#testClose"
662},
663{
664  description: "Return value wrong for queries below.",
665  bug: 3403706,
666  name: "libcore.java.sql.OldStatementTest#testExecute"
667},
668{
669  description: "always returns 1 for no. of updates",
670  bug: 3403706,
671  name: "libcore.java.sql.OldStatementTest#testExecuteBatch"
672},
673{
674  description: "Does throw an exception on non select statement.",
675  bug: 3403706,
676  name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String"
677},
678{
679  description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent for deletes:
680                'delete from s1;' should be different from 'delete from s1 where c1 = 1;'",
681  bug: 3403706,
682  name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String"
683},
684{
685  description: "statement.close() does not wrap up",
686  bug: 3403706,
687  names: [
688    "libcore.java.sql.OldStatementTest#testGetConnection",
689    "libcore.java.sql.OldStatementTest#testGetFetchDirection",
690    "libcore.java.sql.OldStatementTest#testGetFetchSize"
691  ]
692},
693{
694  description: "not supported",
695  bug: 3403706,
696  name: "libcore.java.sql.OldStatementTest#testGetMoreResults"
697},
698{
699  description: "An other value is returned than was set (X * 1000)",
700  bug: 3403706,
701  name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout"
702},
703{
704  description: "Does not return null on update count > 0 (not a select statement)",
705  bug: 3403706,
706  name: "libcore.java.sql.OldStatementTest#testGetResultSet"
707},
708{
709  description: "Not supported",
710  bug: 3403706,
711  name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency"
712},
713{
714  description: "Test for default value fails",
715  bug: 3403706,
716  name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability"
717},
718{
719  description: "not fully supported",
720  bug: 3403706,
721  name: "libcore.java.sql.OldStatementTest#testGetResultSetType"
722},
723{
724  description: "statement.close() does not wrap up",
725  bug: 3403706,
726  name: "libcore.java.sql.OldStatementTest#testGetUpdateCount"
727},
728{
729  description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was
730                thrown.",
731  bug: 3403706,
732  name: "org.apache.harmony.tests.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters"
733},
734{
735  modes: [ "jvm" ],
736  description: "The RI's formatter doesn't localize arabic properly",
737  names: [
738    "libcore.java.util.FormatterTest#test_numberLocalization",
739    "libcore.java.util.FormatterTest#test_uppercaseConversions"
740  ],
741  result: EXEC_FAILED
742},
743{
744  description: "Android's XSLT implementation fails 524 of 3173 OASIS tests",
745  bug: 4193599,
746  names: [
747    "libcore.xml.XsltXPathConformanceTestSuite$MisspecifiedTest#test",
748    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt005",
749    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt017",
750    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt018",
751    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt019",
752    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt020",
753    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt022",
754    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt024",
755    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt029",
756    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt033",
757    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt034",
758    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt038",
759    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt039",
760    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt044",
761    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt045",
762    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt047",
763    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt052",
764    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt054",
765    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt055",
766    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt056",
767    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt058",
768    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt061",
769    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt062",
770    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt063",
771    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt064",
772    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt067",
773    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt069",
774    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt070",
775    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt074",
776    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt075",
777    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt077",
778    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt079",
779    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt083",
780    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt085",
781    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt086",
782    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt089",
783    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt090",
784    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt091",
785    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt094",
786    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt095",
787    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt098",
788    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Completeness__84361",
789    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err003",
790    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err004",
791    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err005",
792    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err006",
793    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err010",
794    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err011",
795    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err012",
796    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err013",
797    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err026",
798    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err029",
799    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err031",
800    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err038",
801    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err044",
802    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err048",
803    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err049",
804    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err050",
805    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err051",
806    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err059",
807    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err062",
808    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err065",
809    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err073",
810    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err075",
811    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err076",
812    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err078",
813    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err093",
814    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err103",
815    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err106",
816    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err108",
817    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_xsl_template_complicated_match_pattern_with_variable_ref",
818    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84423",
819    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84424",
820    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84426",
821    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84427",
822    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84435",
823    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__91183",
824    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_BooleanFunction",
825    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_Bug76054",
826    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithAbsoluteArgument",
827    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithEntityRef",
828    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_ElementAvailFunctionFalseTest",
829    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_GenereateIdAppliedToNamespaceNodesOnDifferentElements",
830    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestIdFuncInComplexStruct",
831    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestOfIdFunction",
832    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10002",
833    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10003",
834    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10004",
835    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10005",
836    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10006",
837    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10007",
838    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10008",
839    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10009",
840    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10010",
841    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10011",
842    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10012",
843    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10013",
844    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10014",
845    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10015",
846    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10016",
847    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10017",
848    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10018",
849    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10019",
850    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10020",
851    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10021",
852    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10022",
853    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10023",
854    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10024",
855    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10025",
856    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10026",
857    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10049",
858    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84048",
859    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84049",
860    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84050",
861    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84170",
862    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84172",
863    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__EuropeanPattern",
864    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Non_DigitPattern",
865    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Pattern-separator",
866    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__currency",
867    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__defaultPattern",
868    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimalValue",
869    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimumValue",
870    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__percentPattern",
871    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__specialCharInPattern",
872    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__testOn-0.00",
873    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_UseDocumentFnToReturnRootNode",
874    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_VariableWithinVariable",
875    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78117",
876    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78120",
877    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78125",
878    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78161",
879    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78356",
880    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78360",
881    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84633",
882    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84634",
883    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84636",
884    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84637",
885    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84697",
886    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84709",
887    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84710",
888    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84712",
889    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro2",
890    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro3",
891    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91832",
892    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91833",
893    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91836",
894    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91859",
895    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_SortExprWithCurrentInsideForEach1",
896    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_SortTextWithNonTextCharacters",
897    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_TextNodesSpanMultipleLines",
898    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_TurkishISortingTest",
899    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77516",
900    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77525",
901    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77977",
902    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78191",
903    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78286",
904    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78291",
905    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__84006",
906    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91689",
907    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91691",
908    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91693",
909    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91694",
910    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91695",
911    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91696",
912    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91697",
913    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91698",
914    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91699",
915    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91700",
916    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91701",
917    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91704",
918    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91705",
919    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91752",
920    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91753",
921    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91422",
922    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91423",
923    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91425",
924    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91428",
925    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91443",
926    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91444",
927    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.Fallback__91825",
928    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91841",
929    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91844",
930    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91848",
931    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91849",
932    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91853",
933    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91856",
934    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_AmpersandWithinHtmlAttribute",
935    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAndSystemAttribute",
936    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAttribute",
937    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypeSystemAttribute",
938    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EmptyElement1",
939    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EntityRefInAttribHtml",
940    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithAmpersandCurlyBracket",
941    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithLessThanInAttribute",
942    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Html_Op_Href_Attr_non_ascii_value",
943    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MediaTypeTest",
944    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MethodEqualsHtmlWithoutIndentSet",
945    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Modified84433",
946    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Output_UseStandAloneAttributeWithMultipleRoots",
947    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_SignInHrefAttribute",
948    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_UseLiteralResultElementHead",
949    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77929",
950    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77930",
951    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77936",
952    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77939",
953    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77940",
954    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77966",
955    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78175",
956    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78176",
957    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78177",
958    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78180",
959    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78221",
960    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78222",
961    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78223",
962    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78224",
963    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78225",
964    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78226",
965    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78227",
966    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78229",
967    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84010",
968    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84011",
969    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84012",
970    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84015",
971    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84016",
972    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84017",
973    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84018",
974    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84019",
975    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84020",
976    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84021",
977    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84022",
978    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84025",
979    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84165",
980    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84260",
981    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84264",
982    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84271",
983    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84273",
984    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84277",
985    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84280",
986    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84282",
987    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84285",
988    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84306",
989    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84309",
990    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84374",
991    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84428",
992    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84429",
993    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84432",
994    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84433",
995    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84434",
996    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84452",
997    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84453",
998    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84454",
999    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84455",
1000    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84456",
1001    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84457",
1002    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84458",
1003    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84459",
1004    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84460",
1005    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84461",
1006    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84462",
1007    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77536",
1008    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77562",
1009    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77564",
1010    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77574",
1011    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77591",
1012    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77596",
1013    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77599",
1014    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets_RefToUndefinedAttributeSet",
1015    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91035",
1016    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91038",
1017    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91080",
1018    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91081",
1019    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91083",
1020    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91098",
1021    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91100",
1022    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91119",
1023    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_AttributeWithEmptyName",
1024    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_EmptyNameAttributeWithNS",
1025    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_InvalidNamespacePrefix",
1026    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_UseXmlnsNsAsNamespaceForAttribute",
1027    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78365",
1028    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78369",
1029    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78373",
1030    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78374",
1031    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78376",
1032    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78378",
1033    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78386",
1034    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81487",
1035    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81551",
1036    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89463",
1037    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89464",
1038    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89465",
1039    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Copying_ResultTreeFragmentWithEscapedText",
1040    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNSFromNameFn",
1041    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecified",
1042    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecifiedButValidNS",
1043    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWIthNamespaceEqualToXmlnsUri",
1044    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWithNameSpaceAttrEqualToXmlnsUri",
1045    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78347",
1046    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78358",
1047    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78362",
1048    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78363",
1049    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__83968",
1050    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89171",
1051    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89716",
1052    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89717",
1053    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89718",
1054    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatSameCharForDecimalAndGrpSep",
1055    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit",
1056    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit1",
1057    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit2",
1058    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_FormatNumber_SemiColonDelimitsToWhitespace",
1059    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_TestGrpSepr",
1060    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_ValueOf_FormatNumberWithoutPositiveNumberFormatPattern",
1061    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_Conflict_XPath_XSLT",
1062    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_DefaultNamespace",
1063    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_NavigatorMethods",
1064    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XML",
1065    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XMLNS",
1066    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_SameQuery_DiffNamespace",
1067    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_ScopingRules",
1068    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_NaNOrInvalidValue",
1069    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsEmptyNodeset",
1070    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsNodesetTest1",
1071    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84683",
1072    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84687",
1073    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84692",
1074    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84694",
1075    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84699",
1076    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84700",
1077    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84705",
1078    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84715",
1079    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84716",
1080    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84717",
1081    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84722",
1082    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84723",
1083    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84724",
1084    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84725",
1085    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91026",
1086    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91027",
1087    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91028",
1088    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91029",
1089    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction_InvalidPIName1",
1090    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78196",
1091    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78202",
1092    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78204",
1093    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78217",
1094    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78218",
1095    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78219",
1096    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_DoeWithCdataInText",
1097    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_Modified78311",
1098    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78245",
1099    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78272",
1100    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78273",
1101    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78274",
1102    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78275",
1103    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78276",
1104    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78281",
1105    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78308",
1106    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78309",
1107    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78311",
1108    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78308",
1109    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78309",
1110    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset10",
1111    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset17",
1112    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset27",
1113    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset29",
1114    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset31",
1115    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset32",
1116    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset40",
1117    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset41",
1118    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset42",
1119    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribvaltemplate_attribvaltemplate08",
1120    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy16",
1121    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy19",
1122    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy20",
1123    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy21",
1124    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy22",
1125    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy38",
1126    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy56",
1127    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy58",
1128    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy60",
1129    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend02",
1130    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend04",
1131    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey04",
1132    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey22",
1133    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey24",
1134    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey26",
1135    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey31",
1136    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey37",
1137    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey38",
1138    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey39",
1139    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey40",
1140    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey41",
1141    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey42",
1142    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey43",
1143    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey55",
1144    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey56",
1145    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey57",
1146    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey58",
1147    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey60",
1148    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey61",
1149    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey62",
1150    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.match_match11",
1151    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.message_message15",
1152    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace32",
1153    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace34",
1154    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat07",
1155    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat35",
1156    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering14",
1157    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering17",
1158    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering79",
1159    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering91",
1160    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output01",
1161    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output02",
1162    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output03",
1163    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output04",
1164    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output05",
1165    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output06",
1166    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output08",
1167    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output09",
1168    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output10",
1169    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output110",
1170    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output111",
1171    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output113",
1172    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output17",
1173    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output22",
1174    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output25",
1175    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output26",
1176    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output28",
1177    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output32",
1178    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output33",
1179    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output34",
1180    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output35",
1181    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output36",
1182    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output37",
1183    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output38",
1184    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output39",
1185    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output40",
1186    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output48",
1187    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output49",
1188    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output50",
1189    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output52",
1190    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output59",
1191    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output60",
1192    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output61",
1193    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output62",
1194    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output70",
1195    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output72",
1196    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output73",
1197    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output74",
1198    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output75",
1199    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output86",
1200    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.processorinfo_processorinfo03",
1201    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select73",
1202    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select74",
1203    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort08",
1204    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort27",
1205    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver05",
1206    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver06",
1207    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84614",
1208    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84615",
1209    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91032",
1210    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91148",
1211    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91150",
1212    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91151",
1213    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91156",
1214    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91157",
1215    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91158",
1216    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91165",
1217    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludeStylesheetWithoutXslNamespace",
1218    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludedStylesheetShouldHaveDifferentBaseUri",
1219    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_NestedIncludes",
1220    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest1",
1221    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest2",
1222    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest3",
1223    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest4",
1224    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest5",
1225    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest6",
1226    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77489",
1227    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77504",
1228    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77515",
1229    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77736",
1230    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77745",
1231    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77750",
1232    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77751",
1233    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78295",
1234    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78296",
1235    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78398",
1236    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84463",
1237    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84464",
1238    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_NSAlias_In_Import",
1239    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_NSAliasForDefaultWithExcludeResPref",
1240    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test1",
1241    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test2",
1242    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_WithinRTF",
1243    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91781",
1244    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91782",
1245    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91785",
1246    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91786",
1247    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace_CheckXmlnsResetOnResultTree",
1248    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77655",
1249    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77665",
1250    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77670",
1251    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77675",
1252    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__78027",
1253    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91802",
1254    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91803",
1255    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91804",
1256    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91806",
1257    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91807",
1258    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91808",
1259    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91810",
1260    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91811",
1261    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91816",
1262    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77619",
1263    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77622",
1264    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77870",
1265    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77879",
1266    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77897",
1267    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77898",
1268    "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77902"
1269  ]
1270},
1271{
1272  description: "Android's XPath fails 29 of 250 Jaxen XPath tests",
1273  bug: 3270761,
1274  names: [
1275    "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /dummy:a/dummy:b/dummy:c",
1276    "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]",
1277    "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')",
1278    "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog",
1279    "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog",
1280    "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate",
1281    "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')",
1282    "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a",
1283    "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b",
1284    "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c",
1285    "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f",
1286    "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml / //namespace::*",
1287    "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::*",
1288    "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::xplt",
1289    "libcore.xml.JaxenXPathTestSuite$3#xml/text.xml / document('xml/web.xml')",
1290    "libcore.xml.JaxenXPathTestSuite$4#xml/message.xml / document('xml/message.xml')/message/body/data/items/item[name/text()='parentinfo']/value",
1291    "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y",
1292    "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c",
1293    "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e",
1294    "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y",
1295    "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml / document('xml/web.xml')/web-app/servlet[1]/servlet-name",
1296    "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml /foo/bar/cheese[1] concat(./@id,document('xml/web.xml')/web-app/servlet[1]/servlet-name,./@id)",
1297    "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )",
1298    "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Servlet' )",
1299    "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] lower-case( servlet-class )",
1300    "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )",
1301    "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-ES-Traditional_WIN' )",
1302    "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr' )",
1303    "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-CA' )"
1304  ]
1305},
1306{
1307  description: "Android's PKIX validation fails on many NIST PKIX tests",
1308  bug: 8030138,
1309  names: [
1310    "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest4",
1311    "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_ValiddeltaCRLTest5"
1312  ]
1313},
1314{
1315  description: "Known failure in MathTest 1^NAN should be NAN",
1316  bug: 11669804,
1317  result: EXEC_FAILED,
1318  name: "org.apache.harmony.tests.java.lang.MathTest#test_powDD"
1319},
1320{
1321  description: "Known failures in URLTest and URLDecoderTest",
1322  bug: 11686814,
1323  names: [
1324    "org.apache.harmony.tests.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String",
1325    "org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL",
1326    "org.apache.harmony.tests.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String"
1327  ]
1328},
1329{
1330  description: "ScannerParseLargeFileBenchmark can cause a failure due to a timeout",
1331  bug: 14865710,
1332  result: EXEC_FAILED,
1333  name: "org.apache.harmony.tests.java.util.ScannerParseLargeFileBenchmarkTest"
1334},
1335{
1336  description: "external/apache-harmony tests for java.sql are broken for various reasons. java.sql is not a high enough priority to fix.",
1337  bug: 17342415,
1338  names: [
1339    "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetDataSize",
1340    "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetIndex",
1341    "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetParameter",
1342    "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetRead",
1343    "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetTransferSize",
1344    "com.android.org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testDataTruncationintbooleanbooleanintint",
1345    "com.android.org.apache.harmony.sql.tests.java.sql.DateTest#test_valueOf_IllegalArgumentException",
1346    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testDeregisterDriver",
1347    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetConnectionString",
1348    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetConnectionStringProperties",
1349    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetConnectionStringStringString",
1350    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetDriver",
1351    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetDrivers",
1352    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetLogStream",
1353    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetLogWriter",
1354    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testGetLoginTimeout",
1355    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testPrintln",
1356    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testRegisterDriver",
1357    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testSetLogStream",
1358    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testSetLogWriter",
1359    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testSetLoginTimeout",
1360    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#test_getConnection_LStringLProperties",
1361    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#test_initClass",
1362    "com.android.org.apache.harmony.sql.tests.java.sql.DriverManagerTest#test_registerDriver_MultiTimes",
1363    "com.android.org.apache.harmony.sql.tests.java.sql.TimestampTest#testCompareToDate",
1364    "com.android.org.apache.harmony.sql.tests.java.sql.TimestampTest#testOverridingTimestamp"
1365  ]
1366},
1367{
1368  description: "java.util.logging: Android introduced config fallback behavior in LogManager.readConfiguration()",
1369  bug: 13882147,
1370  names: [
1371    "com.android.org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testNotExistConfigFile",
1372    "com.android.org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Empty",
1373    "com.android.org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Null",
1374    "com.android.org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_InvalidRes",
1375    "com.android.org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_Empty"
1376  ]
1377},
1378{
1379  description: "java.util.logging: Android's user.home system property cannot be cleared",
1380  bug: 13882147,
1381  names: [
1382    "com.android.org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoUsrHome",
1383    "com.android.org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir_NoUsrHome"
1384  ]
1385},
1386{
1387  description: "java.util.logging: Android's user.home system property points to root (/) dir",
1388  bug: 13882147,
1389  name: "com.android.org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir"
1390},
1391{
1392  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",
1393  bug: 13882147,
1394  name: "com.android.org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testDefaultValue"
1395},
1396{
1397  description: "java.util.logging: Android's classes have been stubbed in places.",
1398  bug: 13882147,
1399  names: [
1400    "com.android.org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testGetLoggingMXBean"
1401  ]
1402},
1403{
1404  description: "java.util.logging: the serialized form references org.apache not com.android.org.apache",
1405  bug: 13882147,
1406  name: "com.android.org.apache.harmony.logging.tests.java.util.logging.LevelTest#testSerializationCompatibility"
1407},
1408{
1409  description: "java.util.beans: the serialized form references org.apache not com.android.org.apache",
1410  bug: 17394106,
1411  names: [
1412    "com.android.org.apache.harmony.beans.tests.java.beans.PropertyChangeSupportTest#testSerializationCompatibility"
1413  ]
1414},
1415{
1416  description: "Known failure in GregorianCalendarTest",
1417  bug: 12778197,
1418  name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime"
1419},
1420{
1421  description: "OkHttp tests that fail on Wear devices due to a lack of memory",
1422  bug: 20055487,
1423  names: [
1424    "com.squareup.okhttp.internal.framed.Http2Test#tooLargeDataFrame",
1425    "com.squareup.okhttp.internal.framed.Spdy3Test#tooLargeDataFrame"
1426  ]
1427},
1428{
1429  description: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale assumes fallback to locale other than en_US_POSIX.",
1430  bug: 17422813,
1431  names: [
1432    "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale"
1433  ]
1434},
1435{
1436  description: "Tests failing on host - needing investigation.",
1437  modes: [host],
1438  bug: 18547404,
1439  result: EXEC_FAILED,
1440  names: [
1441    "org.apache.harmony.tests.java.util.HashMapTest#test_EntrySet"
1442  ]
1443},
1444{
1445  description: "Differences between glibc and bionic",
1446  modes_variants: [[host, X64]],
1447  bug: 18087920,
1448  result: EXEC_FAILED,
1449  names: [
1450    "org.apache.harmony.tests.java.lang.MathTest#test_cbrt_D"
1451  ]
1452},
1453{
1454  description: "Recursive calls to Charset.forName from within providers will overflow the stack.",
1455  result: EXEC_FAILED,
1456  names: [
1457    "org.apache.harmony.tests.java.nio.charset.CharsetTest#testForName_withProviderWithRecursiveCall"
1458  ]
1459},
1460{
1461  description: "Zip64 tests take too long to execute and need more than 5GB of space to run.",
1462  result: EXEC_FAILED,
1463  names: [
1464    "libcore.java.util.zip.Zip64FileTest#testZip64Support_largeNumberOfEntries",
1465    "libcore.java.util.zip.Zip64FileTest#testZip64Support_totalLargerThan4G",
1466    "libcore.java.util.zip.Zip64FileTest#testZip64Support_hugeEntry"
1467  ]
1468},
1469{
1470  description: "OsTest.test_PacketSocketAddress needs CAP_NET_RAW",
1471  bug: 19764047,
1472  result: EXEC_FAILED,
1473  names: [
1474    "libcore.android.system.OsTest#test_PacketSocketAddress"
1475  ]
1476},
1477{
1478  description: "Failures in OldSHA1PRNGSecureRandomTest",
1479  result: EXEC_FAILED,
1480  names: [
1481    "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray02",
1482    "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray04",
1483    "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testSetSeedbyteArray03"
1484  ]
1485},
1486{
1487  description: "libcore.java.util.concurrent.CopyOnWriteArrayListTest.testSubListAtomicAdds fails in openJdk",
1488  bug: 27673247,
1489  result: EXEC_FAILED,
1490  names: [
1491    "libcore.java.util.concurrent.CopyOnWriteArrayListTest#testSubListAtomicAdds"
1492  ]
1493},
1494{
1495  description: "Made for extending, shouldn't be run",
1496  bug: 28503384,
1497  result: EXEC_FAILED,
1498  names: [
1499    "jsr166.CollectionTest#testEmptyMeansEmpty",
1500    "jsr166.Collection8Test#testForEach",
1501    "jsr166.Collection8Test#testForEachConcurrentStressTest"
1502  ]
1503},
1504{
1505  description: "Tests must be run as root",
1506  bug: 28536847,
1507  result: EXEC_FAILED,
1508  names: [
1509    "com.android.org.apache.harmony.luni.tests.java.net.UnixNetworkInterfaceTest"
1510  ]
1511},
1512{
1513  description: "URLClassLoader doesn't work on Android for jar files",
1514  bug: 28535349,
1515  result: EXEC_FAILED,
1516  names: [
1517    "com.android.org.apache.harmony.luni.tests.java.net.URLClassLoaderImplTest#test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory"
1518  ]
1519},
1520{
1521  description: "Conscrypt produces different exceptions under different circumstances",
1522  bug: 36772622,
1523  result: EXEC_FAILED,
1524  names: [
1525    "com.google.security.wycheproof.RsaEncryptionTest#testExceptionsPKCS1",
1526    "com.google.security.wycheproof.RsaEncryptionTest#testGetExceptionsOAEP"
1527  ]
1528},
1529{
1530  description: "Bullhead kernel does not block send when buffer is supposed to have saturated",
1531  bug: 36691333,
1532  result: EXEC_FAILED,
1533  names: [
1534    "libcore.java.net.SocketTimeoutTest#testSocketWriteNeverTimeouts"
1535  ]
1536},
1537{
1538  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1539  bug: 3268630,
1540  name: "libcore.xml.DomTest#testEntityDeclarations",
1541  substring: "This implementation does not parse entity declarations"
1542},
1543{
1544  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1545  bug: 3268630,
1546  name: "libcore.xml.DomTest#testGetWholeTextWithEntityReference",
1547  substring: "This implementation doesn't resolve entity references in getWholeText"
1548},
1549{
1550  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1551  name: "libcore.xml.DomTest#testExpandingEntityReferencesOff",
1552  bug: 3268630,
1553  substring: "This implementation doesn't include children in entity references"
1554},
1555{
1556  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1557  name: "libcore.xml.DomTest#testExpandingEntityReferencesOn",
1558  bug: 3268630,
1559  substring: "This implementation doesn't expand entity references"
1560},
1561{
1562  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1563  bug: 3268630,
1564  name: "libcore.xml.DomTest#testIsElementContentWhitespaceWithDeclaration",
1565  substring: "This implementation does not recognize element content whitespace"
1566},
1567{
1568  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1569  bug: 3268630,
1570  name: "libcore.xml.DomTest#testNotations",
1571  substring: "This implementation does not parse notations"
1572},
1573{
1574  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1575  bug: 3268630,
1576  names: [
1577    "tests.org.w3c.dom.HCNotationsRemoveNamedItemNS#testRemoveNamedItemNS",
1578    "tests.org.w3c.dom.HCNotationsSetNamedItemNS#testNotationsSetNamedItemNS"
1579  ]
1580},
1581{
1582  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1583  bug: 3268630,
1584  name: "libcore.xml.DeclarationTest#testGetXmlEncoding",
1585  substring: "This implementation doesn't parse the encoding from the XML declaration"
1586},
1587{
1588  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1589  bug: 3268630,
1590  name: "libcore.xml.DeclarationTest#testGetXmlStandalone",
1591  substring: "This implementation doesn't parse standalone from the XML declaration"
1592},
1593{
1594  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1595  bug: 3268630,
1596  name: "libcore.xml.DeclarationTest#testGetXmlVersion",
1597  substring: "This implementation doesn't parse the version from the XML declaration"
1598},
1599{
1600  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1601  bug: 3268630,
1602  name: "libcore.xml.NormalizeTest#testSchemaTypeDtd",
1603  substring: "This implementation's setParameter() supports an unexpected value: schema-type=http://www.w3.org/TR/REC-xml"
1604},
1605{
1606  description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1607  bug: 3268630,
1608  name: "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testSetEntityResolver",
1609  substring: "java.lang.ClassCastException: org.apache.harmony.xml.dom.EntityReferenceImpl"
1610},
1611{
1612  description: "many tests attempt to fork a Java executable, but fork the wrong one",
1613  result: "EXEC_FAILED",
1614  failure: "should fork a dalvikvm, not a JVM",
1615  substring: "/system/bin.*IOException"
1616},
1617{
1618  description: "low-impact XML bugs:",
1619  result: EXEC_FAILED,
1620  name: "libcore.xml.DomTest#testAttributeNamedIdIsNotAnIdByDefault",
1621  substring: "This implementation incorrectly interprets the \"id\" attribute as an identifier by default"
1622},
1623{
1624  description: "low-impact XML bugs:",
1625  result: EXEC_FAILED,
1626  name: "libcore.xml.DomTest#testDocumentAddChild",
1627  substring: "Document nodes shouldn't accept child nodes"
1628},
1629{
1630  description: "low-impact XML bugs:",
1631  result: EXEC_FAILED,
1632  name: "libcore.xml.DomTest#testElementTraversalFeature",
1633  substring: "This implementation is expected to support ElementTraversal v. 1.0 but does not."
1634},
1635{
1636  description: "low-impact XML bugs:",
1637  result: EXEC_FAILED,
1638  name: "libcore.xml.DomTest#testLoadSaveFeature",
1639  substring: "This implementation is expected to support LS v. 3.0 but does not."
1640},
1641{
1642  description: "low-impact XML bugs:",
1643  result: EXEC_FAILED,
1644  name: "libcore.xml.SaxTest#testYesPrefixesYesNamespaces",
1645  substring: "The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enabled."
1646},
1647{
1648  description: "low-impact XML bugs:",
1649  result: EXEC_FAILED,
1650  name: "org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_newInstance",
1651  substring: "Expected FactoryConfigurationError was not thrown"
1652},
1653{
1654  description: "low-impact XML bugs:",
1655  result: EXEC_FAILED,
1656  names: [
1657    "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderFactoryTest#test_isSetXIncludeAware",
1658    "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testIsXIncludeAware",
1659    "org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_setIsXIncludeAware",
1660    "org.apache.harmony.tests.javax.xml.parsers.SAXParserTest#testIsXIncludeAware"
1661  ],
1662  substring: "java.lang.UnsupportedOperationException: This parser does not support specification \"Unknown\" version \"0.0\""
1663},
1664{
1665  description: "a low-impact bug, also present in Crockford's implementation of org.json",
1666  result: EXEC_FAILED,
1667  name: "libcore.org.json.ParsingTest#test64BitHexValues",
1668  substring: "Large hex longs shouldn't be yield ints or strings expected:<-1> but was:<0xFFFFFFFFFFFFFFFF>"
1669},
1670{
1671  description: "this test needs to be fixed. We supply optional qnames, but this test doesn't expect them",
1672  result: EXEC_FAILED,
1673  name: "org.apache.harmony.tests.javax.xml.parsers.SAXParserTest#test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandlerLjava_lang_String"
1674},
1675{
1676  description: "BouncyCastle allows unrecognized algorithms, but RI does not, not clear if this is a bug",
1677  result: EXEC_FAILED,
1678  name: "org.apache.harmony.crypto.tests.javax.crypto.KeyAgreementTest#test_generateSecretLjava_lang_String",
1679  substring: "junit.framework.AssertionFailedError: NoSuchAlgorithmException expected"
1680},
1681{
1682  description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user",
1683  name: "libcore.java.io.OldFileTest#test_deleteOnExit",
1684  bug: 5834665
1685},
1686{
1687  description: "We're retiring the security manager. Unfortunately, tests all over the place
1688                need to check that they're secure, so they all fail when we refuse to install
1689                a security manager. This suppresses all of these failures.",
1690  result: EXEC_FAILED,
1691  failure: "disable securityManager",
1692  pattern: ".*java.lang.SecurityException\\s+at java.lang.System.setSecurityManager.*",
1693  bug: 2585285
1694},
1695{
1696  description: "ignore compilation errors due to different available APIs",
1697  result: COMPILE_FAILED,
1698  failure: "ignore compilation errors",
1699  pattern: ".*\\.java:\\d+: cannot find symbol.*"
1700},
1701{
1702  description: "the average length of possible UTF-8 sequences is 2 bytes.",
1703  result: EXEC_FAILED,
1704  name: "org.apache.harmony.tests.java.nio.charset.UTFCharsetEncoderTest#testSpecificDefaultValue",
1705  substring: "junit.framework.AssertionFailedError: expected:<1.1> but was:<2.0>"
1706},
1707{
1708  description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works",
1709  result: EXEC_FAILED,
1710  failure: "connect to the Internet",
1711  pattern: ".*java.net.UnknownHostException:.*jcltest.apache.org.*"
1712},
1713{
1714  description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works",
1715  result: EXEC_FAILED,
1716  names: [
1717    "com.android.org.apache.harmony.luni.tests.java.net.ExcludedProxyTest"
1718  ]
1719},
1720{
1721  description: "Some tests depend on ICU data, which has changed. Others make assumptions about floating point rounding",
1722  result: EXEC_FAILED,
1723  names: [
1724    "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion",
1725    "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_GeneralConversionOther",
1726    "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator",
1727    "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_Percent"
1728  ]
1729},
1730{
1731  description: "(Needs investigation) Some tests make assertions that don't make sense, others use broken port allocation logic.",
1732  result: EXEC_FAILED,
1733  names: [
1734    "org.apache.harmony.tests.java.net.InetAddressTest#test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface"
1735  ]
1736},
1737{
1738  description: "Potentially flakey because they rely on a specific local TCP port being free.",
1739  result: EXEC_FAILED,
1740  names: [
1741      "org.apache.harmony.tests.java.nio.channels.ServerSocketChannelTest#test_bind_explicitPort"
1742  ]
1743},
1744{
1745  description: "The ResourceBundle code under test is probably not used much on Android and needs a lot of attention.",
1746  modes: [device],
1747  bug: 13747957,
1748  names: [
1749      "org.apache.harmony.tests.java.util.ControlTest#test_needsReload_LStringLLocaleLStringLClassLoaderResourceBundleJ"
1750  ]
1751},
1752{
1753  description: "Fails in CTS, passes in CoreTestRunner.",
1754  result: EXEC_FAILED,
1755  modes: [device],
1756  names: [
1757      "org.apache.harmony.tests.java.net.URLConnection#test_getContentEncoding",
1758      "libcore.java.text.OldNumberFormatTest#test_parseLjava_lang_String",
1759      "libcore.java.nio.channels.OldSocketChannelTest#test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData",
1760      "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep",
1761      "libcore.java.security.cert.OldPKIXParametersTest#testPKIXParametersKeyStore04"
1762  ]
1763},
1764{
1765  description: "Suffers from DH slowness, disabling for now.",
1766  result: EXEC_FAILED,
1767  names: [
1768      "libcore.java.security.OldDHTest#testDHGen",
1769      "libcore.java.security.OldKeyPairGeneratorTestDH#testKeyPairGenerator",
1770      "libcore.javax.crypto.spec.KeyPairGeneratorTestDH#testKeyPairGenerator",
1771      "libcore.javax.crypto.spec.AlgorithmParametersTestDH#testAlgorithmParameters",
1772      "libcore.javax.crypto.spec.AlgorithmParameterGeneratorTestDH#testAlgorithmParameterGenerator"
1773  ]
1774},
1775{
1776  description: "Destroys MD5 provider, hurts succeeding tests",
1777  result: EXEC_FAILED,
1778  names: [
1779      "org.apache.harmony.tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKey",
1780      "org.apache.harmony.tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKeyString"
1781  ]
1782},
1783{
1784  description: "Support_TestWebServer requires isolation.",
1785  result: EXEC_FAILED,
1786  names: [
1787      "libcore.java.net.OldURLClassLoaderTest#test_findResourceLjava_lang_String"
1788  ]
1789},
1790{
1791  description: "Causes OutOfMemoryError to test finalization",
1792  result: EXEC_FAILED,
1793  names: [
1794      "org.apache.harmony.tests.java.lang.ref.SoftReferenceTest#test_get_SoftReference",
1795      "org.apache.harmony.crypto.tests.javax.crypto#ExemptionMechanismTest#test_finalize"
1796  ]
1797},
1798{
1799  description: "Causes open dex file error",
1800  modes: [device],
1801  names: [
1802      "org.apache.harmony.tests.java.lang.reflect.GenericSignatureFormatErrorTest#test_signatureFormatError"
1803  ]
1804},
1805{
1806  description: "Requires functional Support_Jetty",
1807  bug: 28535961,
1808  result: EXEC_FAILED,
1809  names: [
1810      "com.android.org.apache.harmony.luni.tests.java.net.URLClassLoaderTest"
1811  ]
1812},
1813{
1814  description: "Unable to execute Support_AvailTest",
1815  result: EXEC_FAILED,
1816  bug: 28535603,
1817  names: [
1818      "com.android.org.apache.harmony.luni.tests.internal.process.SystemProcessTest#test_interrupt"
1819  ]
1820},
1821{
1822  description: "Awaiting fix to reflection code",
1823  result: EXEC_FAILED,
1824  bug: 62408076,
1825  name: "libcore.java.lang.reflect.annotations.AnnotatedElementParameterTest#testImplicitConstructorParameters_singleAnnotation"
1826}
1827]
1828