blob: 24ceafb29491a414edcd8fa36e951b12bbae01eb [file] [log] [blame]
Jesse Wilson220002e2010-09-22 19:16:17 -07001/*
2 * This file contains expectations for tests that were annotated with @KnownFailure at the time
3 */
4[
5{
Elliott Hughesa1170152013-08-01 16:15:44 -07006 description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
7 name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103",
8 bug: 40103
9},
10{
Jesse Wilson6dedda92011-08-16 13:43:05 -040011 description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
12 name: "libcore.java.lang.PackageTest#testGetPackages",
13 bug: 5171136
14},
15{
Jesse Wilson8605af22011-02-20 22:48:50 -080016 description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
17 name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement",
18 bug: 3473300
19},
20{
Jesse Wilson0ad02672010-10-07 11:37:31 -070021 description: "RandomAccessFile missing finalizer",
22 name: "libcore.java.io.RandomAccessFileTest#testRandomAccessFileHasCleanupFinalizer",
23 bug: 3015023
24},
25{
Jesse Wilsonc1851da2010-10-01 17:23:26 -070026 description: "ICU seems to treat unknown and invalid locales differently",
27 name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale",
28 bug: 2541757
29},
30{
Jesse Wilsonc1851da2010-10-01 17:23:26 -070031 description: "NaN character not found when deserializing DecimalFormatSymbols",
32 name: "libcore.java.text.OldDecimalFormatSymbolsTest#test_RIHarmony_compatible",
33 bug: 3056792
34},
35{
Jesse Wilsonbdc4c592010-09-29 14:34:56 -070036 description: "DecimalFormat is limited to 127 digits",
37 name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits",
38 bug: 2400429
39},
40{
Jesse Wilson1f8243e2010-09-28 13:40:14 -070041 description: "HTTPS connections should not be pooled.",
42 name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories",
43 bug: 3042192
44},
45{
Jesse Wilson0e5792e2010-09-24 17:29:36 -070046 description: "We fake support for these by substituting similar (but not identical) charsets",
47 names: [
48 "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode",
49 "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Encode",
Jesse Wilson0e5792e2010-09-24 17:29:36 -070050 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Decode",
51 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Encode",
52 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_nameMatch",
Jesse Wilson0e5792e2010-09-24 17:29:36 -070053 "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode",
Jesse Wilson0e5792e2010-09-24 17:29:36 -070054 "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_Encode",
55 "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_nameMatch"
56 ],
57 bug: 2985901
58},
59{
Jesse Wilson5e8f0b92010-09-23 19:41:28 -070060 description: "UTF-16 and UTF-32 encoders don't write big-endian output on little-endian devices",
61 names: [
Jesse Wilson0e5792e2010-09-24 17:29:36 -070062 "libcore.java.nio.charset.CharsetEncoderTest#test_defaultReplacementBytesUtf_16",
Elliott Hughes01617812013-08-20 16:09:32 -070063 "libcore.java.nio.charset.OldCharset_MultiByte_UTF_16#test_Encode",
Narayan Kamathe5fea3d2013-11-15 11:02:26 +000064 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16",
65 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16BE",
66 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16LE",
67 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32",
68 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32BE",
69 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32LE",
70 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_x_UTF_16LE_BOM",
71 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_X_UTF_32BE_BOM",
72 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_X_UTF_32LE_BOM"
Jesse Wilson5e8f0b92010-09-23 19:41:28 -070073 ],
74 bug: 2702411
75},
76{
Jesse Wilsonb22ef1e2011-02-11 15:22:03 -080077 description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS",
78 bug: 3447964,
79 name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls"
80},
81{
Jesse Wilson220002e2010-09-22 19:16:17 -070082 description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
83 to change URLClassLoader to allow this? It's not specified.",
84 result: EXEC_FAILED,
Narayan Kamathab762bb2013-11-15 18:40:14 +000085 name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
Jesse Wilson220002e2010-09-22 19:16:17 -070086},
87{
Jesse Wilson220002e2010-09-22 19:16:17 -070088 description: "Android throws IllegalArgumentException, RI throws NullPointerException",
89 result: EXEC_FAILED,
90 name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2"
91},
92{
Jesse Wilson220002e2010-09-22 19:16:17 -070093 description: "Android doesn't allow null parent.",
94 result: EXEC_FAILED,
95 name: "tests.java.security.SecureClassLoaderTest#testSecureClassLoaderClassLoader"
96},
97{
Jesse Wilson220002e2010-09-22 19:16:17 -070098 description: "not supported",
99 result: EXEC_FAILED,
100 names: [
101 "tests.java.sql.SelectFunctionalityTest#test_SelectRightOuterJoin",
102 "tests.java.sql.UpdateFunctionalityTest2#testUpdate2",
103 "tests.java.sql.UpdateFunctionalityTest2#testUpdate4",
104 "tests.java.sql.UpdateFunctionalityTest2#testUpdate6",
105 "tests.java.sql.UpdateFunctionalityTest2#testUpdate7",
106 "tests.java.sql.DeleteFunctionalityTest#testDelete6"
107 ]
108},
109{
110 description: "Not supported : pattern with %",
111 result: EXEC_FAILED,
112 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsArbitrary"
113},
114{
Neil Fuller63291dd2014-04-04 14:57:11 +0100115 description: "Wildcard operator does not seem to work correctly.",
Jesse Wilson220002e2010-09-22 19:16:17 -0700116 result: EXEC_FAILED,
117 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsSpecific"
118},
119{
120 description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
121 result: EXEC_FAILED,
122 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsTableWithNoCatalogSchema"
123},
124{
125 description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported",
126 result: EXEC_FAILED,
127 name: "tests.java.sql.DatabaseMetaDataTest#test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
128},
129{
130 description: "Ticket 98",
131 result: EXEC_FAILED,
132 names: [
133 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMajorVersion",
134 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMinorVersion",
135 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductName",
136 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductVersion",
137 "tests.java.sql.DatabaseMetaDataTest#test_getDefaultTransactionIsolation",
138 "tests.java.sql.DatabaseMetaDataTest#test_getDriverName",
139 "tests.java.sql.DatabaseMetaDataTest#test_getDriverVersion"
140 ]
141},
142{
143 description: "Keys are not supported: Ticket 91",
144 result: EXEC_FAILED,
145 name: "tests.java.sql.DatabaseMetaDataTest#test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
146},
147{
148 description: "Ticket 98",
149 result: EXEC_FAILED,
150 names: [
151 "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMajorVersion",
152 "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMinorVersion"
153 ]
154},
155{
156 description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. When fixed
157 change to @KnownFailure",
158 result: EXEC_FAILED,
159 name: "tests.java.sql.DatabaseMetaDataTest#test_getNumericFunctions"
160},
161{
162 description: "Ticket 91 : relies on not supported features: getCatalog, keys",
163 result: EXEC_FAILED,
164 name: "tests.java.sql.DatabaseMetaDataTest#test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
165},
166{
167 description: "Ticket 98",
168 result: EXEC_FAILED,
169 names: [
170 "tests.java.sql.DatabaseMetaDataTest#test_getResultSetHoldability",
171 "tests.java.sql.DatabaseMetaDataTest#test_getSQLKeywords",
172 "tests.java.sql.DatabaseMetaDataTest#test_getSQLStateType",
173 "tests.java.sql.DatabaseMetaDataTest#test_getSchemas",
174 "tests.java.sql.DatabaseMetaDataTest#test_getSearchStringEscape"
175 ]
176},
177{
178 description: "not supported",
179 result: EXEC_FAILED,
180 names: [
181 "tests.java.sql.DatabaseMetaDataTest#test_getStringFunctions",
182 "tests.java.sql.DatabaseMetaDataTest#test_getSystemFunctions"
183 ]
184},
185{
186 description: "Ticket 98",
187 result: EXEC_FAILED,
188 name: "tests.java.sql.DatabaseMetaDataTest#test_getTableTypes"
189},
190{
191 description: "If no schema is associated: returns empty string where actually null be returned?. Ticket 98",
192 result: EXEC_FAILED,
193 name: "tests.java.sql.DatabaseMetaDataTest#test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String"
194},
195{
196 description: "not supported",
197 result: EXEC_FAILED,
198 names: [
199 "tests.java.sql.DatabaseMetaDataTest#test_getTimeDateFunctions",
200 "tests.java.sql.DatabaseMetaDataTest#test_getTypeInfo"
201 ]
202},
203{
204 description: "Ticket 98",
205 result: EXEC_FAILED,
206 names: [
207 "tests.java.sql.DatabaseMetaDataTest#test_getURL",
208 "tests.java.sql.DatabaseMetaDataTest#test_insertsAreDetectedI",
209 "tests.java.sql.DatabaseMetaDataTest#test_isReadOnly",
210 "tests.java.sql.DatabaseMetaDataTest#test_othersDeletesAreVisibleI",
211 "tests.java.sql.DatabaseMetaDataTest#test_othersInsertsAreVisibleI",
212 "tests.java.sql.DatabaseMetaDataTest#test_othersUpdatesAreVisibleI"
213 ]
214},
215{
216 description: "not supported. SQLException checking test fails",
217 result: EXEC_FAILED,
218 name: "tests.java.sql.DatabaseMetaDataTest#test_supportsColumnAliasing"
219},
220{
221 description: "exception test fails",
222 result: EXEC_FAILED,
223 names: [
224 "tests.java.sql.DatabaseMetaDataTest#test_supportsExpressionsInOrderBy",
225 "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupBy",
226 "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupByUnrelated"
227 ]
228},
229{
230 description: "Ticket 98",
231 result: EXEC_FAILED,
232 name: "tests.java.sql.DatabaseMetaDataTest#test_supportsNonNullableColumns"
233},
234{
235 description: "exception test fails",
236 result: EXEC_FAILED,
237 names: [
238 "tests.java.sql.DatabaseMetaDataTest#test_supportsOrderByUnrelated",
239 "tests.java.sql.DatabaseMetaDataTest#test_supportsSelectForUpdate",
240 "tests.java.sql.DatabaseMetaDataTest#test_supportsSubqueriesInExists",
241 "tests.java.sql.DatabaseMetaDataTest#test_supportsTableCorrelationNames"
242 ]
243},
244{
245 description: "Not supported ops applied",
246 result: EXEC_FAILED,
247 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_allTablesAreSelectable"
248},
249{
250 description: "not supported",
251 result: EXEC_FAILED,
252 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_doesMaxRowSizeIncludeBlobs"
253},
254{
255 description: "not supported. Privileges are not supported.",
256 result: EXEC_FAILED,
257 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getColumnPrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
258},
259{
260 description: "not supported",
261 result: EXEC_FAILED,
262 names: [
263 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getExportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String",
264 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ"
265 ]
266},
267{
268 description: "Exception test fails",
269 result: EXEC_FAILED,
270 names: [
271 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTableNameLength",
272 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTablesInSelect",
273 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxUserNameLength",
274 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getProcedureTerm",
275 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getSchemaTerm"
276 ]
277},
278{
279 description: "not supported. Privileges are not supported.",
280 result: EXEC_FAILED,
281 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getTablePrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_String"
282},
283{
284 description: "Not supported ops applied",
285 result: EXEC_FAILED,
286 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getVersionColumnsLjava_lang_StringLjava_lang_StringLjava_lang_String"
287},
288{
289 description: "Exception test fails",
290 result: EXEC_FAILED,
291 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_isCatalogAtStart"
292},
293{
294 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800295 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700296 names: [
297 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_locatorsUpdateCopy",
298 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsANSI92EntryLevelSQL",
299 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsDataDefinitionAndDataManipulationTransactions",
300 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsMinimumSQLGrammar",
301 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsResultSetTypeI",
302 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInComparisons",
303 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInIns",
304 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsTransactions",
305 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_usesLocalFiles",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800306 "libcore.java.sql.OldConnectionTest#testClearWarnings",
307 "libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported"
Jesse Wilson220002e2010-09-22 19:16:17 -0700308 ]
309},
310{
311 description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800312 bug: 3403706,
313 name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700314},
315{
316 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800317 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700318 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800319 "libcore.java.sql.OldConnectionTest#testGetCatalog",
320 "libcore.java.sql.OldConnectionTest#testGetHoldability"
Jesse Wilson220002e2010-09-22 19:16:17 -0700321 ]
322},
323{
324 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800325 bug: 3403706,
326 name: "libcore.java.sql.OldConnectionTest#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700327},
328{
329 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800330 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700331 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800332 "libcore.java.sql.OldConnectionTest#testGetTransactionIsolation",
333 "libcore.java.sql.OldConnectionTest#testGetWarnings"
Jesse Wilson220002e2010-09-22 19:16:17 -0700334 ]
335},
336{
337 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800338 bug: 3403706,
339 name: "libcore.java.sql.OldConnectionTest#testIsReadOnly"
Jesse Wilson220002e2010-09-22 19:16:17 -0700340},
341{
342 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800343 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700344 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800345 "libcore.java.sql.OldConnectionTest#testPrepareStatementNotSupported",
346 "libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700347 ]
348},
349{
350 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800351 bug: 3403706,
352 name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit"
Jesse Wilson220002e2010-09-22 19:16:17 -0700353},
354{
355 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800356 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700357 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800358 "libcore.java.sql.OldConnectionTest#testSetHoldability",
359 "libcore.java.sql.OldConnectionTest#testSetReadOnly"
Jesse Wilson220002e2010-09-22 19:16:17 -0700360 ]
361},
362{
363 description: "First Exception test fails: parameters not cleared.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800364 bug: 3403706,
365 name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters"
Jesse Wilson220002e2010-09-22 19:16:17 -0700366},
367{
368 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800369 bug: 3403706,
370 name: "libcore.java.sql.OldPreparedStatementTest#testExecute"
Jesse Wilson220002e2010-09-22 19:16:17 -0700371},
372{
373 description: "it is not possible to invoke the method getMetaData on a PreparedStatement object before it is
374 executed: got NullPointerException.Test passes on RI.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800375 bug: 3403706,
376 name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700377},
378{
379 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800380 bug: 3403706,
381 name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal"
Jesse Wilson220002e2010-09-22 19:16:17 -0700382},
383{
384 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800385 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700386 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800387 "libcore.java.sql.OldPreparedStatementTest#testSetBoolean",
388 "libcore.java.sql.OldPreparedStatementTest#testSetByte"
Jesse Wilson220002e2010-09-22 19:16:17 -0700389 ]
390},
391{
392 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800393 bug: 3403706,
394 name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes"
Jesse Wilson220002e2010-09-22 19:16:17 -0700395},
396{
397 description: "preparedStatement.execute() does not return false on update. Setting a data for a declared
398 INTEGER should throw Exception",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800399 bug: 3403706,
400 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date"
Jesse Wilson220002e2010-09-22 19:16:17 -0700401},
402{
403 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800404 bug: 3403706,
405 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700406},
407{
408 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800409 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700410 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800411 "libcore.java.sql.OldPreparedStatementTest#testSetDouble",
412 "libcore.java.sql.OldPreparedStatementTest#testSetFloat",
413 "libcore.java.sql.OldPreparedStatementTest#testSetInt",
414 "libcore.java.sql.OldPreparedStatementTest#testSetLong",
415 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object"
Jesse Wilson220002e2010-09-22 19:16:17 -0700416 ]
417},
418{
419 description: "Fails for Types.DATE",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800420 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700421 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800422 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int",
423 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700424 ]
425},
426{
427 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800428 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700429 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800430 "libcore.java.sql.OldPreparedStatementTest#testSetShort",
431 "libcore.java.sql.OldPreparedStatementTest#testSetString_charField",
432 "libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField"
Jesse Wilson220002e2010-09-22 19:16:17 -0700433 ]
434},
435{
436 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800437 bug: 3403706,
438 name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField"
Jesse Wilson220002e2010-09-22 19:16:17 -0700439},
440{
441 description: "preparedStatement.execute() does not return False on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800442 bug: 3403706,
443 name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700444},
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#testSetTimeint_Time"
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,
Jesse Wilson220002e2010-09-22 19:16:17 -0700453 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800454 "libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar",
455 "libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp"
Jesse Wilson220002e2010-09-22 19:16:17 -0700456 ]
457},
458{
459 description: "last assertion fails: invalid conversion. Test passes on RI",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800460 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700461 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800462 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary",
463 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary"
Jesse Wilson220002e2010-09-22 19:16:17 -0700464 ]
465},
466{
467 description: "Wrong value returned for Long: java.lang.String (VARCHAR)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800468 bug: 3403706,
469 name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700470},
471{
472 description: "Wrong value returned for Long: java.lang.String",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800473 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700474 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800475 "libcore.java.sql.OldResultSetGetterTests#testGetObjectInt",
476 "libcore.java.sql.OldResultSetGetterTests#testGetObjectString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700477 ]
478},
479{
480 description: "If there is no current row 0 must be returned. res.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800481 bug: 3403706,
482 name: "libcore.java.sql.OldResultSetGetterTests#testGetRow"
Jesse Wilson220002e2010-09-22 19:16:17 -0700483},
484{
485 description: "According to spec info.getStatement should return null but an exception is thrown: stale result
486 set.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800487 bug: 3403706,
488 name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement"
Jesse Wilson220002e2010-09-22 19:16:17 -0700489},
490{
491 description: "getTime should return Time value for a TIMESTAMP type but returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800492 bug: 3403706,
493 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt"
Jesse Wilson220002e2010-09-22 19:16:17 -0700494},
495{
496 description: "getTime on TIMESTAMP value fails: returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800497 bug: 3403706,
498 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700499},
500{
501 description: "getTime should return a 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#testGetTimeString"
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#testGetTimeStringCalendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700509},
510{
511 description: "res.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800512 bug: 3403706,
513 name: "libcore.java.sql.OldResultSetGetterTests#testGetType"
Jesse Wilson220002e2010-09-22 19:16:17 -0700514},
515{
516 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800517 bug: 3403706,
518 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700519},
520{
521 description: "SQLException checking test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800522 bug: 3403706,
523 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount"
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#testGetColumnDisplaySize"
Jesse Wilson220002e2010-09-22 19:16:17 -0700529},
530{
531 description: "Column label has format TABLE.COLUMN expected: COLUMN",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800532 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700533 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800534 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel",
535 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700536 ]
537},
538{
539 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800540 bug: 3403706,
541 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision"
Jesse Wilson220002e2010-09-22 19:16:17 -0700542},
543{
544 description: "Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800545 bug: 3403706,
546 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale"
Jesse Wilson220002e2010-09-22 19:16:17 -0700547},
548{
549 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800550 bug: 3403706,
551 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema"
Jesse Wilson220002e2010-09-22 19:16:17 -0700552},
553{
554 description: "For int = 0, exception expected",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800555 bug: 3403706,
556 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700557},
558{
559 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800560 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700561 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800562 "libcore.java.sql.OldResultSetMetaDataTest#testIsCaseSensitive",
563 "libcore.java.sql.OldResultSetMetaDataTest#testIsCurrency",
564 "libcore.java.sql.OldResultSetMetaDataTest#testIsDefinitlyWritable",
565 "libcore.java.sql.OldResultSetMetaDataTest#testIsNullable",
566 "libcore.java.sql.OldResultSetMetaDataTest#testIsReadOnly",
567 "libcore.java.sql.OldResultSetMetaDataTest#testIsSearchable",
568 "libcore.java.sql.OldResultSetMetaDataTest#testIsSigned",
569 "libcore.java.sql.OldResultSetMetaDataTest#testIsWritable",
570 "libcore.java.sql.OldResultSetMetaDataTest#testisAutoIncrement"
Jesse Wilson220002e2010-09-22 19:16:17 -0700571 ]
572},
573{
Jesse Wilson220002e2010-09-22 19:16:17 -0700574 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800575 bug: 3403706,
Neil Fullerc9040d82014-05-21 14:07:03 +0100576 names: [
577 "libcore.java.sql.OldResultSetTest#testBeforeFirst",
578 "libcore.java.sql.OldResultSetTest#testAfterLast"
579 ]
Jesse Wilson220002e2010-09-22 19:16:17 -0700580},
581{
Jesse Wilson220002e2010-09-22 19:16:17 -0700582 description: "Resultset.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800583 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700584 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800585 "libcore.java.sql.OldResultSetTest#testClose1",
586 "libcore.java.sql.OldResultSetTest#testNext"
Jesse Wilson220002e2010-09-22 19:16:17 -0700587 ]
588},
589{
590 description: "no exception is thrown when moving cursor backwards on forward only statement",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800591 bug: 3403706,
592 name: "libcore.java.sql.OldResultSetTest#testRelative"
Jesse Wilson220002e2010-09-22 19:16:17 -0700593},
594{
595 description: "Scrollable resultSet. Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800596 bug: 3403706,
597 name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet"
Jesse Wilson220002e2010-09-22 19:16:17 -0700598},
599{
600 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800601 bug: 3403706,
602 name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject"
Jesse Wilson220002e2010-09-22 19:16:17 -0700603},
604{
605 description: "Feature not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800606 bug: 3403706,
607 name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700608},
609{
610 description: "the default tests, and exception tests fail.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800611 bug: 3403706,
612 name: "libcore.java.sql.OldResultSetTest#testWasNull"
Jesse Wilson220002e2010-09-22 19:16:17 -0700613},
614{
615 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800616 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700617 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800618 "libcore.java.sql.OldResultSetTest#testtestFirst",
619 "libcore.java.sql.OldResultSetTest#testtestIsAfterLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700620 ]
621},
622{
623 description: "In Second code block assertion fails. statement. close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800624 bug: 3403706,
625 name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst"
Jesse Wilson220002e2010-09-22 19:16:17 -0700626},
627{
628 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800629 bug: 3403706,
630 name: "libcore.java.sql.OldResultSetTest#testtestIsFirst"
Jesse Wilson220002e2010-09-22 19:16:17 -0700631},
632{
633 description: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor
634 is actually provides a result.statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800635 bug: 3403706,
636 name: "libcore.java.sql.OldResultSetTest#testtestIsLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700637},
638{
639 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800640 bug: 3403706,
641 name: "libcore.java.sql.OldResultSetTest#testtestLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700642},
643{
644 description: "Bug in implementation of cancel: Does not fulfill spec.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800645 bug: 3403706,
646 name: "libcore.java.sql.OldStatementTest#testCancel"
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.OldStatementTest#testClose"
Jesse Wilson220002e2010-09-22 19:16:17 -0700652},
653{
654 description: "Return value wrong for queries below.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800655 bug: 3403706,
656 name: "libcore.java.sql.OldStatementTest#testExecute"
Jesse Wilson220002e2010-09-22 19:16:17 -0700657},
658{
659 description: "always returns 1 for no. of updates",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800660 bug: 3403706,
661 name: "libcore.java.sql.OldStatementTest#testExecuteBatch"
Jesse Wilson220002e2010-09-22 19:16:17 -0700662},
663{
664 description: "Does throw an exception on non select statement.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800665 bug: 3403706,
666 name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String"
Jesse Wilson220002e2010-09-22 19:16:17 -0700667},
668{
669 description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent for deletes:
670 'delete from s1;' should be different from 'delete from s1 where c1 = 1;'",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800671 bug: 3403706,
672 name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String"
Jesse Wilson220002e2010-09-22 19:16:17 -0700673},
674{
675 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800676 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700677 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800678 "libcore.java.sql.OldStatementTest#testGetConnection",
679 "libcore.java.sql.OldStatementTest#testGetFetchDirection",
680 "libcore.java.sql.OldStatementTest#testGetFetchSize"
Jesse Wilson220002e2010-09-22 19:16:17 -0700681 ]
682},
683{
684 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800685 bug: 3403706,
686 name: "libcore.java.sql.OldStatementTest#testGetMoreResults"
Jesse Wilson220002e2010-09-22 19:16:17 -0700687},
688{
689 description: "An other value is returned than was set (X * 1000)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800690 bug: 3403706,
691 name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout"
Jesse Wilson220002e2010-09-22 19:16:17 -0700692},
693{
694 description: "Does not return null on update count > 0 (not a select statement)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800695 bug: 3403706,
696 name: "libcore.java.sql.OldStatementTest#testGetResultSet"
Jesse Wilson220002e2010-09-22 19:16:17 -0700697},
698{
699 description: "Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800700 bug: 3403706,
701 name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency"
Jesse Wilson220002e2010-09-22 19:16:17 -0700702},
703{
704 description: "Test for default value fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800705 bug: 3403706,
706 name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability"
Jesse Wilson220002e2010-09-22 19:16:17 -0700707},
708{
709 description: "not fully supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800710 bug: 3403706,
711 name: "libcore.java.sql.OldStatementTest#testGetResultSetType"
Jesse Wilson220002e2010-09-22 19:16:17 -0700712},
713{
714 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800715 bug: 3403706,
716 name: "libcore.java.sql.OldStatementTest#testGetUpdateCount"
Jesse Wilson220002e2010-09-22 19:16:17 -0700717},
718{
Jesse Wilson220002e2010-09-22 19:16:17 -0700719 description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was
720 thrown.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800721 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700722 name: "tests.api.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters"
723},
724{
Jesse Wilsona20d5db2010-10-04 11:10:54 -0700725 modes: [ "jvm" ],
726 description: "The RI's formatter doesn't localize arabic properly",
727 names: [
728 "libcore.java.util.FormatterTest#test_numberLocalization",
729 "libcore.java.util.FormatterTest#test_uppercaseConversions"
730 ],
731 result: EXEC_FAILED
Jesse Wilson30985562011-03-30 17:29:42 -0700732},
733{
734 description: "Android's XSLT implementation fails 524 of 3173 OASIS tests",
735 bug: 4193599,
736 names: [
737 "libcore.xml.XsltXPathConformanceTestSuite$MisspecifiedTest#test",
738 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt005",
739 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt017",
740 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt018",
741 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt019",
742 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt020",
743 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt022",
744 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt024",
745 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt029",
746 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt033",
747 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt034",
748 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt038",
749 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt039",
750 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt044",
751 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt045",
752 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt047",
753 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt052",
754 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt054",
755 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt055",
756 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt056",
757 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt058",
758 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt061",
759 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt062",
760 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt063",
761 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt064",
762 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt067",
763 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt069",
764 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt070",
765 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt074",
766 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt075",
767 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt077",
768 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt079",
769 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt083",
770 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt085",
771 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt086",
772 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt089",
773 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt090",
774 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt091",
775 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt094",
776 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt095",
777 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt098",
778 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Completeness__84361",
779 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err003",
780 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err004",
781 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err005",
782 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err006",
783 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err010",
784 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err011",
785 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err012",
786 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err013",
787 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err026",
788 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err029",
789 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err031",
790 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err038",
791 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err044",
792 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err048",
793 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err049",
794 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err050",
795 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err051",
796 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err059",
797 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err062",
798 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err065",
799 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err073",
800 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err075",
801 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err076",
802 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err078",
803 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err093",
804 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err103",
805 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err106",
806 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err108",
807 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_xsl_template_complicated_match_pattern_with_variable_ref",
808 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84423",
809 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84424",
810 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84426",
811 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84427",
812 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84435",
813 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__91183",
814 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_BooleanFunction",
815 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_Bug76054",
816 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithAbsoluteArgument",
817 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithEntityRef",
818 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_ElementAvailFunctionFalseTest",
819 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_GenereateIdAppliedToNamespaceNodesOnDifferentElements",
820 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestIdFuncInComplexStruct",
821 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestOfIdFunction",
822 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10002",
823 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10003",
824 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10004",
825 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10005",
826 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10006",
827 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10007",
828 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10008",
829 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10009",
830 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10010",
831 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10011",
832 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10012",
833 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10013",
834 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10014",
835 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10015",
836 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10016",
837 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10017",
838 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10018",
839 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10019",
840 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10020",
841 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10021",
842 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10022",
843 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10023",
844 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10024",
845 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10025",
846 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10026",
847 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10049",
848 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84048",
849 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84049",
850 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84050",
851 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84170",
852 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84172",
853 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__EuropeanPattern",
854 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Non_DigitPattern",
855 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Pattern-separator",
856 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__currency",
857 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__defaultPattern",
858 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimalValue",
859 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimumValue",
860 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__percentPattern",
861 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__specialCharInPattern",
862 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__testOn-0.00",
863 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_UseDocumentFnToReturnRootNode",
864 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_VariableWithinVariable",
865 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78117",
866 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78120",
867 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78125",
868 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78161",
869 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78356",
870 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78360",
871 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84633",
872 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84634",
873 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84636",
874 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84637",
875 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84697",
876 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84709",
877 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84710",
878 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84712",
879 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro2",
880 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro3",
881 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91832",
882 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91833",
883 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91836",
884 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91859",
885 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_SortExprWithCurrentInsideForEach1",
886 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_SortTextWithNonTextCharacters",
887 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_TextNodesSpanMultipleLines",
888 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_TurkishISortingTest",
889 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77516",
890 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77525",
891 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77977",
892 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78191",
893 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78286",
894 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78291",
895 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__84006",
896 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91689",
897 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91691",
898 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91693",
899 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91694",
900 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91695",
901 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91696",
902 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91697",
903 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91698",
904 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91699",
905 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91700",
906 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91701",
907 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91704",
908 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91705",
909 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91752",
910 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91753",
911 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91422",
912 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91423",
913 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91425",
914 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91428",
915 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91443",
916 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91444",
917 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.Fallback__91825",
918 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91841",
919 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91844",
920 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91848",
921 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91849",
922 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91853",
923 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91856",
924 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_AmpersandWithinHtmlAttribute",
925 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAndSystemAttribute",
926 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAttribute",
927 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypeSystemAttribute",
928 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EmptyElement1",
929 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EntityRefInAttribHtml",
930 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithAmpersandCurlyBracket",
931 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithLessThanInAttribute",
932 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Html_Op_Href_Attr_non_ascii_value",
933 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MediaTypeTest",
934 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MethodEqualsHtmlWithoutIndentSet",
935 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Modified84433",
936 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Output_UseStandAloneAttributeWithMultipleRoots",
937 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_SignInHrefAttribute",
938 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_UseLiteralResultElementHead",
939 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77929",
940 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77930",
941 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77936",
942 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77939",
943 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77940",
944 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77966",
945 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78175",
946 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78176",
947 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78177",
948 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78180",
949 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78221",
950 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78222",
951 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78223",
952 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78224",
953 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78225",
954 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78226",
955 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78227",
956 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78229",
957 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84010",
958 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84011",
959 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84012",
960 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84015",
961 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84016",
962 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84017",
963 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84018",
964 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84019",
965 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84020",
966 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84021",
967 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84022",
968 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84025",
969 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84165",
970 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84260",
971 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84264",
972 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84271",
973 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84273",
974 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84277",
975 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84280",
976 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84282",
977 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84285",
978 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84306",
979 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84309",
980 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84374",
981 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84428",
982 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84429",
983 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84432",
984 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84433",
985 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84434",
986 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84452",
987 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84453",
988 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84454",
989 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84455",
990 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84456",
991 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84457",
992 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84458",
993 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84459",
994 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84460",
995 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84461",
996 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84462",
997 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77536",
998 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77562",
999 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77564",
1000 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77574",
1001 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77591",
1002 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77596",
1003 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77599",
1004 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets_RefToUndefinedAttributeSet",
1005 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91035",
1006 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91038",
1007 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91080",
1008 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91081",
1009 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91083",
1010 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91098",
1011 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91100",
1012 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91119",
1013 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_AttributeWithEmptyName",
1014 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_EmptyNameAttributeWithNS",
1015 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_InvalidNamespacePrefix",
1016 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_UseXmlnsNsAsNamespaceForAttribute",
1017 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78365",
1018 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78369",
1019 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78373",
1020 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78374",
1021 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78376",
1022 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78378",
1023 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78386",
1024 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81487",
1025 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81551",
1026 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89463",
1027 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89464",
1028 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89465",
1029 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Copying_ResultTreeFragmentWithEscapedText",
1030 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNSFromNameFn",
1031 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecified",
1032 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecifiedButValidNS",
1033 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWIthNamespaceEqualToXmlnsUri",
1034 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWithNameSpaceAttrEqualToXmlnsUri",
1035 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78347",
1036 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78358",
1037 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78362",
1038 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78363",
1039 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__83968",
1040 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89171",
1041 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89716",
1042 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89717",
1043 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89718",
1044 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatSameCharForDecimalAndGrpSep",
1045 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit",
1046 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit1",
1047 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit2",
1048 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_FormatNumber_SemiColonDelimitsToWhitespace",
1049 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_TestGrpSepr",
1050 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_ValueOf_FormatNumberWithoutPositiveNumberFormatPattern",
1051 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_Conflict_XPath_XSLT",
1052 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_DefaultNamespace",
1053 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_NavigatorMethods",
1054 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XML",
1055 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XMLNS",
1056 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_SameQuery_DiffNamespace",
1057 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_ScopingRules",
1058 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_NaNOrInvalidValue",
1059 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsEmptyNodeset",
1060 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsNodesetTest1",
1061 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84683",
1062 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84687",
1063 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84692",
1064 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84694",
1065 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84699",
1066 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84700",
1067 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84705",
1068 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84715",
1069 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84716",
1070 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84717",
1071 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84722",
1072 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84723",
1073 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84724",
1074 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84725",
1075 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91026",
1076 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91027",
1077 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91028",
1078 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91029",
1079 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction_InvalidPIName1",
1080 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78196",
1081 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78202",
1082 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78204",
1083 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78217",
1084 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78218",
1085 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78219",
1086 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_DoeWithCdataInText",
1087 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_Modified78311",
1088 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78245",
1089 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78272",
1090 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78273",
1091 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78274",
1092 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78275",
1093 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78276",
1094 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78281",
1095 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78308",
1096 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78309",
1097 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78311",
1098 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78308",
1099 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78309",
1100 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset10",
1101 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset17",
1102 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset27",
1103 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset29",
1104 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset31",
1105 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset32",
1106 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset40",
1107 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset41",
1108 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset42",
1109 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribvaltemplate_attribvaltemplate08",
1110 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy16",
1111 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy19",
1112 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy20",
1113 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy21",
1114 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy22",
1115 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy38",
1116 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy56",
1117 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy58",
1118 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy60",
1119 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend02",
1120 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend04",
1121 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey04",
1122 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey22",
1123 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey24",
1124 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey26",
1125 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey31",
1126 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey37",
1127 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey38",
1128 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey39",
1129 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey40",
1130 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey41",
1131 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey42",
1132 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey43",
1133 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey55",
1134 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey56",
1135 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey57",
1136 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey58",
1137 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey60",
1138 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey61",
1139 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey62",
1140 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.match_match11",
1141 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.message_message15",
1142 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace32",
1143 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace34",
1144 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat07",
1145 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat35",
1146 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering14",
1147 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering17",
1148 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering79",
1149 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering91",
1150 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output01",
1151 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output02",
1152 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output03",
1153 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output04",
1154 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output05",
1155 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output06",
1156 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output08",
1157 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output09",
1158 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output10",
1159 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output110",
1160 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output111",
1161 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output113",
1162 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output17",
1163 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output22",
1164 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output25",
1165 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output26",
1166 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output28",
1167 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output32",
1168 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output33",
1169 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output34",
1170 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output35",
1171 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output36",
1172 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output37",
1173 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output38",
1174 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output39",
1175 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output40",
1176 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output48",
1177 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output49",
1178 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output50",
1179 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output52",
1180 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output59",
1181 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output60",
1182 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output61",
1183 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output62",
1184 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output70",
1185 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output72",
1186 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output73",
1187 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output74",
1188 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output75",
1189 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output86",
1190 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.processorinfo_processorinfo03",
1191 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select73",
1192 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select74",
1193 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort08",
1194 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort27",
1195 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver05",
1196 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver06",
1197 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84614",
1198 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84615",
1199 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91032",
1200 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91148",
1201 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91150",
1202 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91151",
1203 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91156",
1204 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91157",
1205 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91158",
1206 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91165",
1207 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludeStylesheetWithoutXslNamespace",
1208 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludedStylesheetShouldHaveDifferentBaseUri",
1209 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_NestedIncludes",
1210 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest1",
1211 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest2",
1212 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest3",
1213 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest4",
1214 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest5",
1215 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest6",
1216 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77489",
1217 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77504",
1218 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77515",
1219 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77736",
1220 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77745",
1221 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77750",
1222 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77751",
1223 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78295",
1224 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78296",
1225 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78398",
1226 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84463",
1227 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84464",
1228 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_NSAlias_In_Import",
1229 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_NSAliasForDefaultWithExcludeResPref",
1230 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test1",
1231 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test2",
1232 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_WithinRTF",
1233 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91781",
1234 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91782",
1235 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91785",
1236 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91786",
1237 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace_CheckXmlnsResetOnResultTree",
1238 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77655",
1239 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77665",
1240 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77670",
1241 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77675",
1242 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__78027",
1243 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91802",
1244 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91803",
1245 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91804",
1246 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91806",
1247 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91807",
1248 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91808",
1249 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91810",
1250 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91811",
1251 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91816",
1252 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77619",
1253 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77622",
1254 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77870",
1255 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77879",
1256 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77897",
1257 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77898",
1258 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77902"
1259 ]
Jesse Wilson7f432cf2011-03-30 17:39:44 -07001260},
1261{
1262 description: "Android's XPath fails 29 of 250 Jaxen XPath tests",
1263 bug: 3270761,
1264 names: [
1265 "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /dummy:a/dummy:b/dummy:c",
1266 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]",
1267 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')",
1268 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog",
1269 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog",
1270 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate",
1271 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')",
1272 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a",
1273 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b",
1274 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c",
1275 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f",
1276 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml / //namespace::*",
1277 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::*",
1278 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::xplt",
1279 "libcore.xml.JaxenXPathTestSuite$3#xml/text.xml / document('xml/web.xml')",
1280 "libcore.xml.JaxenXPathTestSuite$4#xml/message.xml / document('xml/message.xml')/message/body/data/items/item[name/text()='parentinfo']/value",
1281 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y",
1282 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c",
1283 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e",
1284 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y",
1285 "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml / document('xml/web.xml')/web-app/servlet[1]/servlet-name",
1286 "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml /foo/bar/cheese[1] concat(./@id,document('xml/web.xml')/web-app/servlet[1]/servlet-name,./@id)",
1287 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )",
1288 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Servlet' )",
1289 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] lower-case( servlet-class )",
1290 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )",
1291 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-ES-Traditional_WIN' )",
1292 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr' )",
1293 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-CA' )"
1294 ]
Kenny Roota96f0f82013-01-17 16:23:31 -08001295},
1296{
1297 description: "Android's PKIX validation fails on many NIST PKIX tests",
1298 bug: 8030138,
1299 names: [
Kenny Roota96f0f82013-01-17 16:23:31 -08001300 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest20",
1301 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest21",
Kenny Roota96f0f82013-01-17 16:23:31 -08001302 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_ValidSeparateCertificateandCRLKeysTest19",
Kenny Roota96f0f82013-01-17 16:23:31 -08001303 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest4",
Neil Fuller3ca393b2014-05-19 12:36:29 +01001304 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_ValiddeltaCRLTest5",
Kenny Roota96f0f82013-01-17 16:23:31 -08001305 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest24",
1306 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest25",
1307 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest28",
1308 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest29",
1309 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest30",
1310 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest33",
1311 "libcore.java.security.cert.X509CertificateNistPkitsTest#testKeyUsage_ValidSelfIssuedDNnameConstraintsTest19",
1312 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingNameChaining_ValidRFC3280OptionalAttributeTypesTest8",
Kenny Roota96f0f82013-01-17 16:23:31 -08001313 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedCRLSigningKeyTest6",
1314 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedNewWithOldTest4"
1315 ]
Narayan Kamathbd084a22013-11-12 17:34:16 +00001316},
1317{
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001318 description: "Known failure in MathTest 1^NAN should be NAN",
1319 bug: 11669804,
Narayan Kamathab762bb2013-11-15 18:40:14 +00001320 name: "org.apache.harmony.tests.java.lang.MathTest#test_powDD"
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001321},
1322{
1323 description: "Known failures in PropertiesTest: We don't deal with comments in store()",
1324 bug: 11686302,
1325 names: [
Narayan Kamathab762bb2013-11-15 18:40:14 +00001326 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario0",
1327 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario1",
1328 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario2",
1329 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario3",
1330 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario9",
1331 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario11"
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001332 ]
1333},
1334{
1335 description: "Known failures in URLTest and URLDecoderTest",
1336 bug: 11686814,
1337 names: [
Narayan Kamathab762bb2013-11-15 18:40:14 +00001338 "org.apache.harmony.tests.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String",
1339 "org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL",
1340 "org.apache.harmony.tests.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String"
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001341 ]
Neil Fuller98030ff2014-05-09 18:02:31 +01001342},
1343{
Neil Fuller4b116a22014-06-20 14:30:23 +01001344 description: "ScannerParseLargeFileBenchmark can cause a failure due to a timeout",
1345 bug: 14865710,
1346 name: "org.apache.harmony.tests.java.util.ScannerParseLargeFileBenchmarkTest"
1347},
1348{
Narayan Kamath3f2128b2014-05-09 16:44:32 +01001349 description: "Known failure in GregorianCalendarTest",
1350 bug: 12778197,
1351 name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime"
Neil Fullere9346f42014-05-29 15:16:19 +01001352},
1353{
Neil Fullerc8a1d572014-06-16 11:02:58 +01001354 description: "SpdyConnection issue https://github.com/square/okhttp/issues/644 crashes the test app. Android does not provide SPDY/HTTP_2 connections by default so have been suppressed.",
Neil Fullere9346f42014-05-29 15:16:19 +01001355 bug: 14462336,
1356 names: [
Neil Fullerc8a1d572014-06-16 11:02:58 +01001357 "com.squareup.okhttp.internal.spdy.SpdyConnectionTest",
1358 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test",
1359 "com.squareup.okhttp.internal.http.HttpOverSpdy3Test",
1360 "com.squareup.okhttp.internal.http.URLConnectionTest#npnSetsProtocolHeader_SPDY_3",
1361 "com.squareup.okhttp.internal.http.URLConnectionTest#npnSetsProtocolHeader_HTTP_2",
1362 "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPost_SPDY_3",
1363 "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPost_HTTP_2",
1364 "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPut_SPDY_3",
1365 "com.squareup.okhttp.internal.http.URLConnectionTest#zeroLengthPut_HTTP_2"
1366 ]
1367},
1368{
1369 description: "Okhttp test hardcodes the TLS version expected.",
1370 bug: 14462336,
1371 names: [
1372 "com.squareup.okhttp.internal.http.URLConnectionTest#sslFallbackNotUsedWhenRecycledConnectionFails"
1373 ]
1374},
1375{
1376 description: "The test relies on SimpleDateFormat zzz producing GMT not GMT+00:00 as it does on Android. Android issue 66136.",
1377 bug: 14462336,
1378 names: [
1379 "com.squareup.okhttp.internal.http.HttpResponseCacheTest#setIfModifiedSince"
Neil Fullere9346f42014-05-29 15:16:19 +01001380 ]
Jesse Wilson220002e2010-09-22 19:16:17 -07001381}
1382]