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