blob: 80e1c971ebea047a54149e623d4aa31e5a51847f [file] [log] [blame]
Jesse Wilson220002e2010-09-22 19:16:17 -07001/*
Adam Vartanianc3f202a2017-05-05 15:24:03 +01002 * 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
Jesse Wilson220002e2010-09-22 19:16:17 -07004 */
5[
6{
Adam Vartanianc3f202a2017-05-05 15:24:03 +01007 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{
Elliott Hughesa1170152013-08-01 16:15:44 -070047 description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
Nicolas Geoffray2c303a22014-11-25 12:02:48 +000048 result: EXEC_FAILED,
Elliott Hughesa1170152013-08-01 16:15:44 -070049 name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103",
50 bug: 40103
51},
52{
Jesse Wilson6dedda92011-08-16 13:43:05 -040053 description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
54 name: "libcore.java.lang.PackageTest#testGetPackages",
55 bug: 5171136
56},
57{
Jesse Wilson8605af22011-02-20 22:48:50 -080058 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{
Jesse Wilsonc1851da2010-10-01 17:23:26 -070063 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{
Jesse Wilsonbdc4c592010-09-29 14:34:56 -070068 description: "DecimalFormat is limited to 127 digits",
69 name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits",
70 bug: 2400429
71},
72{
Jesse Wilson1f8243e2010-09-28 13:40:14 -070073 description: "HTTPS connections should not be pooled.",
74 name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories",
75 bug: 3042192
76},
77{
Jesse Wilson0e5792e2010-09-24 17:29:36 -070078 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",
Jesse Wilson0e5792e2010-09-24 17:29:36 -070082 "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",
Jesse Wilson0e5792e2010-09-24 17:29:36 -070085 "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode",
Jesse Wilson0e5792e2010-09-24 17:29:36 -070086 "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{
Jesse Wilson220002e2010-09-22 19:16:17 -070092 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,
Narayan Kamathab762bb2013-11-15 18:40:14 +000095 name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
Jesse Wilson220002e2010-09-22 19:16:17 -070096},
97{
Jesse Wilson220002e2010-09-22 19:16:17 -070098 description: "Android throws IllegalArgumentException, RI throws NullPointerException",
99 result: EXEC_FAILED,
100 name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2"
101},
102{
Jesse Wilson220002e2010-09-22 19:16:17 -0700103 description: "Android doesn't allow null parent.",
104 result: EXEC_FAILED,
105 name: "tests.java.security.SecureClassLoaderTest#testSecureClassLoaderClassLoader"
106},
107{
Jesse Wilson220002e2010-09-22 19:16:17 -0700108 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{
Neil Fuller63291dd2014-04-04 14:57:11 +0100125 description: "Wildcard operator does not seem to work correctly.",
Jesse Wilson220002e2010-09-22 19:16:17 -0700126 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",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800305 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700306 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",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800316 "libcore.java.sql.OldConnectionTest#testClearWarnings",
317 "libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported"
Jesse Wilson220002e2010-09-22 19:16:17 -0700318 ]
319},
320{
321 description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800322 bug: 3403706,
323 name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700324},
325{
326 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800327 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700328 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800329 "libcore.java.sql.OldConnectionTest#testGetCatalog",
330 "libcore.java.sql.OldConnectionTest#testGetHoldability"
Jesse Wilson220002e2010-09-22 19:16:17 -0700331 ]
332},
333{
334 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800335 bug: 3403706,
336 name: "libcore.java.sql.OldConnectionTest#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700337},
338{
339 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800340 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700341 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800342 "libcore.java.sql.OldConnectionTest#testGetTransactionIsolation",
343 "libcore.java.sql.OldConnectionTest#testGetWarnings"
Jesse Wilson220002e2010-09-22 19:16:17 -0700344 ]
345},
346{
347 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800348 bug: 3403706,
349 name: "libcore.java.sql.OldConnectionTest#testIsReadOnly"
Jesse Wilson220002e2010-09-22 19:16:17 -0700350},
351{
352 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800353 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700354 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800355 "libcore.java.sql.OldConnectionTest#testPrepareStatementNotSupported",
356 "libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700357 ]
358},
359{
360 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800361 bug: 3403706,
362 name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit"
Jesse Wilson220002e2010-09-22 19:16:17 -0700363},
364{
365 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800366 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700367 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800368 "libcore.java.sql.OldConnectionTest#testSetHoldability",
369 "libcore.java.sql.OldConnectionTest#testSetReadOnly"
Jesse Wilson220002e2010-09-22 19:16:17 -0700370 ]
371},
372{
373 description: "First Exception test fails: parameters not cleared.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800374 bug: 3403706,
375 name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters"
Jesse Wilson220002e2010-09-22 19:16:17 -0700376},
377{
378 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800379 bug: 3403706,
380 name: "libcore.java.sql.OldPreparedStatementTest#testExecute"
Jesse Wilson220002e2010-09-22 19:16:17 -0700381},
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.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800385 bug: 3403706,
386 name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700387},
388{
389 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800390 bug: 3403706,
391 name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal"
Jesse Wilson220002e2010-09-22 19:16:17 -0700392},
393{
394 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800395 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700396 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800397 "libcore.java.sql.OldPreparedStatementTest#testSetBoolean",
398 "libcore.java.sql.OldPreparedStatementTest#testSetByte"
Jesse Wilson220002e2010-09-22 19:16:17 -0700399 ]
400},
401{
402 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800403 bug: 3403706,
404 name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes"
Jesse Wilson220002e2010-09-22 19:16:17 -0700405},
406{
407 description: "preparedStatement.execute() does not return false on update. Setting a data for a declared
408 INTEGER should throw Exception",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800409 bug: 3403706,
410 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date"
Jesse Wilson220002e2010-09-22 19:16:17 -0700411},
412{
413 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800414 bug: 3403706,
415 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700416},
417{
418 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800419 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700420 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800421 "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"
Jesse Wilson220002e2010-09-22 19:16:17 -0700426 ]
427},
428{
429 description: "Fails for Types.DATE",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800430 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700431 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800432 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int",
433 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700434 ]
435},
436{
437 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800438 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700439 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800440 "libcore.java.sql.OldPreparedStatementTest#testSetShort",
441 "libcore.java.sql.OldPreparedStatementTest#testSetString_charField",
442 "libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField"
Jesse Wilson220002e2010-09-22 19:16:17 -0700443 ]
444},
445{
446 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800447 bug: 3403706,
448 name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField"
Jesse Wilson220002e2010-09-22 19:16:17 -0700449},
450{
451 description: "preparedStatement.execute() does not return False on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800452 bug: 3403706,
453 name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700454},
455{
456 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800457 bug: 3403706,
458 name: "libcore.java.sql.OldPreparedStatementTest#testSetTimeint_Time"
Jesse Wilson220002e2010-09-22 19:16:17 -0700459},
460{
461 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800462 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700463 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800464 "libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar",
465 "libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp"
Jesse Wilson220002e2010-09-22 19:16:17 -0700466 ]
467},
468{
469 description: "last assertion fails: invalid conversion. Test passes on RI",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800470 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700471 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800472 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary",
473 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary"
Jesse Wilson220002e2010-09-22 19:16:17 -0700474 ]
475},
476{
477 description: "Wrong value returned for Long: java.lang.String (VARCHAR)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800478 bug: 3403706,
479 name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700480},
481{
482 description: "Wrong value returned for Long: java.lang.String",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800483 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700484 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800485 "libcore.java.sql.OldResultSetGetterTests#testGetObjectInt",
486 "libcore.java.sql.OldResultSetGetterTests#testGetObjectString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700487 ]
488},
489{
490 description: "If there is no current row 0 must be returned. res.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800491 bug: 3403706,
492 name: "libcore.java.sql.OldResultSetGetterTests#testGetRow"
Jesse Wilson220002e2010-09-22 19:16:17 -0700493},
494{
495 description: "According to spec info.getStatement should return null but an exception is thrown: stale result
496 set.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800497 bug: 3403706,
498 name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement"
Jesse Wilson220002e2010-09-22 19:16:17 -0700499},
500{
501 description: "getTime should return Time value for a TIMESTAMP type but returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800502 bug: 3403706,
503 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt"
Jesse Wilson220002e2010-09-22 19:16:17 -0700504},
505{
506 description: "getTime on TIMESTAMP value fails: returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800507 bug: 3403706,
508 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700509},
510{
511 description: "getTime should return a Time value for a TIMESTAMP type but returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800512 bug: 3403706,
513 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700514},
515{
516 description: "getTime on TIMESTAMP value fails: returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800517 bug: 3403706,
518 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeStringCalendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700519},
520{
521 description: "res.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800522 bug: 3403706,
523 name: "libcore.java.sql.OldResultSetGetterTests#testGetType"
Jesse Wilson220002e2010-09-22 19:16:17 -0700524},
525{
526 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800527 bug: 3403706,
528 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700529},
530{
531 description: "SQLException checking test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800532 bug: 3403706,
533 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount"
Jesse Wilson220002e2010-09-22 19:16:17 -0700534},
535{
536 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800537 bug: 3403706,
538 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnDisplaySize"
Jesse Wilson220002e2010-09-22 19:16:17 -0700539},
540{
541 description: "Column label has format TABLE.COLUMN expected: COLUMN",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800542 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700543 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800544 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel",
545 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700546 ]
547},
548{
549 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800550 bug: 3403706,
551 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision"
Jesse Wilson220002e2010-09-22 19:16:17 -0700552},
553{
554 description: "Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800555 bug: 3403706,
556 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale"
Jesse Wilson220002e2010-09-22 19:16:17 -0700557},
558{
559 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800560 bug: 3403706,
561 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema"
Jesse Wilson220002e2010-09-22 19:16:17 -0700562},
563{
564 description: "For int = 0, exception expected",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800565 bug: 3403706,
566 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700567},
568{
569 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800570 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700571 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800572 "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"
Jesse Wilson220002e2010-09-22 19:16:17 -0700581 ]
582},
583{
Jesse Wilson220002e2010-09-22 19:16:17 -0700584 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800585 bug: 3403706,
Neil Fullerc9040d82014-05-21 14:07:03 +0100586 names: [
587 "libcore.java.sql.OldResultSetTest#testBeforeFirst",
588 "libcore.java.sql.OldResultSetTest#testAfterLast"
589 ]
Jesse Wilson220002e2010-09-22 19:16:17 -0700590},
591{
Jesse Wilson220002e2010-09-22 19:16:17 -0700592 description: "Resultset.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800593 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700594 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800595 "libcore.java.sql.OldResultSetTest#testClose1",
596 "libcore.java.sql.OldResultSetTest#testNext"
Jesse Wilson220002e2010-09-22 19:16:17 -0700597 ]
598},
599{
600 description: "no exception is thrown when moving cursor backwards on forward only statement",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800601 bug: 3403706,
602 name: "libcore.java.sql.OldResultSetTest#testRelative"
Jesse Wilson220002e2010-09-22 19:16:17 -0700603},
604{
605 description: "Scrollable resultSet. Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800606 bug: 3403706,
607 name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet"
Jesse Wilson220002e2010-09-22 19:16:17 -0700608},
609{
610 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800611 bug: 3403706,
612 name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject"
Jesse Wilson220002e2010-09-22 19:16:17 -0700613},
614{
615 description: "Feature not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800616 bug: 3403706,
617 name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700618},
619{
620 description: "the default tests, and exception tests fail.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800621 bug: 3403706,
622 name: "libcore.java.sql.OldResultSetTest#testWasNull"
Jesse Wilson220002e2010-09-22 19:16:17 -0700623},
624{
625 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800626 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700627 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800628 "libcore.java.sql.OldResultSetTest#testtestFirst",
629 "libcore.java.sql.OldResultSetTest#testtestIsAfterLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700630 ]
631},
632{
633 description: "In Second code block assertion fails. statement. close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800634 bug: 3403706,
635 name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst"
Jesse Wilson220002e2010-09-22 19:16:17 -0700636},
637{
638 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800639 bug: 3403706,
640 name: "libcore.java.sql.OldResultSetTest#testtestIsFirst"
Jesse Wilson220002e2010-09-22 19:16:17 -0700641},
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",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800645 bug: 3403706,
646 name: "libcore.java.sql.OldResultSetTest#testtestIsLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700647},
648{
649 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800650 bug: 3403706,
651 name: "libcore.java.sql.OldResultSetTest#testtestLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700652},
653{
654 description: "Bug in implementation of cancel: Does not fulfill spec.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800655 bug: 3403706,
656 name: "libcore.java.sql.OldStatementTest#testCancel"
Jesse Wilson220002e2010-09-22 19:16:17 -0700657},
658{
659 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800660 bug: 3403706,
661 name: "libcore.java.sql.OldStatementTest#testClose"
Jesse Wilson220002e2010-09-22 19:16:17 -0700662},
663{
664 description: "Return value wrong for queries below.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800665 bug: 3403706,
666 name: "libcore.java.sql.OldStatementTest#testExecute"
Jesse Wilson220002e2010-09-22 19:16:17 -0700667},
668{
669 description: "always returns 1 for no. of updates",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800670 bug: 3403706,
671 name: "libcore.java.sql.OldStatementTest#testExecuteBatch"
Jesse Wilson220002e2010-09-22 19:16:17 -0700672},
673{
674 description: "Does throw an exception on non select statement.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800675 bug: 3403706,
676 name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String"
Jesse Wilson220002e2010-09-22 19:16:17 -0700677},
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;'",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800681 bug: 3403706,
682 name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String"
Jesse Wilson220002e2010-09-22 19:16:17 -0700683},
684{
685 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800686 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700687 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800688 "libcore.java.sql.OldStatementTest#testGetConnection",
689 "libcore.java.sql.OldStatementTest#testGetFetchDirection",
690 "libcore.java.sql.OldStatementTest#testGetFetchSize"
Jesse Wilson220002e2010-09-22 19:16:17 -0700691 ]
692},
693{
694 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800695 bug: 3403706,
696 name: "libcore.java.sql.OldStatementTest#testGetMoreResults"
Jesse Wilson220002e2010-09-22 19:16:17 -0700697},
698{
699 description: "An other value is returned than was set (X * 1000)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800700 bug: 3403706,
701 name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout"
Jesse Wilson220002e2010-09-22 19:16:17 -0700702},
703{
704 description: "Does not return null on update count > 0 (not a select statement)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800705 bug: 3403706,
706 name: "libcore.java.sql.OldStatementTest#testGetResultSet"
Jesse Wilson220002e2010-09-22 19:16:17 -0700707},
708{
709 description: "Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800710 bug: 3403706,
711 name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency"
Jesse Wilson220002e2010-09-22 19:16:17 -0700712},
713{
714 description: "Test for default value fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800715 bug: 3403706,
716 name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability"
Jesse Wilson220002e2010-09-22 19:16:17 -0700717},
718{
719 description: "not fully supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800720 bug: 3403706,
721 name: "libcore.java.sql.OldStatementTest#testGetResultSetType"
Jesse Wilson220002e2010-09-22 19:16:17 -0700722},
723{
724 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800725 bug: 3403706,
726 name: "libcore.java.sql.OldStatementTest#testGetUpdateCount"
Jesse Wilson220002e2010-09-22 19:16:17 -0700727},
728{
Jesse Wilson220002e2010-09-22 19:16:17 -0700729 description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was
730 thrown.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800731 bug: 3403706,
Nicholas Sauercac88312016-05-02 13:57:00 -0700732 name: "org.apache.harmony.tests.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters"
Jesse Wilson220002e2010-09-22 19:16:17 -0700733},
734{
Jesse Wilsona20d5db2010-10-04 11:10:54 -0700735 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
Jesse Wilson30985562011-03-30 17:29:42 -0700742},
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 ]
Jesse Wilson7f432cf2011-03-30 17:39:44 -07001270},
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 ]
Kenny Roota96f0f82013-01-17 16:23:31 -08001305},
1306{
1307 description: "Android's PKIX validation fails on many NIST PKIX tests",
1308 bug: 8030138,
1309 names: [
Kenny Roota96f0f82013-01-17 16:23:31 -08001310 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest4",
Kenny Root01494d52016-01-11 15:41:09 -08001311 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_ValiddeltaCRLTest5"
Kenny Roota96f0f82013-01-17 16:23:31 -08001312 ]
Narayan Kamathbd084a22013-11-12 17:34:16 +00001313},
1314{
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001315 description: "Known failures in URLTest and URLDecoderTest",
1316 bug: 11686814,
1317 names: [
Narayan Kamathab762bb2013-11-15 18:40:14 +00001318 "org.apache.harmony.tests.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String",
1319 "org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL",
1320 "org.apache.harmony.tests.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String"
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001321 ]
Neil Fuller98030ff2014-05-09 18:02:31 +01001322},
1323{
Neil Fuller4b116a22014-06-20 14:30:23 +01001324 description: "ScannerParseLargeFileBenchmark can cause a failure due to a timeout",
1325 bug: 14865710,
Nicolas Geoffray2c303a22014-11-25 12:02:48 +00001326 result: EXEC_FAILED,
Neil Fuller4b116a22014-06-20 14:30:23 +01001327 name: "org.apache.harmony.tests.java.util.ScannerParseLargeFileBenchmarkTest"
1328},
1329{
Neil Fuller44594072014-09-01 10:03:28 +01001330 description: "external/apache-harmony tests for java.sql are broken for various reasons. java.sql is not a high enough priority to fix.",
1331 bug: 17342415,
1332 names: [
Paul Duffind450cf32019-05-02 12:39:55 +01001333 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetDataSize",
1334 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetIndex",
1335 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetParameter",
1336 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetRead",
1337 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetTransferSize",
1338 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testDataTruncationintbooleanbooleanintint",
1339 "org.apache.harmony.sql.tests.java.sql.DateTest#test_valueOf_IllegalArgumentException",
1340 "org.apache.harmony.sql.tests.java.sql.TimestampTest#testCompareToDate",
1341 "org.apache.harmony.sql.tests.java.sql.TimestampTest#testOverridingTimestamp"
Neil Fuller44594072014-09-01 10:03:28 +01001342 ]
1343},
1344{
Neil Fuller3b24d912014-09-01 14:46:04 +01001345 description: "java.util.logging: Android introduced config fallback behavior in LogManager.readConfiguration()",
1346 bug: 13882147,
1347 names: [
Paul Duffind450cf32019-05-02 12:39:55 +01001348 "org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testNotExistConfigFile",
1349 "org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Empty",
1350 "org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Null",
1351 "org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_InvalidRes",
1352 "org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_Empty"
Neil Fuller3b24d912014-09-01 14:46:04 +01001353 ]
1354},
1355{
1356 description: "java.util.logging: Android's user.home system property cannot be cleared",
1357 bug: 13882147,
1358 names: [
Paul Duffind450cf32019-05-02 12:39:55 +01001359 "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoUsrHome",
1360 "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir_NoUsrHome"
Neil Fuller3b24d912014-09-01 14:46:04 +01001361 ]
1362},
1363{
1364 description: "java.util.logging: Android's user.home system property points to root (/) dir",
1365 bug: 13882147,
Paul Duffind450cf32019-05-02 12:39:55 +01001366 name: "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir"
Neil Fuller3b24d912014-09-01 14:46:04 +01001367},
1368{
1369 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",
1370 bug: 13882147,
Paul Duffind450cf32019-05-02 12:39:55 +01001371 name: "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testDefaultValue"
Neil Fuller3b24d912014-09-01 14:46:04 +01001372},
1373{
1374 description: "java.util.logging: Android's classes have been stubbed in places.",
1375 bug: 13882147,
1376 names: [
Paul Duffind450cf32019-05-02 12:39:55 +01001377 "org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testGetLoggingMXBean"
Neil Fuller3b24d912014-09-01 14:46:04 +01001378 ]
1379},
1380{
Paul Duffind450cf32019-05-02 12:39:55 +01001381 description: "java.util.logging: the serialized form references org.apache not org.apache",
Neil Fuller3b24d912014-09-01 14:46:04 +01001382 bug: 13882147,
Paul Duffind450cf32019-05-02 12:39:55 +01001383 name: "org.apache.harmony.logging.tests.java.util.logging.LevelTest#testSerializationCompatibility"
Neil Fuller3b24d912014-09-01 14:46:04 +01001384},
1385{
Paul Duffind450cf32019-05-02 12:39:55 +01001386 description: "java.util.beans: the serialized form references org.apache not org.apache",
Neil Fullere9121d62014-09-05 13:43:01 +01001387 bug: 17394106,
1388 names: [
Paul Duffind450cf32019-05-02 12:39:55 +01001389 "org.apache.harmony.beans.tests.java.beans.PropertyChangeSupportTest#testSerializationCompatibility"
Neil Fullere9121d62014-09-05 13:43:01 +01001390 ]
1391},
1392{
Narayan Kamath3f2128b2014-05-09 16:44:32 +01001393 description: "Known failure in GregorianCalendarTest",
1394 bug: 12778197,
1395 name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime"
Neil Fullere9346f42014-05-29 15:16:19 +01001396},
1397{
Neil Fullerf8ea5542015-04-29 11:13:03 +01001398 description: "OkHttp tests that fail on Wear devices due to a lack of memory",
1399 bug: 20055487,
1400 names: [
Neil Fullerddacaa42016-02-01 17:37:44 +00001401 "com.squareup.okhttp.internal.framed.Http2Test#tooLargeDataFrame",
1402 "com.squareup.okhttp.internal.framed.Spdy3Test#tooLargeDataFrame"
Neil Fullerf8ea5542015-04-29 11:13:03 +01001403 ]
1404},
1405{
Tobias Thierer6023ab72019-08-22 10:32:08 +01001406 description: "OkHttp flaky test of functionality that's not used on Android",
1407 bug: 138134183,
1408 names: [
1409 "com.squareup.okhttp.internal.framed.Spdy3ConnectionTest#serverSendsSettingsToClient"
1410 ]
1411},
1412{
Elliott Hughesf887ab72014-09-05 11:42:52 -07001413 description: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale assumes fallback to locale other than en_US_POSIX.",
Adam Vartanianab229582017-02-16 15:03:48 +00001414 bug: 17422813,
Elliott Hughesf887ab72014-09-05 11:42:52 -07001415 names: [
1416 "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale"
1417 ]
Nicolas Geoffray2c303a22014-11-25 12:02:48 +00001418},
1419{
Nicolas Geoffray2c303a22014-11-25 12:02:48 +00001420 description: "Tests failing on host - needing investigation.",
1421 modes: [host],
1422 bug: 18547404,
1423 result: EXEC_FAILED,
1424 names: [
1425 "org.apache.harmony.tests.java.util.HashMapTest#test_EntrySet"
1426 ]
Nicolas Geoffray226886e2014-12-03 10:16:38 +00001427},
1428{
1429 description: "Differences between glibc and bionic",
1430 modes_variants: [[host, X64]],
1431 bug: 18087920,
1432 result: EXEC_FAILED,
1433 names: [
1434 "org.apache.harmony.tests.java.lang.MathTest#test_cbrt_D"
1435 ]
Narayan Kamath18959552015-01-12 17:15:45 +00001436},
1437{
1438 description: "Recursive calls to Charset.forName from within providers will overflow the stack.",
1439 result: EXEC_FAILED,
1440 names: [
1441 "org.apache.harmony.tests.java.nio.charset.CharsetTest#testForName_withProviderWithRecursiveCall"
1442 ]
Narayan Kamath12f5c692015-01-27 16:25:36 +00001443},
1444{
1445 description: "Zip64 tests take too long to execute and need more than 5GB of space to run.",
1446 result: EXEC_FAILED,
1447 names: [
Narayan Kamath3814e7c2015-04-03 16:31:03 +01001448 "libcore.java.util.zip.Zip64FileTest#testZip64Support_largeNumberOfEntries",
1449 "libcore.java.util.zip.Zip64FileTest#testZip64Support_totalLargerThan4G",
1450 "libcore.java.util.zip.Zip64FileTest#testZip64Support_hugeEntry"
Narayan Kamath12f5c692015-01-27 16:25:36 +00001451 ]
Narayan Kamath9a745112015-05-18 12:48:39 +01001452},
1453{
1454 description: "OsTest.test_PacketSocketAddress needs CAP_NET_RAW",
1455 bug: 19764047,
1456 result: EXEC_FAILED,
1457 names: [
Tobias Thierer62db0472019-04-01 19:18:01 +01001458 "libcore.android.system.OsTest#test_PacketSocketAddress"
Narayan Kamath9a745112015-05-18 12:48:39 +01001459 ]
Sergio Giro4b36d042015-06-23 13:33:36 +01001460},
1461{
Narayan Kamath8e075412015-07-16 13:27:45 +01001462 description: "Failures in OldSHA1PRNGSecureRandomTest",
1463 result: EXEC_FAILED,
1464 names: [
1465 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray02",
1466 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray04",
1467 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testSetSeedbyteArray03"
1468 ]
Przemyslaw Szczepaniak0fc042a2016-03-15 16:08:19 +00001469},
1470{
1471 description: "libcore.java.util.concurrent.CopyOnWriteArrayListTest.testSubListAtomicAdds fails in openJdk",
1472 bug: 27673247,
1473 result: EXEC_FAILED,
1474 names: [
1475 "libcore.java.util.concurrent.CopyOnWriteArrayListTest#testSubListAtomicAdds"
1476 ]
Nicholas Sauer8124a7c2016-05-02 18:53:45 -07001477},
1478{
1479 description: "Made for extending, shouldn't be run",
1480 bug: 28503384,
1481 result: EXEC_FAILED,
1482 names: [
1483 "jsr166.CollectionTest#testEmptyMeansEmpty",
1484 "jsr166.Collection8Test#testForEach",
1485 "jsr166.Collection8Test#testForEachConcurrentStressTest"
1486 ]
Nicholas Sauerbad3af12016-05-04 08:43:03 -07001487},
1488{
1489 description: "Tests must be run as root",
1490 bug: 28536847,
1491 result: EXEC_FAILED,
1492 names: [
Paul Duffind450cf32019-05-02 12:39:55 +01001493 "org.apache.harmony.luni.tests.java.net.UnixNetworkInterfaceTest"
Nicholas Sauerbad3af12016-05-04 08:43:03 -07001494 ]
Nicholas Sauer12386462016-05-10 08:59:22 -07001495},
1496{
1497 description: "URLClassLoader doesn't work on Android for jar files",
1498 bug: 28535349,
1499 result: EXEC_FAILED,
1500 names: [
Paul Duffind450cf32019-05-02 12:39:55 +01001501 "org.apache.harmony.luni.tests.java.net.URLClassLoaderImplTest#test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory"
Nicholas Sauer12386462016-05-10 08:59:22 -07001502 ]
Adam Vartanian2ee39b82017-03-30 15:17:41 +01001503},
1504{
Adam Vartanian2ee39b82017-03-30 15:17:41 +01001505 description: "Conscrypt produces different exceptions under different circumstances",
1506 bug: 36772622,
1507 result: EXEC_FAILED,
1508 names: [
1509 "com.google.security.wycheproof.RsaEncryptionTest#testExceptionsPKCS1",
1510 "com.google.security.wycheproof.RsaEncryptionTest#testGetExceptionsOAEP"
1511 ]
1512},
Yi Kongd66ba742017-04-04 14:48:50 -07001513{
1514 description: "Bullhead kernel does not block send when buffer is supposed to have saturated",
1515 bug: 36691333,
1516 result: EXEC_FAILED,
1517 names: [
1518 "libcore.java.net.SocketTimeoutTest#testSocketWriteNeverTimeouts"
1519 ]
Adam Vartanianc3f202a2017-05-05 15:24:03 +01001520},
1521{
1522 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1523 bug: 3268630,
1524 name: "libcore.xml.DomTest#testEntityDeclarations",
1525 substring: "This implementation does not parse entity declarations"
1526},
1527{
1528 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1529 bug: 3268630,
1530 name: "libcore.xml.DomTest#testGetWholeTextWithEntityReference",
1531 substring: "This implementation doesn't resolve entity references in getWholeText"
1532},
1533{
1534 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1535 name: "libcore.xml.DomTest#testExpandingEntityReferencesOff",
1536 bug: 3268630,
1537 substring: "This implementation doesn't include children in entity references"
1538},
1539{
1540 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1541 name: "libcore.xml.DomTest#testExpandingEntityReferencesOn",
1542 bug: 3268630,
1543 substring: "This implementation doesn't expand entity references"
1544},
1545{
1546 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1547 bug: 3268630,
1548 name: "libcore.xml.DomTest#testIsElementContentWhitespaceWithDeclaration",
1549 substring: "This implementation does not recognize element content whitespace"
1550},
1551{
1552 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1553 bug: 3268630,
1554 name: "libcore.xml.DomTest#testNotations",
1555 substring: "This implementation does not parse notations"
1556},
1557{
1558 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1559 bug: 3268630,
1560 names: [
1561 "tests.org.w3c.dom.HCNotationsRemoveNamedItemNS#testRemoveNamedItemNS",
1562 "tests.org.w3c.dom.HCNotationsSetNamedItemNS#testNotationsSetNamedItemNS"
1563 ]
1564},
1565{
1566 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1567 bug: 3268630,
1568 name: "libcore.xml.DeclarationTest#testGetXmlEncoding",
1569 substring: "This implementation doesn't parse the encoding from the XML declaration"
1570},
1571{
1572 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1573 bug: 3268630,
1574 name: "libcore.xml.DeclarationTest#testGetXmlStandalone",
1575 substring: "This implementation doesn't parse standalone from the XML declaration"
1576},
1577{
1578 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1579 bug: 3268630,
1580 name: "libcore.xml.DeclarationTest#testGetXmlVersion",
1581 substring: "This implementation doesn't parse the version from the XML declaration"
1582},
1583{
1584 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1585 bug: 3268630,
1586 name: "libcore.xml.NormalizeTest#testSchemaTypeDtd",
1587 substring: "This implementation's setParameter() supports an unexpected value: schema-type=http://www.w3.org/TR/REC-xml"
1588},
1589{
1590 description: "Dalvik doesn't support XML Schemas, DTDs or validation",
1591 bug: 3268630,
1592 name: "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testSetEntityResolver",
1593 substring: "java.lang.ClassCastException: org.apache.harmony.xml.dom.EntityReferenceImpl"
1594},
1595{
1596 description: "many tests attempt to fork a Java executable, but fork the wrong one",
1597 result: "EXEC_FAILED",
1598 failure: "should fork a dalvikvm, not a JVM",
1599 substring: "/system/bin.*IOException"
1600},
1601{
1602 description: "low-impact XML bugs:",
1603 result: EXEC_FAILED,
1604 name: "libcore.xml.DomTest#testAttributeNamedIdIsNotAnIdByDefault",
1605 substring: "This implementation incorrectly interprets the \"id\" attribute as an identifier by default"
1606},
1607{
1608 description: "low-impact XML bugs:",
1609 result: EXEC_FAILED,
1610 name: "libcore.xml.DomTest#testDocumentAddChild",
1611 substring: "Document nodes shouldn't accept child nodes"
1612},
1613{
1614 description: "low-impact XML bugs:",
1615 result: EXEC_FAILED,
1616 name: "libcore.xml.DomTest#testElementTraversalFeature",
1617 substring: "This implementation is expected to support ElementTraversal v. 1.0 but does not."
1618},
1619{
1620 description: "low-impact XML bugs:",
1621 result: EXEC_FAILED,
1622 name: "libcore.xml.DomTest#testLoadSaveFeature",
1623 substring: "This implementation is expected to support LS v. 3.0 but does not."
1624},
1625{
1626 description: "low-impact XML bugs:",
1627 result: EXEC_FAILED,
1628 name: "libcore.xml.SaxTest#testYesPrefixesYesNamespaces",
1629 substring: "The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enabled."
1630},
1631{
1632 description: "low-impact XML bugs:",
1633 result: EXEC_FAILED,
1634 name: "org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_newInstance",
1635 substring: "Expected FactoryConfigurationError was not thrown"
1636},
1637{
1638 description: "low-impact XML bugs:",
1639 result: EXEC_FAILED,
1640 names: [
1641 "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderFactoryTest#test_isSetXIncludeAware",
1642 "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testIsXIncludeAware",
1643 "org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_setIsXIncludeAware",
1644 "org.apache.harmony.tests.javax.xml.parsers.SAXParserTest#testIsXIncludeAware"
1645 ],
1646 substring: "java.lang.UnsupportedOperationException: This parser does not support specification \"Unknown\" version \"0.0\""
1647},
1648{
1649 description: "a low-impact bug, also present in Crockford's implementation of org.json",
1650 result: EXEC_FAILED,
Tobias Thiererd430cc72017-11-01 14:35:40 +00001651 name: "libcore.org.json.ParsingTest#test64BitHexValues",
Adam Vartanianc3f202a2017-05-05 15:24:03 +01001652 substring: "Large hex longs shouldn't be yield ints or strings expected:<-1> but was:<0xFFFFFFFFFFFFFFFF>"
1653},
1654{
1655 description: "this test needs to be fixed. We supply optional qnames, but this test doesn't expect them",
1656 result: EXEC_FAILED,
1657 name: "org.apache.harmony.tests.javax.xml.parsers.SAXParserTest#test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandlerLjava_lang_String"
1658},
1659{
1660 description: "BouncyCastle allows unrecognized algorithms, but RI does not, not clear if this is a bug",
1661 result: EXEC_FAILED,
1662 name: "org.apache.harmony.crypto.tests.javax.crypto.KeyAgreementTest#test_generateSecretLjava_lang_String",
1663 substring: "junit.framework.AssertionFailedError: NoSuchAlgorithmException expected"
1664},
1665{
1666 description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user",
1667 name: "libcore.java.io.OldFileTest#test_deleteOnExit",
1668 bug: 5834665
1669},
1670{
1671 description: "We're retiring the security manager. Unfortunately, tests all over the place
1672 need to check that they're secure, so they all fail when we refuse to install
1673 a security manager. This suppresses all of these failures.",
1674 result: EXEC_FAILED,
1675 failure: "disable securityManager",
1676 pattern: ".*java.lang.SecurityException\\s+at java.lang.System.setSecurityManager.*",
1677 bug: 2585285
1678},
1679{
1680 description: "ignore compilation errors due to different available APIs",
1681 result: COMPILE_FAILED,
1682 failure: "ignore compilation errors",
1683 pattern: ".*\\.java:\\d+: cannot find symbol.*"
1684},
1685{
1686 description: "the average length of possible UTF-8 sequences is 2 bytes.",
1687 result: EXEC_FAILED,
1688 name: "org.apache.harmony.tests.java.nio.charset.UTFCharsetEncoderTest#testSpecificDefaultValue",
1689 substring: "junit.framework.AssertionFailedError: expected:<1.1> but was:<2.0>"
1690},
1691{
1692 description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works",
1693 result: EXEC_FAILED,
1694 failure: "connect to the Internet",
1695 pattern: ".*java.net.UnknownHostException:.*jcltest.apache.org.*"
1696},
1697{
1698 description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works",
1699 result: EXEC_FAILED,
1700 names: [
Paul Duffind450cf32019-05-02 12:39:55 +01001701 "org.apache.harmony.luni.tests.java.net.ExcludedProxyTest"
Adam Vartanianc3f202a2017-05-05 15:24:03 +01001702 ]
1703},
1704{
1705 description: "Some tests depend on ICU data, which has changed. Others make assumptions about floating point rounding",
1706 result: EXEC_FAILED,
1707 names: [
1708 "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion",
1709 "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_GeneralConversionOther",
1710 "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator",
1711 "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_Percent"
1712 ]
1713},
1714{
1715 description: "(Needs investigation) Some tests make assertions that don't make sense, others use broken port allocation logic.",
1716 result: EXEC_FAILED,
1717 names: [
1718 "org.apache.harmony.tests.java.net.InetAddressTest#test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface"
1719 ]
1720},
1721{
1722 description: "Potentially flakey because they rely on a specific local TCP port being free.",
1723 result: EXEC_FAILED,
1724 names: [
1725 "org.apache.harmony.tests.java.nio.channels.ServerSocketChannelTest#test_bind_explicitPort"
1726 ]
1727},
1728{
Adam Vartanianc3f202a2017-05-05 15:24:03 +01001729 description: "Fails in CTS, passes in CoreTestRunner.",
1730 result: EXEC_FAILED,
1731 modes: [device],
1732 names: [
1733 "org.apache.harmony.tests.java.net.URLConnection#test_getContentEncoding",
1734 "libcore.java.text.OldNumberFormatTest#test_parseLjava_lang_String",
1735 "libcore.java.nio.channels.OldSocketChannelTest#test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData",
1736 "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep",
1737 "libcore.java.security.cert.OldPKIXParametersTest#testPKIXParametersKeyStore04"
1738 ]
1739},
1740{
1741 description: "Suffers from DH slowness, disabling for now.",
1742 result: EXEC_FAILED,
1743 names: [
1744 "libcore.java.security.OldDHTest#testDHGen",
1745 "libcore.java.security.OldKeyPairGeneratorTestDH#testKeyPairGenerator",
1746 "libcore.javax.crypto.spec.KeyPairGeneratorTestDH#testKeyPairGenerator",
1747 "libcore.javax.crypto.spec.AlgorithmParametersTestDH#testAlgorithmParameters",
1748 "libcore.javax.crypto.spec.AlgorithmParameterGeneratorTestDH#testAlgorithmParameterGenerator"
1749 ]
1750},
1751{
1752 description: "Destroys MD5 provider, hurts succeeding tests",
1753 result: EXEC_FAILED,
1754 names: [
1755 "org.apache.harmony.tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKey",
1756 "org.apache.harmony.tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKeyString"
1757 ]
1758},
1759{
1760 description: "Support_TestWebServer requires isolation.",
1761 result: EXEC_FAILED,
1762 names: [
1763 "libcore.java.net.OldURLClassLoaderTest#test_findResourceLjava_lang_String"
1764 ]
1765},
1766{
1767 description: "Causes OutOfMemoryError to test finalization",
1768 result: EXEC_FAILED,
1769 names: [
1770 "org.apache.harmony.tests.java.lang.ref.SoftReferenceTest#test_get_SoftReference",
1771 "org.apache.harmony.crypto.tests.javax.crypto#ExemptionMechanismTest#test_finalize"
1772 ]
1773},
1774{
1775 description: "Causes open dex file error",
1776 modes: [device],
1777 names: [
1778 "org.apache.harmony.tests.java.lang.reflect.GenericSignatureFormatErrorTest#test_signatureFormatError"
1779 ]
1780},
1781{
1782 description: "Requires functional Support_Jetty",
1783 bug: 28535961,
1784 result: EXEC_FAILED,
1785 names: [
Paul Duffind450cf32019-05-02 12:39:55 +01001786 "org.apache.harmony.luni.tests.java.net.URLClassLoaderTest"
Adam Vartanianc3f202a2017-05-05 15:24:03 +01001787 ]
1788},
1789{
Neil Fuller10d4ef12017-11-07 18:29:48 +00001790 description: "Awaiting fix to reflection code",
1791 result: EXEC_FAILED,
1792 bug: 62408076,
1793 name: "libcore.java.lang.reflect.annotations.AnnotatedElementParameterTest#testImplicitConstructorParameters_singleAnnotation"
Jesse Wilson220002e2010-09-22 19:16:17 -07001794}
1795]