blob: bc334378e48a8a2b9e1138239ddb8a2af8518f06 [file] [log] [blame]
Jesse Wilson220002e2010-09-22 19:16:17 -07001/*
2 * This file contains expectations for tests that were annotated with @KnownFailure at the time
3 */
4[
5{
Elliott Hughesa1170152013-08-01 16:15:44 -07006 description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
7 name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103",
8 bug: 40103
9},
10{
Jesse Wilson6dedda92011-08-16 13:43:05 -040011 description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
12 name: "libcore.java.lang.PackageTest#testGetPackages",
13 bug: 5171136
14},
15{
Jesse Wilson8605af22011-02-20 22:48:50 -080016 description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
17 name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement",
18 bug: 3473300
19},
20{
Jesse Wilson0ad02672010-10-07 11:37:31 -070021 description: "RandomAccessFile missing finalizer",
22 name: "libcore.java.io.RandomAccessFileTest#testRandomAccessFileHasCleanupFinalizer",
23 bug: 3015023
24},
25{
Jesse Wilsonc1851da2010-10-01 17:23:26 -070026 description: "ICU seems to treat unknown and invalid locales differently",
27 name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale",
28 bug: 2541757
29},
30{
Jesse Wilsonc1851da2010-10-01 17:23:26 -070031 description: "NaN character not found when deserializing DecimalFormatSymbols",
32 name: "libcore.java.text.OldDecimalFormatSymbolsTest#test_RIHarmony_compatible",
33 bug: 3056792
34},
35{
Jesse Wilsonbdc4c592010-09-29 14:34:56 -070036 description: "DecimalFormat is limited to 127 digits",
37 name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits",
38 bug: 2400429
39},
40{
Jesse Wilson1f8243e2010-09-28 13:40:14 -070041 description: "HTTPS connections should not be pooled.",
42 name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories",
43 bug: 3042192
44},
45{
Jesse Wilsona602f402010-09-27 18:05:32 -070046 description: "Cookie tests failing on the host",
47 bug: 3041920,
48 names: [
49 "libcore.java.net.CookiesTest#testNetscapeResponse",
50 "libcore.java.net.CookiesTest#testQuotedAttributeValues",
51 "libcore.java.net.CookiesTest#testRfc2109Response",
52 "libcore.java.net.CookiesTest#testRfc2965Response",
53 "libcore.java.net.CookiesTest#testSendingCookiesFromStore"
54 ],
55 modes: [ "host" ]
56},
57{
Jesse Wilson4d105202010-09-25 08:53:24 -070058 description: "Math failures when running on the host",
59 names: [
Jesse Wilson5fb56342010-12-16 16:01:04 -080060 "libcore.java.lang.OldAndroidStrictMathTest#testLog1pD",
Neil Fuller28673a22014-05-15 09:29:36 +010061 "libcore.java.lang.OldAndroidStrictMathTest#testRintD"
Jesse Wilson4d105202010-09-25 08:53:24 -070062 ],
Jesse Wilsona602f402010-09-27 18:05:32 -070063 bug: 2931959,
64 modes: [ "host" ]
Jesse Wilson4d105202010-09-25 08:53:24 -070065},
66{
Jesse Wilson0e5792e2010-09-24 17:29:36 -070067 description: "We fake support for these by substituting similar (but not identical) charsets",
68 names: [
69 "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode",
70 "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Encode",
Jesse Wilson0e5792e2010-09-24 17:29:36 -070071 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Decode",
72 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Encode",
73 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_nameMatch",
Jesse Wilson0e5792e2010-09-24 17:29:36 -070074 "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode",
Jesse Wilson0e5792e2010-09-24 17:29:36 -070075 "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_Encode",
76 "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_nameMatch"
77 ],
78 bug: 2985901
79},
80{
Jesse Wilson5e8f0b92010-09-23 19:41:28 -070081 description: "UTF-16 and UTF-32 encoders don't write big-endian output on little-endian devices",
82 names: [
Jesse Wilson0e5792e2010-09-24 17:29:36 -070083 "libcore.java.nio.charset.CharsetEncoderTest#test_defaultReplacementBytesUtf_16",
Elliott Hughes01617812013-08-20 16:09:32 -070084 "libcore.java.nio.charset.OldCharset_MultiByte_UTF_16#test_Encode",
Narayan Kamathe5fea3d2013-11-15 11:02:26 +000085 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16",
86 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16BE",
87 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16LE",
88 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32",
89 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32BE",
90 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32LE",
91 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_x_UTF_16LE_BOM",
92 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_X_UTF_32BE_BOM",
93 "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_X_UTF_32LE_BOM"
Jesse Wilson5e8f0b92010-09-23 19:41:28 -070094 ],
95 bug: 2702411
96},
97{
Jesse Wilson5e8f0b92010-09-23 19:41:28 -070098 description: "HTTPS proxy broken on host",
99 names: [
100 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection",
101 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection",
102 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection_doOutput",
103 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection",
104 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection_Not_Found_Response"
105 ],
Jesse Wilsona602f402010-09-27 18:05:32 -0700106 bug: 3032875,
107 modes: [ "host" ]
Jesse Wilson5e8f0b92010-09-23 19:41:28 -0700108},
109{
Jesse Wilsonb22ef1e2011-02-11 15:22:03 -0800110 description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS",
111 bug: 3447964,
112 name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls"
113},
114{
Jesse Wilson220002e2010-09-22 19:16:17 -0700115 description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
116 to change URLClassLoader to allow this? It's not specified.",
117 result: EXEC_FAILED,
Narayan Kamathab762bb2013-11-15 18:40:14 +0000118 name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
Jesse Wilson220002e2010-09-22 19:16:17 -0700119},
120{
Jesse Wilson220002e2010-09-22 19:16:17 -0700121 description: "Android throws IllegalArgumentException, RI throws NullPointerException",
122 result: EXEC_FAILED,
123 name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2"
124},
125{
Jesse Wilson220002e2010-09-22 19:16:17 -0700126 description: "Android doesn't allow null parent.",
127 result: EXEC_FAILED,
128 name: "tests.java.security.SecureClassLoaderTest#testSecureClassLoaderClassLoader"
129},
130{
Jesse Wilson220002e2010-09-22 19:16:17 -0700131 description: "not supported",
132 result: EXEC_FAILED,
133 names: [
134 "tests.java.sql.SelectFunctionalityTest#test_SelectRightOuterJoin",
135 "tests.java.sql.UpdateFunctionalityTest2#testUpdate2",
136 "tests.java.sql.UpdateFunctionalityTest2#testUpdate4",
137 "tests.java.sql.UpdateFunctionalityTest2#testUpdate6",
138 "tests.java.sql.UpdateFunctionalityTest2#testUpdate7",
139 "tests.java.sql.DeleteFunctionalityTest#testDelete6"
140 ]
141},
142{
143 description: "Not supported : pattern with %",
144 result: EXEC_FAILED,
145 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsArbitrary"
146},
147{
Neil Fuller63291dd2014-04-04 14:57:11 +0100148 description: "Wildcard operator does not seem to work correctly.",
Jesse Wilson220002e2010-09-22 19:16:17 -0700149 result: EXEC_FAILED,
150 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsSpecific"
151},
152{
153 description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
154 result: EXEC_FAILED,
155 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsTableWithNoCatalogSchema"
156},
157{
158 description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported",
159 result: EXEC_FAILED,
160 name: "tests.java.sql.DatabaseMetaDataTest#test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
161},
162{
163 description: "Ticket 98",
164 result: EXEC_FAILED,
165 names: [
166 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMajorVersion",
167 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMinorVersion",
168 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductName",
169 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductVersion",
170 "tests.java.sql.DatabaseMetaDataTest#test_getDefaultTransactionIsolation",
171 "tests.java.sql.DatabaseMetaDataTest#test_getDriverName",
172 "tests.java.sql.DatabaseMetaDataTest#test_getDriverVersion"
173 ]
174},
175{
176 description: "Keys are not supported: Ticket 91",
177 result: EXEC_FAILED,
178 name: "tests.java.sql.DatabaseMetaDataTest#test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
179},
180{
181 description: "Ticket 98",
182 result: EXEC_FAILED,
183 names: [
184 "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMajorVersion",
185 "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMinorVersion"
186 ]
187},
188{
189 description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. When fixed
190 change to @KnownFailure",
191 result: EXEC_FAILED,
192 name: "tests.java.sql.DatabaseMetaDataTest#test_getNumericFunctions"
193},
194{
195 description: "Ticket 91 : relies on not supported features: getCatalog, keys",
196 result: EXEC_FAILED,
197 name: "tests.java.sql.DatabaseMetaDataTest#test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
198},
199{
200 description: "Ticket 98",
201 result: EXEC_FAILED,
202 names: [
203 "tests.java.sql.DatabaseMetaDataTest#test_getResultSetHoldability",
204 "tests.java.sql.DatabaseMetaDataTest#test_getSQLKeywords",
205 "tests.java.sql.DatabaseMetaDataTest#test_getSQLStateType",
206 "tests.java.sql.DatabaseMetaDataTest#test_getSchemas",
207 "tests.java.sql.DatabaseMetaDataTest#test_getSearchStringEscape"
208 ]
209},
210{
211 description: "not supported",
212 result: EXEC_FAILED,
213 names: [
214 "tests.java.sql.DatabaseMetaDataTest#test_getStringFunctions",
215 "tests.java.sql.DatabaseMetaDataTest#test_getSystemFunctions"
216 ]
217},
218{
219 description: "Ticket 98",
220 result: EXEC_FAILED,
221 name: "tests.java.sql.DatabaseMetaDataTest#test_getTableTypes"
222},
223{
224 description: "If no schema is associated: returns empty string where actually null be returned?. Ticket 98",
225 result: EXEC_FAILED,
226 name: "tests.java.sql.DatabaseMetaDataTest#test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String"
227},
228{
229 description: "not supported",
230 result: EXEC_FAILED,
231 names: [
232 "tests.java.sql.DatabaseMetaDataTest#test_getTimeDateFunctions",
233 "tests.java.sql.DatabaseMetaDataTest#test_getTypeInfo"
234 ]
235},
236{
237 description: "Ticket 98",
238 result: EXEC_FAILED,
239 names: [
240 "tests.java.sql.DatabaseMetaDataTest#test_getURL",
241 "tests.java.sql.DatabaseMetaDataTest#test_insertsAreDetectedI",
242 "tests.java.sql.DatabaseMetaDataTest#test_isReadOnly",
243 "tests.java.sql.DatabaseMetaDataTest#test_othersDeletesAreVisibleI",
244 "tests.java.sql.DatabaseMetaDataTest#test_othersInsertsAreVisibleI",
245 "tests.java.sql.DatabaseMetaDataTest#test_othersUpdatesAreVisibleI"
246 ]
247},
248{
249 description: "not supported. SQLException checking test fails",
250 result: EXEC_FAILED,
251 name: "tests.java.sql.DatabaseMetaDataTest#test_supportsColumnAliasing"
252},
253{
254 description: "exception test fails",
255 result: EXEC_FAILED,
256 names: [
257 "tests.java.sql.DatabaseMetaDataTest#test_supportsExpressionsInOrderBy",
258 "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupBy",
259 "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupByUnrelated"
260 ]
261},
262{
263 description: "Ticket 98",
264 result: EXEC_FAILED,
265 name: "tests.java.sql.DatabaseMetaDataTest#test_supportsNonNullableColumns"
266},
267{
268 description: "exception test fails",
269 result: EXEC_FAILED,
270 names: [
271 "tests.java.sql.DatabaseMetaDataTest#test_supportsOrderByUnrelated",
272 "tests.java.sql.DatabaseMetaDataTest#test_supportsSelectForUpdate",
273 "tests.java.sql.DatabaseMetaDataTest#test_supportsSubqueriesInExists",
274 "tests.java.sql.DatabaseMetaDataTest#test_supportsTableCorrelationNames"
275 ]
276},
277{
278 description: "Not supported ops applied",
279 result: EXEC_FAILED,
280 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_allTablesAreSelectable"
281},
282{
283 description: "not supported",
284 result: EXEC_FAILED,
285 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_doesMaxRowSizeIncludeBlobs"
286},
287{
288 description: "not supported. Privileges are not supported.",
289 result: EXEC_FAILED,
290 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getColumnPrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
291},
292{
293 description: "not supported",
294 result: EXEC_FAILED,
295 names: [
296 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getExportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String",
297 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ"
298 ]
299},
300{
301 description: "Exception test fails",
302 result: EXEC_FAILED,
303 names: [
304 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTableNameLength",
305 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTablesInSelect",
306 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxUserNameLength",
307 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getProcedureTerm",
308 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getSchemaTerm"
309 ]
310},
311{
312 description: "not supported. Privileges are not supported.",
313 result: EXEC_FAILED,
314 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getTablePrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_String"
315},
316{
317 description: "Not supported ops applied",
318 result: EXEC_FAILED,
319 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getVersionColumnsLjava_lang_StringLjava_lang_StringLjava_lang_String"
320},
321{
322 description: "Exception test fails",
323 result: EXEC_FAILED,
324 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_isCatalogAtStart"
325},
326{
327 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800328 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700329 names: [
330 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_locatorsUpdateCopy",
331 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsANSI92EntryLevelSQL",
332 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsDataDefinitionAndDataManipulationTransactions",
333 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsMinimumSQLGrammar",
334 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsResultSetTypeI",
335 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInComparisons",
336 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInIns",
337 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsTransactions",
338 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_usesLocalFiles",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800339 "libcore.java.sql.OldConnectionTest#testClearWarnings",
340 "libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported"
Jesse Wilson220002e2010-09-22 19:16:17 -0700341 ]
342},
343{
344 description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800345 bug: 3403706,
346 name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700347},
348{
349 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800350 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700351 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800352 "libcore.java.sql.OldConnectionTest#testGetCatalog",
353 "libcore.java.sql.OldConnectionTest#testGetHoldability"
Jesse Wilson220002e2010-09-22 19:16:17 -0700354 ]
355},
356{
357 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800358 bug: 3403706,
359 name: "libcore.java.sql.OldConnectionTest#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700360},
361{
362 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800363 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700364 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800365 "libcore.java.sql.OldConnectionTest#testGetTransactionIsolation",
366 "libcore.java.sql.OldConnectionTest#testGetWarnings"
Jesse Wilson220002e2010-09-22 19:16:17 -0700367 ]
368},
369{
370 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800371 bug: 3403706,
372 name: "libcore.java.sql.OldConnectionTest#testIsReadOnly"
Jesse Wilson220002e2010-09-22 19:16:17 -0700373},
374{
375 description: "not supported",
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.OldConnectionTest#testPrepareStatementNotSupported",
379 "libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700380 ]
381},
382{
383 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800384 bug: 3403706,
385 name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit"
Jesse Wilson220002e2010-09-22 19:16:17 -0700386},
387{
388 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800389 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700390 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800391 "libcore.java.sql.OldConnectionTest#testSetHoldability",
392 "libcore.java.sql.OldConnectionTest#testSetReadOnly"
Jesse Wilson220002e2010-09-22 19:16:17 -0700393 ]
394},
395{
396 description: "First Exception test fails: parameters not cleared.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800397 bug: 3403706,
398 name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters"
Jesse Wilson220002e2010-09-22 19:16:17 -0700399},
400{
401 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800402 bug: 3403706,
403 name: "libcore.java.sql.OldPreparedStatementTest#testExecute"
Jesse Wilson220002e2010-09-22 19:16:17 -0700404},
405{
406 description: "it is not possible to invoke the method getMetaData on a PreparedStatement object before it is
407 executed: got NullPointerException.Test passes on RI.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800408 bug: 3403706,
409 name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700410},
411{
412 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800413 bug: 3403706,
414 name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal"
Jesse Wilson220002e2010-09-22 19:16:17 -0700415},
416{
417 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800418 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700419 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800420 "libcore.java.sql.OldPreparedStatementTest#testSetBoolean",
421 "libcore.java.sql.OldPreparedStatementTest#testSetByte"
Jesse Wilson220002e2010-09-22 19:16:17 -0700422 ]
423},
424{
425 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800426 bug: 3403706,
427 name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes"
Jesse Wilson220002e2010-09-22 19:16:17 -0700428},
429{
430 description: "preparedStatement.execute() does not return false on update. Setting a data for a declared
431 INTEGER should throw Exception",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800432 bug: 3403706,
433 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date"
Jesse Wilson220002e2010-09-22 19:16:17 -0700434},
435{
436 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800437 bug: 3403706,
438 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700439},
440{
441 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800442 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700443 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800444 "libcore.java.sql.OldPreparedStatementTest#testSetDouble",
445 "libcore.java.sql.OldPreparedStatementTest#testSetFloat",
446 "libcore.java.sql.OldPreparedStatementTest#testSetInt",
447 "libcore.java.sql.OldPreparedStatementTest#testSetLong",
448 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object"
Jesse Wilson220002e2010-09-22 19:16:17 -0700449 ]
450},
451{
452 description: "Fails for Types.DATE",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800453 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700454 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800455 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int",
456 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700457 ]
458},
459{
460 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800461 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700462 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800463 "libcore.java.sql.OldPreparedStatementTest#testSetShort",
464 "libcore.java.sql.OldPreparedStatementTest#testSetString_charField",
465 "libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField"
Jesse Wilson220002e2010-09-22 19:16:17 -0700466 ]
467},
468{
469 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800470 bug: 3403706,
471 name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField"
Jesse Wilson220002e2010-09-22 19:16:17 -0700472},
473{
474 description: "preparedStatement.execute() does not return False on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800475 bug: 3403706,
476 name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700477},
478{
479 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800480 bug: 3403706,
481 name: "libcore.java.sql.OldPreparedStatementTest#testSetTimeint_Time"
Jesse Wilson220002e2010-09-22 19:16:17 -0700482},
483{
484 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800485 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700486 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800487 "libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar",
488 "libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp"
Jesse Wilson220002e2010-09-22 19:16:17 -0700489 ]
490},
491{
492 description: "last assertion fails: invalid conversion. Test passes on RI",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800493 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700494 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800495 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary",
496 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary"
Jesse Wilson220002e2010-09-22 19:16:17 -0700497 ]
498},
499{
500 description: "Wrong value returned for Long: java.lang.String (VARCHAR)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800501 bug: 3403706,
502 name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700503},
504{
505 description: "Wrong value returned for Long: java.lang.String",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800506 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700507 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800508 "libcore.java.sql.OldResultSetGetterTests#testGetObjectInt",
509 "libcore.java.sql.OldResultSetGetterTests#testGetObjectString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700510 ]
511},
512{
513 description: "If there is no current row 0 must be returned. res.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800514 bug: 3403706,
515 name: "libcore.java.sql.OldResultSetGetterTests#testGetRow"
Jesse Wilson220002e2010-09-22 19:16:17 -0700516},
517{
518 description: "According to spec info.getStatement should return null but an exception is thrown: stale result
519 set.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800520 bug: 3403706,
521 name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement"
Jesse Wilson220002e2010-09-22 19:16:17 -0700522},
523{
524 description: "getTime should return Time value for a TIMESTAMP type but returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800525 bug: 3403706,
526 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt"
Jesse Wilson220002e2010-09-22 19:16:17 -0700527},
528{
529 description: "getTime on TIMESTAMP value fails: returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800530 bug: 3403706,
531 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700532},
533{
534 description: "getTime should return a Time value for a TIMESTAMP type but returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800535 bug: 3403706,
536 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700537},
538{
539 description: "getTime on TIMESTAMP value fails: returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800540 bug: 3403706,
541 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeStringCalendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700542},
543{
544 description: "res.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800545 bug: 3403706,
546 name: "libcore.java.sql.OldResultSetGetterTests#testGetType"
Jesse Wilson220002e2010-09-22 19:16:17 -0700547},
548{
549 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800550 bug: 3403706,
551 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700552},
553{
554 description: "SQLException checking test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800555 bug: 3403706,
556 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount"
Jesse Wilson220002e2010-09-22 19:16:17 -0700557},
558{
559 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800560 bug: 3403706,
561 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnDisplaySize"
Jesse Wilson220002e2010-09-22 19:16:17 -0700562},
563{
564 description: "Column label has format TABLE.COLUMN expected: COLUMN",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800565 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700566 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800567 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel",
568 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700569 ]
570},
571{
572 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800573 bug: 3403706,
574 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision"
Jesse Wilson220002e2010-09-22 19:16:17 -0700575},
576{
577 description: "Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800578 bug: 3403706,
579 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale"
Jesse Wilson220002e2010-09-22 19:16:17 -0700580},
581{
582 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800583 bug: 3403706,
584 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema"
Jesse Wilson220002e2010-09-22 19:16:17 -0700585},
586{
587 description: "For int = 0, exception expected",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800588 bug: 3403706,
589 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700590},
591{
592 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800593 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700594 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800595 "libcore.java.sql.OldResultSetMetaDataTest#testIsCaseSensitive",
596 "libcore.java.sql.OldResultSetMetaDataTest#testIsCurrency",
597 "libcore.java.sql.OldResultSetMetaDataTest#testIsDefinitlyWritable",
598 "libcore.java.sql.OldResultSetMetaDataTest#testIsNullable",
599 "libcore.java.sql.OldResultSetMetaDataTest#testIsReadOnly",
600 "libcore.java.sql.OldResultSetMetaDataTest#testIsSearchable",
601 "libcore.java.sql.OldResultSetMetaDataTest#testIsSigned",
602 "libcore.java.sql.OldResultSetMetaDataTest#testIsWritable",
603 "libcore.java.sql.OldResultSetMetaDataTest#testisAutoIncrement"
Jesse Wilson220002e2010-09-22 19:16:17 -0700604 ]
605},
606{
Jesse Wilson220002e2010-09-22 19:16:17 -0700607 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800608 bug: 3403706,
Neil Fullerc9040d82014-05-21 14:07:03 +0100609 names: [
610 "libcore.java.sql.OldResultSetTest#testBeforeFirst",
611 "libcore.java.sql.OldResultSetTest#testAfterLast"
612 ]
Jesse Wilson220002e2010-09-22 19:16:17 -0700613},
614{
Jesse Wilson220002e2010-09-22 19:16:17 -0700615 description: "Resultset.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800616 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700617 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800618 "libcore.java.sql.OldResultSetTest#testClose1",
619 "libcore.java.sql.OldResultSetTest#testNext"
Jesse Wilson220002e2010-09-22 19:16:17 -0700620 ]
621},
622{
623 description: "no exception is thrown when moving cursor backwards on forward only statement",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800624 bug: 3403706,
625 name: "libcore.java.sql.OldResultSetTest#testRelative"
Jesse Wilson220002e2010-09-22 19:16:17 -0700626},
627{
628 description: "Scrollable resultSet. Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800629 bug: 3403706,
630 name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet"
Jesse Wilson220002e2010-09-22 19:16:17 -0700631},
632{
633 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800634 bug: 3403706,
635 name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject"
Jesse Wilson220002e2010-09-22 19:16:17 -0700636},
637{
638 description: "Feature not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800639 bug: 3403706,
640 name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700641},
642{
643 description: "the default tests, and exception tests fail.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800644 bug: 3403706,
645 name: "libcore.java.sql.OldResultSetTest#testWasNull"
Jesse Wilson220002e2010-09-22 19:16:17 -0700646},
647{
648 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800649 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700650 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800651 "libcore.java.sql.OldResultSetTest#testtestFirst",
652 "libcore.java.sql.OldResultSetTest#testtestIsAfterLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700653 ]
654},
655{
656 description: "In Second code block assertion fails. statement. close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800657 bug: 3403706,
658 name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst"
Jesse Wilson220002e2010-09-22 19:16:17 -0700659},
660{
661 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800662 bug: 3403706,
663 name: "libcore.java.sql.OldResultSetTest#testtestIsFirst"
Jesse Wilson220002e2010-09-22 19:16:17 -0700664},
665{
666 description: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor
667 is actually provides a result.statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800668 bug: 3403706,
669 name: "libcore.java.sql.OldResultSetTest#testtestIsLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700670},
671{
672 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800673 bug: 3403706,
674 name: "libcore.java.sql.OldResultSetTest#testtestLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700675},
676{
677 description: "Bug in implementation of cancel: Does not fulfill spec.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800678 bug: 3403706,
679 name: "libcore.java.sql.OldStatementTest#testCancel"
Jesse Wilson220002e2010-09-22 19:16:17 -0700680},
681{
682 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800683 bug: 3403706,
684 name: "libcore.java.sql.OldStatementTest#testClose"
Jesse Wilson220002e2010-09-22 19:16:17 -0700685},
686{
687 description: "Return value wrong for queries below.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800688 bug: 3403706,
689 name: "libcore.java.sql.OldStatementTest#testExecute"
Jesse Wilson220002e2010-09-22 19:16:17 -0700690},
691{
692 description: "always returns 1 for no. of updates",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800693 bug: 3403706,
694 name: "libcore.java.sql.OldStatementTest#testExecuteBatch"
Jesse Wilson220002e2010-09-22 19:16:17 -0700695},
696{
697 description: "Does throw an exception on non select statement.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800698 bug: 3403706,
699 name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String"
Jesse Wilson220002e2010-09-22 19:16:17 -0700700},
701{
702 description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent for deletes:
703 'delete from s1;' should be different from 'delete from s1 where c1 = 1;'",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800704 bug: 3403706,
705 name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String"
Jesse Wilson220002e2010-09-22 19:16:17 -0700706},
707{
708 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800709 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700710 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800711 "libcore.java.sql.OldStatementTest#testGetConnection",
712 "libcore.java.sql.OldStatementTest#testGetFetchDirection",
713 "libcore.java.sql.OldStatementTest#testGetFetchSize"
Jesse Wilson220002e2010-09-22 19:16:17 -0700714 ]
715},
716{
717 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800718 bug: 3403706,
719 name: "libcore.java.sql.OldStatementTest#testGetMoreResults"
Jesse Wilson220002e2010-09-22 19:16:17 -0700720},
721{
722 description: "An other value is returned than was set (X * 1000)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800723 bug: 3403706,
724 name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout"
Jesse Wilson220002e2010-09-22 19:16:17 -0700725},
726{
727 description: "Does not return null on update count > 0 (not a select statement)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800728 bug: 3403706,
729 name: "libcore.java.sql.OldStatementTest#testGetResultSet"
Jesse Wilson220002e2010-09-22 19:16:17 -0700730},
731{
732 description: "Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800733 bug: 3403706,
734 name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency"
Jesse Wilson220002e2010-09-22 19:16:17 -0700735},
736{
737 description: "Test for default value fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800738 bug: 3403706,
739 name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability"
Jesse Wilson220002e2010-09-22 19:16:17 -0700740},
741{
742 description: "not fully supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800743 bug: 3403706,
744 name: "libcore.java.sql.OldStatementTest#testGetResultSetType"
Jesse Wilson220002e2010-09-22 19:16:17 -0700745},
746{
747 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800748 bug: 3403706,
749 name: "libcore.java.sql.OldStatementTest#testGetUpdateCount"
Jesse Wilson220002e2010-09-22 19:16:17 -0700750},
751{
Jesse Wilson220002e2010-09-22 19:16:17 -0700752 description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was
753 thrown.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800754 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700755 name: "tests.api.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters"
756},
757{
Jesse Wilson220002e2010-09-22 19:16:17 -0700758 description: "method test fails once in a while. Cannot be sure that exception is thrown in every test execution.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800759 bug: 3403706,
760 name: "libcore.sqlite.OldDatabaseTest#testBusy_handler"
Jesse Wilson220002e2010-09-22 19:16:17 -0700761},
762{
763 description: "Database does not lock values",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800764 bug: 3403706,
765 name: "libcore.sqlite.OldDatabaseTest#testBusy_timeout"
Jesse Wilson220002e2010-09-22 19:16:17 -0700766},
767{
768 description: "Returns wrong number for updates: returns value > 1 for select.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800769 bug: 3403706,
770 name: "libcore.sqlite.OldDatabaseTest#testChanges"
Jesse Wilson220002e2010-09-22 19:16:17 -0700771},
772{
773 description: "Aggregation function not called",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800774 bug: 3403706,
775 name: "libcore.sqlite.OldDatabaseTest#testCreate_aggregate"
Jesse Wilson220002e2010-09-22 19:16:17 -0700776},
777{
778 description: "Reason for failure unknown: Database should be locked. Specification of interrupt is scarce.",
779 result: EXEC_FAILED,
Jesse Wilson99aa8512011-01-28 18:02:41 -0800780 name: "libcore.sqlite.OldDatabaseTest#testInterrupt"
Jesse Wilson220002e2010-09-22 19:16:17 -0700781},
782{
783 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800784 bug: 3403706,
785 name: "libcore.sqlite.OldDatabaseTest#testOpen_blob"
Jesse Wilson220002e2010-09-22 19:16:17 -0700786},
787{
788 description: "Callback never made for authorization. Results of private table are returned without further checks.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800789 bug: 3403706,
790 name: "libcore.sqlite.OldDatabaseTest#testSet_authorizer"
Jesse Wilson220002e2010-09-22 19:16:17 -0700791},
792{
793 description: "ASCII encoding does not work: a UTF encoded val is returned. Spec is not sufficient. Might be that test impl is wrong or String constructor for the ASCII encoding.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800794 bug: 3403706,
795 name: "libcore.sqlite.OldDatabaseTest#testSet_encoding"
Jesse Wilson220002e2010-09-22 19:16:17 -0700796},
797{
798 description: "db.open_blob is not supported.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800799 bug: 3403706,
800 name: "libcore.sqlite.OldBlobTest#testBlob"
Jesse Wilson220002e2010-09-22 19:16:17 -0700801},
802{
803 description: "Wrong value is returned in case of a prepared statement to which a '*' bound",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800804 bug: 3403706,
805 name: "libcore.sqlite.OldStmtTest#testColumn_count"
Jesse Wilson220002e2010-09-22 19:16:17 -0700806},
807{
808 description: "ZeroBlob not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800809 bug: 3403706,
810 name: "libcore.sqlite.OldFunctionContextTest#testSet_result_zeroblob"
811},
812{
813 description: "SQLite test fail",
814 bug: 3403706,
815 names: [
816 "libcore.sqlite.OldDatabaseTest#testGet_tableString",
817 "libcore.sqlite.OldDatabaseTest#testGet_tableStringStringArrayTableResult",
818 "libcore.sqlite.OldStmtTest#testColumn_type"
819 ]
Jesse Wilsona20d5db2010-10-04 11:10:54 -0700820},
821{
822 modes: [ "jvm" ],
823 description: "The RI's formatter doesn't localize arabic properly",
824 names: [
825 "libcore.java.util.FormatterTest#test_numberLocalization",
826 "libcore.java.util.FormatterTest#test_uppercaseConversions"
827 ],
828 result: EXEC_FAILED
Jesse Wilson30985562011-03-30 17:29:42 -0700829},
830{
831 description: "Android's XSLT implementation fails 524 of 3173 OASIS tests",
832 bug: 4193599,
833 names: [
834 "libcore.xml.XsltXPathConformanceTestSuite$MisspecifiedTest#test",
835 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt005",
836 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt017",
837 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt018",
838 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt019",
839 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt020",
840 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt022",
841 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt024",
842 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt029",
843 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt033",
844 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt034",
845 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt038",
846 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt039",
847 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt044",
848 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt045",
849 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt047",
850 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt052",
851 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt054",
852 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt055",
853 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt056",
854 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt058",
855 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt061",
856 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt062",
857 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt063",
858 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt064",
859 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt067",
860 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt069",
861 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt070",
862 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt074",
863 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt075",
864 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt077",
865 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt079",
866 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt083",
867 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt085",
868 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt086",
869 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt089",
870 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt090",
871 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt091",
872 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt094",
873 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt095",
874 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt098",
875 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Completeness__84361",
876 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err003",
877 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err004",
878 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err005",
879 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err006",
880 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err010",
881 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err011",
882 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err012",
883 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err013",
884 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err026",
885 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err029",
886 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err031",
887 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err038",
888 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err044",
889 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err048",
890 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err049",
891 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err050",
892 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err051",
893 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err059",
894 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err062",
895 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err065",
896 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err073",
897 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err075",
898 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err076",
899 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err078",
900 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err093",
901 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err103",
902 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err106",
903 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err108",
904 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_xsl_template_complicated_match_pattern_with_variable_ref",
905 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84423",
906 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84424",
907 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84426",
908 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84427",
909 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84435",
910 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__91183",
911 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_BooleanFunction",
912 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_Bug76054",
913 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithAbsoluteArgument",
914 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithEntityRef",
915 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_ElementAvailFunctionFalseTest",
916 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_GenereateIdAppliedToNamespaceNodesOnDifferentElements",
917 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestIdFuncInComplexStruct",
918 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestOfIdFunction",
919 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10002",
920 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10003",
921 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10004",
922 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10005",
923 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10006",
924 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10007",
925 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10008",
926 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10009",
927 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10010",
928 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10011",
929 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10012",
930 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10013",
931 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10014",
932 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10015",
933 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10016",
934 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10017",
935 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10018",
936 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10019",
937 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10020",
938 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10021",
939 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10022",
940 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10023",
941 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10024",
942 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10025",
943 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10026",
944 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10049",
945 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84048",
946 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84049",
947 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84050",
948 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84170",
949 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84172",
950 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__EuropeanPattern",
951 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Non_DigitPattern",
952 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Pattern-separator",
953 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__currency",
954 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__defaultPattern",
955 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimalValue",
956 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimumValue",
957 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__percentPattern",
958 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__specialCharInPattern",
959 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__testOn-0.00",
960 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_UseDocumentFnToReturnRootNode",
961 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_VariableWithinVariable",
962 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78117",
963 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78120",
964 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78125",
965 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78161",
966 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78356",
967 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78360",
968 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84633",
969 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84634",
970 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84636",
971 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84637",
972 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84697",
973 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84709",
974 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84710",
975 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84712",
976 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro2",
977 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro3",
978 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91832",
979 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91833",
980 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91836",
981 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91859",
982 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_SortExprWithCurrentInsideForEach1",
983 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_SortTextWithNonTextCharacters",
984 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_TextNodesSpanMultipleLines",
985 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_TurkishISortingTest",
986 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77516",
987 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77525",
988 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77977",
989 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78191",
990 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78286",
991 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78291",
992 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__84006",
993 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91689",
994 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91691",
995 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91693",
996 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91694",
997 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91695",
998 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91696",
999 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91697",
1000 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91698",
1001 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91699",
1002 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91700",
1003 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91701",
1004 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91704",
1005 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91705",
1006 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91752",
1007 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91753",
1008 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91422",
1009 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91423",
1010 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91425",
1011 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91428",
1012 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91443",
1013 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91444",
1014 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.Fallback__91825",
1015 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91841",
1016 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91844",
1017 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91848",
1018 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91849",
1019 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91853",
1020 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91856",
1021 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_AmpersandWithinHtmlAttribute",
1022 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAndSystemAttribute",
1023 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAttribute",
1024 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypeSystemAttribute",
1025 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EmptyElement1",
1026 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EntityRefInAttribHtml",
1027 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithAmpersandCurlyBracket",
1028 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithLessThanInAttribute",
1029 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Html_Op_Href_Attr_non_ascii_value",
1030 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MediaTypeTest",
1031 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MethodEqualsHtmlWithoutIndentSet",
1032 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Modified84433",
1033 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Output_UseStandAloneAttributeWithMultipleRoots",
1034 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_SignInHrefAttribute",
1035 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_UseLiteralResultElementHead",
1036 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77929",
1037 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77930",
1038 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77936",
1039 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77939",
1040 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77940",
1041 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77966",
1042 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78175",
1043 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78176",
1044 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78177",
1045 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78180",
1046 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78221",
1047 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78222",
1048 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78223",
1049 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78224",
1050 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78225",
1051 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78226",
1052 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78227",
1053 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78229",
1054 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84010",
1055 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84011",
1056 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84012",
1057 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84015",
1058 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84016",
1059 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84017",
1060 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84018",
1061 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84019",
1062 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84020",
1063 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84021",
1064 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84022",
1065 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84025",
1066 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84165",
1067 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84260",
1068 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84264",
1069 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84271",
1070 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84273",
1071 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84277",
1072 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84280",
1073 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84282",
1074 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84285",
1075 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84306",
1076 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84309",
1077 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84374",
1078 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84428",
1079 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84429",
1080 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84432",
1081 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84433",
1082 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84434",
1083 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84452",
1084 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84453",
1085 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84454",
1086 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84455",
1087 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84456",
1088 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84457",
1089 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84458",
1090 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84459",
1091 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84460",
1092 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84461",
1093 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84462",
1094 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77536",
1095 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77562",
1096 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77564",
1097 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77574",
1098 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77591",
1099 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77596",
1100 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77599",
1101 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets_RefToUndefinedAttributeSet",
1102 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91035",
1103 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91038",
1104 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91080",
1105 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91081",
1106 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91083",
1107 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91098",
1108 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91100",
1109 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91119",
1110 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_AttributeWithEmptyName",
1111 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_EmptyNameAttributeWithNS",
1112 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_InvalidNamespacePrefix",
1113 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_UseXmlnsNsAsNamespaceForAttribute",
1114 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78365",
1115 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78369",
1116 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78373",
1117 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78374",
1118 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78376",
1119 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78378",
1120 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78386",
1121 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81487",
1122 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81551",
1123 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89463",
1124 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89464",
1125 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89465",
1126 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Copying_ResultTreeFragmentWithEscapedText",
1127 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNSFromNameFn",
1128 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecified",
1129 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecifiedButValidNS",
1130 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWIthNamespaceEqualToXmlnsUri",
1131 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWithNameSpaceAttrEqualToXmlnsUri",
1132 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78347",
1133 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78358",
1134 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78362",
1135 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78363",
1136 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__83968",
1137 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89171",
1138 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89716",
1139 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89717",
1140 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89718",
1141 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatSameCharForDecimalAndGrpSep",
1142 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit",
1143 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit1",
1144 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit2",
1145 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_FormatNumber_SemiColonDelimitsToWhitespace",
1146 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_TestGrpSepr",
1147 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_ValueOf_FormatNumberWithoutPositiveNumberFormatPattern",
1148 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_Conflict_XPath_XSLT",
1149 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_DefaultNamespace",
1150 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_NavigatorMethods",
1151 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XML",
1152 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XMLNS",
1153 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_SameQuery_DiffNamespace",
1154 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_ScopingRules",
1155 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_NaNOrInvalidValue",
1156 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsEmptyNodeset",
1157 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsNodesetTest1",
1158 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84683",
1159 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84687",
1160 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84692",
1161 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84694",
1162 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84699",
1163 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84700",
1164 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84705",
1165 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84715",
1166 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84716",
1167 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84717",
1168 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84722",
1169 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84723",
1170 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84724",
1171 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84725",
1172 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91026",
1173 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91027",
1174 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91028",
1175 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91029",
1176 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction_InvalidPIName1",
1177 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78196",
1178 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78202",
1179 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78204",
1180 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78217",
1181 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78218",
1182 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78219",
1183 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_DoeWithCdataInText",
1184 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_Modified78311",
1185 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78245",
1186 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78272",
1187 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78273",
1188 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78274",
1189 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78275",
1190 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78276",
1191 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78281",
1192 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78308",
1193 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78309",
1194 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78311",
1195 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78308",
1196 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78309",
1197 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset10",
1198 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset17",
1199 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset27",
1200 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset29",
1201 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset31",
1202 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset32",
1203 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset40",
1204 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset41",
1205 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset42",
1206 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribvaltemplate_attribvaltemplate08",
1207 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy16",
1208 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy19",
1209 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy20",
1210 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy21",
1211 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy22",
1212 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy38",
1213 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy56",
1214 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy58",
1215 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy60",
1216 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend02",
1217 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend04",
1218 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey04",
1219 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey22",
1220 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey24",
1221 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey26",
1222 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey31",
1223 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey37",
1224 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey38",
1225 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey39",
1226 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey40",
1227 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey41",
1228 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey42",
1229 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey43",
1230 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey55",
1231 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey56",
1232 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey57",
1233 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey58",
1234 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey60",
1235 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey61",
1236 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey62",
1237 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.match_match11",
1238 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.message_message15",
1239 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace32",
1240 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace34",
1241 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat07",
1242 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat35",
1243 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering14",
1244 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering17",
1245 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering79",
1246 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering91",
1247 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output01",
1248 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output02",
1249 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output03",
1250 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output04",
1251 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output05",
1252 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output06",
1253 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output08",
1254 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output09",
1255 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output10",
1256 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output110",
1257 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output111",
1258 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output113",
1259 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output17",
1260 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output22",
1261 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output25",
1262 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output26",
1263 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output28",
1264 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output32",
1265 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output33",
1266 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output34",
1267 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output35",
1268 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output36",
1269 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output37",
1270 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output38",
1271 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output39",
1272 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output40",
1273 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output48",
1274 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output49",
1275 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output50",
1276 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output52",
1277 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output59",
1278 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output60",
1279 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output61",
1280 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output62",
1281 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output70",
1282 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output72",
1283 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output73",
1284 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output74",
1285 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output75",
1286 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output86",
1287 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.processorinfo_processorinfo03",
1288 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select73",
1289 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select74",
1290 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort08",
1291 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort27",
1292 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver05",
1293 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver06",
1294 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84614",
1295 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84615",
1296 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91032",
1297 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91148",
1298 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91150",
1299 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91151",
1300 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91156",
1301 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91157",
1302 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91158",
1303 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91165",
1304 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludeStylesheetWithoutXslNamespace",
1305 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludedStylesheetShouldHaveDifferentBaseUri",
1306 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_NestedIncludes",
1307 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest1",
1308 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest2",
1309 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest3",
1310 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest4",
1311 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest5",
1312 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest6",
1313 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77489",
1314 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77504",
1315 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77515",
1316 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77736",
1317 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77745",
1318 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77750",
1319 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77751",
1320 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78295",
1321 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78296",
1322 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78398",
1323 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84463",
1324 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84464",
1325 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_NSAlias_In_Import",
1326 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_NSAliasForDefaultWithExcludeResPref",
1327 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test1",
1328 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test2",
1329 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_WithinRTF",
1330 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91781",
1331 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91782",
1332 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91785",
1333 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91786",
1334 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace_CheckXmlnsResetOnResultTree",
1335 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77655",
1336 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77665",
1337 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77670",
1338 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77675",
1339 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__78027",
1340 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91802",
1341 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91803",
1342 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91804",
1343 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91806",
1344 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91807",
1345 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91808",
1346 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91810",
1347 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91811",
1348 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91816",
1349 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77619",
1350 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77622",
1351 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77870",
1352 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77879",
1353 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77897",
1354 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77898",
1355 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77902"
1356 ]
Jesse Wilson7f432cf2011-03-30 17:39:44 -07001357},
1358{
1359 description: "Android's XPath fails 29 of 250 Jaxen XPath tests",
1360 bug: 3270761,
1361 names: [
1362 "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /dummy:a/dummy:b/dummy:c",
1363 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]",
1364 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')",
1365 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog",
1366 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog",
1367 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate",
1368 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')",
1369 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a",
1370 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b",
1371 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c",
1372 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f",
1373 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml / //namespace::*",
1374 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::*",
1375 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::xplt",
1376 "libcore.xml.JaxenXPathTestSuite$3#xml/text.xml / document('xml/web.xml')",
1377 "libcore.xml.JaxenXPathTestSuite$4#xml/message.xml / document('xml/message.xml')/message/body/data/items/item[name/text()='parentinfo']/value",
1378 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y",
1379 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c",
1380 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e",
1381 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y",
1382 "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml / document('xml/web.xml')/web-app/servlet[1]/servlet-name",
1383 "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml /foo/bar/cheese[1] concat(./@id,document('xml/web.xml')/web-app/servlet[1]/servlet-name,./@id)",
1384 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )",
1385 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Servlet' )",
1386 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] lower-case( servlet-class )",
1387 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )",
1388 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-ES-Traditional_WIN' )",
1389 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr' )",
1390 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-CA' )"
1391 ]
Kenny Roota96f0f82013-01-17 16:23:31 -08001392},
1393{
1394 description: "Android's PKIX validation fails on many NIST PKIX tests",
1395 bug: 8030138,
1396 names: [
Kenny Roota96f0f82013-01-17 16:23:31 -08001397 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest20",
1398 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest21",
Kenny Roota96f0f82013-01-17 16:23:31 -08001399 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_ValidSeparateCertificateandCRLKeysTest19",
Kenny Roota96f0f82013-01-17 16:23:31 -08001400 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest4",
Neil Fuller3ca393b2014-05-19 12:36:29 +01001401 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_ValiddeltaCRLTest5",
Kenny Roota96f0f82013-01-17 16:23:31 -08001402 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest24",
1403 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest25",
1404 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest28",
1405 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest29",
1406 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest30",
1407 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest33",
1408 "libcore.java.security.cert.X509CertificateNistPkitsTest#testKeyUsage_ValidSelfIssuedDNnameConstraintsTest19",
1409 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingNameChaining_ValidRFC3280OptionalAttributeTypesTest8",
Kenny Roota96f0f82013-01-17 16:23:31 -08001410 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedCRLSigningKeyTest6",
1411 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedNewWithOldTest4"
1412 ]
Narayan Kamathbd084a22013-11-12 17:34:16 +00001413},
1414{
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001415 description: "Known failure in MathTest 1^NAN should be NAN",
1416 bug: 11669804,
Narayan Kamathab762bb2013-11-15 18:40:14 +00001417 name: "org.apache.harmony.tests.java.lang.MathTest#test_powDD"
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001418},
1419{
1420 description: "Known failures in PropertiesTest: We don't deal with comments in store()",
1421 bug: 11686302,
1422 names: [
Narayan Kamathab762bb2013-11-15 18:40:14 +00001423 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario0",
1424 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario1",
1425 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario2",
1426 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario3",
1427 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario9",
1428 "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario11"
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001429 ]
1430},
1431{
1432 description: "Known failures in URLTest and URLDecoderTest",
1433 bug: 11686814,
1434 names: [
Narayan Kamathab762bb2013-11-15 18:40:14 +00001435 "org.apache.harmony.tests.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String",
1436 "org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL",
1437 "org.apache.harmony.tests.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String"
Narayan Kamathbf44cb02013-11-13 13:17:00 +00001438 ]
Neil Fuller98030ff2014-05-09 18:02:31 +01001439},
1440{
Narayan Kamath3f2128b2014-05-09 16:44:32 +01001441 description: "Known failure in GregorianCalendarTest",
1442 bug: 12778197,
1443 name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime"
Neil Fullere9346f42014-05-29 15:16:19 +01001444},
1445{
1446 description: "Failures in external/okhttp tests on Android. Some are flakes. To be investigated",
1447 bug: 14462336,
1448 names: [
1449 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#acceptAndTransmitCookies",
1450 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#authenticate",
1451 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#conditionalCache",
1452 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#get",
1453 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#noDefaultContentLengthOnPost",
1454 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#readResponseHeaderTimeout",
1455 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#readTimeoutOnSlowConnection",
1456 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#responseCachedWithoutConsumingFullBody",
1457 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#responsesAreCached",
1458 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#serverSendsPushPromise_GET",
1459 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#serverSendsPushPromise_HEAD",
1460 "com.squareup.okhttp.internal.http.HttpOverHttp20Draft09Test#synchronousSpdyRequest",
1461 "com.squareup.okhttp.internal.http.HttpResponseCacheTest#setIfModifiedSince",
1462 "com.squareup.okhttp.internal.http.URLConnectionTest#sslFallbackNotUsedWhenRecycledConnectionFails",
1463 "com.squareup.okhttp.internal.spdy.SpdyConnectionTest#initialSettingsWithWindowSizeAdjustsConnection",
1464 "com.squareup.okhttp.internal.spdy.SpdyConnectionTest#pushPromiseStream",
1465 "com.squareup.okhttp.internal.spdy.SpdyConnectionTest#replyWithNoData",
1466 "com.squareup.okhttp.internal.spdy.SpdyConnectionTest#serverClosesClientInputStream"
1467 ]
Jesse Wilson220002e2010-09-22 19:16:17 -07001468}
1469]