blob: e5ebb5fd756b24e8ccff89d110d1e71de46f531f [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 Hughese1a6c9c2013-09-12 13:37:52 -07006 description: "three known CharsetDecoder-/CharsetEncoder-related failures",
7 names: [
8 "org.apache.harmony.nio_char.tests.java.nio.charset.ASCIICharsetEncoderTest#testMultiStepEncode",
9 "org.apache.harmony.nio_char.tests.java.nio.charset.CharsetDecoderTest#testInvalidDecoding",
10 "org.apache.harmony.nio_char.tests.java.nio.charset.CharsetDecoderTest#test_decode"
11 ],
12 bug: 10729779
13},
14{
Elliott Hughesa1170152013-08-01 16:15:44 -070015 description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds",
16 name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103",
17 bug: 40103
18},
19{
Elliott Hughesdb835d52013-08-01 15:16:02 -070020 description: "our regex implementation calls toString on CharSequences",
21 name: "org.apache.harmony.luni.tests.java.util.ScannerParseLargeFileBenchmarkTest#testParseLargeFile",
22 bug: 10133206
23},
24{
Jesse Wilson6dedda92011-08-16 13:43:05 -040025 description: "Package.getPackages(), ClassLoader.getPackages() both omit results",
26 name: "libcore.java.lang.PackageTest#testGetPackages",
27 bug: 5171136
28},
29{
Jesse Wilson29e06382011-08-12 13:46:03 -040030 description: "Deserialization shouldn't set transient fields",
31 name: "libcore.java.io.SerializationTest#testSerializeFieldMadeTransient",
32 bug: 4471249
33},
34{
Jesse Wilson32a250f2011-07-24 15:48:53 -070035 description: "Investigate InterruptedIOException + InputStream.read(), OutputStream.write()",
36 names: [
37 "libcore.java.io.InterruptedStreamTest#testInterruptSocketInputStream",
38 "libcore.java.io.InterruptedStreamTest#testInterruptSocketOutputStream"
39 ],
40 bug: 4181738
41},
42{
Jesse Wilson25e769d2011-06-17 13:46:06 -070043 description: "SimpleDateFormat assumes DST always uses 60 minute offset; this fails for zones like Lord Howe Daylight Time",
44 name: "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone",
45 bug: 4723412
46},
47{
Jesse Wilson28b429a2011-05-17 11:21:31 -070048 description: "Expat uses an unbounded number of global references",
49 name: "libcore.xml.ExpatSaxParserTest#testGlobalReferenceTableOverflow",
50 bug: 2772628
51},
52{
Jesse Wilsona9664e72011-02-21 13:46:17 -080053 description: "Test fails, Intermediate certificate lacks BasicConstraints",
54 name: "com.android.org.bouncycastle.jce.provider.PKIXCertPathValidatorSpiTest#testTrustAndRemoteCertificatesWithDifferentEncodings",
55 bug: 3474648
56},
57{
Jesse Wilson8bc378b2011-02-23 18:45:29 -080058 description: "DHParametersHelper.generateSafePrimes sometimes takes long time, other times takes a very long time",
59 name: "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest#test_getParams",
Jesse Wilson66fdc402011-02-21 11:10:57 -080060 bug: 3474446
61},
62{
Jesse Wilson8605af22011-02-20 22:48:50 -080063 description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout",
64 name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement",
65 bug: 3473300
66},
67{
Jesse Wilsonc5c82ac2011-01-25 10:04:29 -080068 name: "libcore.java.lang.StringTest#testCaseMapping_en_US",
69 bug: 3387655
70},
71{
Jesse Wilsonc5c82ac2011-01-25 10:04:29 -080072 name: "libcore.java.io.FileTest#test_emptyFilename",
73 bug: 3387758
74},
75{
Jesse Wilson995a3842011-02-14 13:04:50 -080076 description: "KxmlPullParser doesn't enforce top-level document element",
77 names: [
78 "libcore.xml.KxmlPullParserDtdTest#testDoctypeInDocumentElement",
79 "libcore.xml.KxmlPullParserDtdTest#testDoctypeAfterDocumentElement"
80 ],
81 bug: 3452274
82},
83{
Jesse Wilsonb7f4d6c2011-01-12 18:27:23 -080084 description: "URLConnection fails on URLs containing {}",
85 name: "libcore.java.net.URLConnectionTest#testMalformedUrl",
86 bug: 1158780,
87 substring: "java.net.URISyntaxException"
88},
89{
Jesse Wilson77353372010-11-30 14:46:05 -080090 description: "KxmlParser doesn't expose DTD text",
91 name: "libcore.xml.KxmlPullParserDtdTest#testDoctypeWithNextToken",
92 bug: 3241492
93},
94{
95 description: "Expat relaxed is different from Kxml relaxed",
96 names: [
97 "libcore.xml.ExpatPullParserTest#testAttributeNoValueWithRelaxed",
98 "libcore.xml.ExpatPullParserTest#testAttributeUnquotedValueWithRelaxed",
99 "libcore.xml.ExpatPullParserTest#testMissingEntitiesWithRelaxed",
100 "libcore.xml.ExpatPullParserTest#testUnterminatedEntityWithRelaxed"
101 ],
102 bug: 3090550
103},
104{
105 description: "ExpatPullParser doesn't support nextToken() or line numbers",
106 names: [
107 "libcore.xml.ExpatPullParserDtdTest#testDoctypeWithNextToken",
108 "libcore.xml.ExpatPullParserTest#testCdataUsingNextToken",
109 "libcore.xml.ExpatPullParserTest#testCommentUsingNextToken",
110 "libcore.xml.ExpatPullParserTest#testCustomEntitiesAreNotEvaluated",
111 "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNext",
112 "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNextToken",
113 "libcore.xml.ExpatPullParserTest#testEmptyCdataUsingNextToken",
114 "libcore.xml.ExpatPullParserTest#testEmptyComment",
115 "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNext",
116 "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNextToken",
117 "libcore.xml.ExpatPullParserTest#testEntityInAttributeUsingNextToken",
118 "libcore.xml.ExpatPullParserTest#testLinesAndColumns",
119 "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextToken",
120 "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextTokenWithRelaxed",
121 "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextWithRelaxed",
122 "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextToken",
123 "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextTokenWithRelaxed",
124 "libcore.xml.ExpatPullParserTest#testProcessingInstructionUsingNextToken",
125 "libcore.xml.ExpatPullParserTest#testRegularNumericEntities",
126 "libcore.xml.ExpatPullParserTest#testWhitespaceUsingNextToken",
127 "libcore.xml.ExpatPullParserTest#testXmlDeclaration",
128 "libcore.xml.ExpatPullParserTest#testXmlDeclarationExtraAttributes"
129 ],
130 bug: 3090550
131},
132{
133 description: "ExpatPullParser doesn't handle surrogates properly",
134 name: "libcore.xml.ExpatPullParserTest#testCharacterReferenceOfLastUtf16Surrogate",
135 bug: 3090550
136},
137{
Jesse Wilson0ad02672010-10-07 11:37:31 -0700138 description: "RandomAccessFile missing finalizer",
139 name: "libcore.java.io.RandomAccessFileTest#testRandomAccessFileHasCleanupFinalizer",
140 bug: 3015023
141},
142{
Jesse Wilsonc1851da2010-10-01 17:23:26 -0700143 description: "ICU seems to treat unknown and invalid locales differently",
144 name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale",
145 bug: 2541757
146},
147{
148 description: "Root locale uses INF for infinity but unknown locales use \u221e",
149 name: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale",
150 bug: 3056617
151},
152{
153 description: "Minimal days in first week is broken",
154 names: [
155 "libcore.java.text.OldSimpleDateFormatTest#testFormattingWeekOfYear",
156 "libcore.java.text.OldSimpleDateFormatTest#testDefaultMinimalDaysInFirstWeek"
157 ],
158 bug: 1613709
159},
160{
161 description: "Custom SimpleTimeZones not honored by SimpleDateFormat",
162 name: "libcore.java.text.OldSimpleDateFormatTest#testFormattingTimezones",
163 bug: 3049014
164},
165{
166 description: "NaN character not found when deserializing DecimalFormatSymbols",
167 name: "libcore.java.text.OldDecimalFormatSymbolsTest#test_RIHarmony_compatible",
168 bug: 3056792
169},
170{
Jesse Wilsonbdc4c592010-09-29 14:34:56 -0700171 description: "DecimalFormat is limited to 127 digits",
172 name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits",
173 bug: 2400429
174},
175{
Jesse Wilson1f8243e2010-09-28 13:40:14 -0700176 description: "HTTPS connections should not be pooled.",
177 name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories",
178 bug: 3042192
179},
180{
Jesse Wilsona602f402010-09-27 18:05:32 -0700181 description: "Cookie tests failing on the host",
182 bug: 3041920,
183 names: [
184 "libcore.java.net.CookiesTest#testNetscapeResponse",
185 "libcore.java.net.CookiesTest#testQuotedAttributeValues",
186 "libcore.java.net.CookiesTest#testRfc2109Response",
187 "libcore.java.net.CookiesTest#testRfc2965Response",
188 "libcore.java.net.CookiesTest#testSendingCookiesFromStore"
189 ],
190 modes: [ "host" ]
191},
192{
Jesse Wilson4d105202010-09-25 08:53:24 -0700193 description: "Math failures when running on the host",
194 names: [
Jesse Wilson5fb56342010-12-16 16:01:04 -0800195 "libcore.java.lang.OldAndroidStrictMathTest#testLog1pD",
196 "libcore.java.lang.OldAndroidStrictMathTest#testRintD",
Jesse Wilson4d105202010-09-25 08:53:24 -0700197 "org.apache.harmony.luni.tests.java.lang.MathTest#test_cbrt_D",
198 "org.apache.harmony.luni.tests.java.lang.MathTest#test_powDD",
199 "org.apache.harmony.luni.tests.java.lang.MathTest#test_sinh_D",
200 "org.apache.harmony.luni.tests.java.lang.StrictMathTest#test_log1p_D",
201 "org.apache.harmony.luni.tests.java.lang.StrictMathTest#test_rintD"
202 ],
Jesse Wilsona602f402010-09-27 18:05:32 -0700203 bug: 2931959,
204 modes: [ "host" ]
Jesse Wilson4d105202010-09-25 08:53:24 -0700205},
206{
207 description: "Double.parseDouble().toString does wrong rounding",
Jesse Wilsonb22ef1e2011-02-11 15:22:03 -0800208 names: [
209 "libcore.java.lang.OldDoubleTest#test_parseDoubleLjava_lang_String",
Jesse Wilson821431f2011-02-18 11:11:22 -0800210 "libcore.java.lang.DoubleTest#testParseLargestSubnormalDoublePrecision"
Jesse Wilsonb22ef1e2011-02-11 15:22:03 -0800211 ],
Jesse Wilson4d105202010-09-25 08:53:24 -0700212 bug: 1607938
213},
214{
Jesse Wilson0e5792e2010-09-24 17:29:36 -0700215 description: "We fake support for these by substituting similar (but not identical) charsets",
216 names: [
217 "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode",
218 "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Encode",
219 "libcore.java.nio.charset.OldCharset_MultiByte_EUC_JP#test_CodecDynamic",
220 "libcore.java.nio.charset.OldCharset_MultiByte_EUC_JP#test_Decode",
221 "libcore.java.nio.charset.OldCharset_MultiByte_EUC_JP#test_Encode",
222 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Decode",
223 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Encode",
224 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_nameMatch",
225 "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Decode",
226 "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode",
227 "libcore.java.nio.charset.OldCharset_MultiByte_ISO_2022_JP#test_Decode",
228 "libcore.java.nio.charset.OldCharset_MultiByte_ISO_2022_JP#test_Encode",
229 "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_Encode",
230 "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_nameMatch"
231 ],
232 bug: 2985901
233},
234{
Jesse Wilson5e8f0b92010-09-23 19:41:28 -0700235 description: "UTF-16 and UTF-32 encoders don't write big-endian output on little-endian devices",
236 names: [
Jesse Wilson0e5792e2010-09-24 17:29:36 -0700237 "libcore.java.nio.charset.CharsetEncoderTest#test_defaultReplacementBytesUtf_16",
Elliott Hughes01617812013-08-20 16:09:32 -0700238 "libcore.java.nio.charset.OldCharset_MultiByte_UTF_16#test_Encode",
239 "tests.api.java.nio.charset.CharsetTest#test_UTF_16",
240 "tests.api.java.nio.charset.CharsetTest#test_UTF_16BE",
241 "tests.api.java.nio.charset.CharsetTest#test_UTF_16LE",
242 "tests.api.java.nio.charset.CharsetTest#test_UTF_32",
243 "tests.api.java.nio.charset.CharsetTest#test_UTF_32BE",
244 "tests.api.java.nio.charset.CharsetTest#test_UTF_32LE",
245 "tests.api.java.nio.charset.CharsetTest#test_x_UTF_16LE_BOM",
246 "tests.api.java.nio.charset.CharsetTest#test_X_UTF_32BE_BOM",
247 "tests.api.java.nio.charset.CharsetTest#test_X_UTF_32LE_BOM"
Jesse Wilson5e8f0b92010-09-23 19:41:28 -0700248 ],
249 bug: 2702411
250},
251{
Jesse Wilson5e8f0b92010-09-23 19:41:28 -0700252 description: "HTTPS proxy broken on host",
253 names: [
254 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection",
255 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection",
256 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection_doOutput",
257 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection",
258 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection_Not_Found_Response"
259 ],
Jesse Wilsona602f402010-09-27 18:05:32 -0700260 bug: 3032875,
261 modes: [ "host" ]
Jesse Wilson5e8f0b92010-09-23 19:41:28 -0700262},
263{
Jesse Wilson220002e2010-09-22 19:16:17 -0700264 description: "Defining classes from byte[] not supported in Android",
265 result: EXEC_FAILED,
Jesse Wilson8bc50e82010-12-01 17:58:39 -0800266 name: "libcore.java.lang.OldClassTest#test_getClasses_subtest0"
Jesse Wilson220002e2010-09-22 19:16:17 -0700267},
268{
269 description: "There is no protection domain set in Android.",
270 result: EXEC_FAILED,
Jesse Wilson8bc50e82010-12-01 17:58:39 -0800271 name: "libcore.java.lang.OldClassTest#test_getProtectionDomain"
Jesse Wilson220002e2010-09-22 19:16:17 -0700272},
273{
Jesse Wilsonb22ef1e2011-02-11 15:22:03 -0800274 description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS",
275 bug: 3447964,
276 name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls"
277},
278{
Jesse Wilson220002e2010-09-22 19:16:17 -0700279 description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
280 to change URLClassLoader to allow this? It's not specified.",
281 result: EXEC_FAILED,
282 name: "tests.api.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader"
283},
284{
Jesse Wilson220002e2010-09-22 19:16:17 -0700285 description: "Fails (probably) because no protection domain is set.",
286 result: EXEC_FAILED,
287 names: [
288 "org.apache.harmony.security.tests.java.security.AccessController2Test#test_checkPermission_InvalidPermission",
289 "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedAction",
290 "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedActionLjava_security_AccessControlContext",
291 "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedExceptionAction",
292 "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedExceptionActionLjava_security_AccessControlContext"
293 ]
294},
295{
296 description: "Android throws IllegalArgumentException, RI throws NullPointerException",
297 result: EXEC_FAILED,
298 name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2"
299},
300{
301 description: "Android doesn't support protection domains.",
302 result: EXEC_FAILED,
303 name: "tests.api.java.security.PermissionCollectionTest#test_impliesLjava_security_Permission"
304},
305{
306 description: "Android doesn't allow null parent.",
307 result: EXEC_FAILED,
308 name: "tests.java.security.SecureClassLoaderTest#testSecureClassLoaderClassLoader"
309},
310{
Jesse Wilson220002e2010-09-22 19:16:17 -0700311 description: "Not all Drivers are loaded in testsetup. ClassLoader issue in DriverManager.",
312 result: EXEC_FAILED,
313 name: "org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testDeregisterDriver"
314},
315{
316 description: "not supported",
317 result: EXEC_FAILED,
318 names: [
319 "tests.java.sql.SelectFunctionalityTest#test_SelectRightOuterJoin",
320 "tests.java.sql.UpdateFunctionalityTest2#testUpdate2",
321 "tests.java.sql.UpdateFunctionalityTest2#testUpdate4",
322 "tests.java.sql.UpdateFunctionalityTest2#testUpdate6",
323 "tests.java.sql.UpdateFunctionalityTest2#testUpdate7",
324 "tests.java.sql.DeleteFunctionalityTest#testDelete6"
325 ]
326},
327{
328 description: "Not supported : pattern with %",
329 result: EXEC_FAILED,
330 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsArbitrary"
331},
332{
333 description: "Wildcard operator does not seem wo work correctly.",
334 result: EXEC_FAILED,
335 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsSpecific"
336},
337{
338 description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'",
339 result: EXEC_FAILED,
340 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsTableWithNoCatalogSchema"
341},
342{
343 description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported",
344 result: EXEC_FAILED,
345 name: "tests.java.sql.DatabaseMetaDataTest#test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
346},
347{
348 description: "Ticket 98",
349 result: EXEC_FAILED,
350 names: [
351 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMajorVersion",
352 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMinorVersion",
353 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductName",
354 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductVersion",
355 "tests.java.sql.DatabaseMetaDataTest#test_getDefaultTransactionIsolation",
356 "tests.java.sql.DatabaseMetaDataTest#test_getDriverName",
357 "tests.java.sql.DatabaseMetaDataTest#test_getDriverVersion"
358 ]
359},
360{
361 description: "Keys are not supported: Ticket 91",
362 result: EXEC_FAILED,
363 name: "tests.java.sql.DatabaseMetaDataTest#test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
364},
365{
366 description: "Ticket 98",
367 result: EXEC_FAILED,
368 names: [
369 "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMajorVersion",
370 "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMinorVersion"
371 ]
372},
373{
374 description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. When fixed
375 change to @KnownFailure",
376 result: EXEC_FAILED,
377 name: "tests.java.sql.DatabaseMetaDataTest#test_getNumericFunctions"
378},
379{
380 description: "Ticket 91 : relies on not supported features: getCatalog, keys",
381 result: EXEC_FAILED,
382 name: "tests.java.sql.DatabaseMetaDataTest#test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String"
383},
384{
385 description: "Ticket 98",
386 result: EXEC_FAILED,
387 names: [
388 "tests.java.sql.DatabaseMetaDataTest#test_getResultSetHoldability",
389 "tests.java.sql.DatabaseMetaDataTest#test_getSQLKeywords",
390 "tests.java.sql.DatabaseMetaDataTest#test_getSQLStateType",
391 "tests.java.sql.DatabaseMetaDataTest#test_getSchemas",
392 "tests.java.sql.DatabaseMetaDataTest#test_getSearchStringEscape"
393 ]
394},
395{
396 description: "not supported",
397 result: EXEC_FAILED,
398 names: [
399 "tests.java.sql.DatabaseMetaDataTest#test_getStringFunctions",
400 "tests.java.sql.DatabaseMetaDataTest#test_getSystemFunctions"
401 ]
402},
403{
404 description: "Ticket 98",
405 result: EXEC_FAILED,
406 name: "tests.java.sql.DatabaseMetaDataTest#test_getTableTypes"
407},
408{
409 description: "If no schema is associated: returns empty string where actually null be returned?. Ticket 98",
410 result: EXEC_FAILED,
411 name: "tests.java.sql.DatabaseMetaDataTest#test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String"
412},
413{
414 description: "not supported",
415 result: EXEC_FAILED,
416 names: [
417 "tests.java.sql.DatabaseMetaDataTest#test_getTimeDateFunctions",
418 "tests.java.sql.DatabaseMetaDataTest#test_getTypeInfo"
419 ]
420},
421{
422 description: "Ticket 98",
423 result: EXEC_FAILED,
424 names: [
425 "tests.java.sql.DatabaseMetaDataTest#test_getURL",
426 "tests.java.sql.DatabaseMetaDataTest#test_insertsAreDetectedI",
427 "tests.java.sql.DatabaseMetaDataTest#test_isReadOnly",
428 "tests.java.sql.DatabaseMetaDataTest#test_othersDeletesAreVisibleI",
429 "tests.java.sql.DatabaseMetaDataTest#test_othersInsertsAreVisibleI",
430 "tests.java.sql.DatabaseMetaDataTest#test_othersUpdatesAreVisibleI"
431 ]
432},
433{
434 description: "not supported. SQLException checking test fails",
435 result: EXEC_FAILED,
436 name: "tests.java.sql.DatabaseMetaDataTest#test_supportsColumnAliasing"
437},
438{
439 description: "exception test fails",
440 result: EXEC_FAILED,
441 names: [
442 "tests.java.sql.DatabaseMetaDataTest#test_supportsExpressionsInOrderBy",
443 "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupBy",
444 "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupByUnrelated"
445 ]
446},
447{
448 description: "Ticket 98",
449 result: EXEC_FAILED,
450 name: "tests.java.sql.DatabaseMetaDataTest#test_supportsNonNullableColumns"
451},
452{
453 description: "exception test fails",
454 result: EXEC_FAILED,
455 names: [
456 "tests.java.sql.DatabaseMetaDataTest#test_supportsOrderByUnrelated",
457 "tests.java.sql.DatabaseMetaDataTest#test_supportsSelectForUpdate",
458 "tests.java.sql.DatabaseMetaDataTest#test_supportsSubqueriesInExists",
459 "tests.java.sql.DatabaseMetaDataTest#test_supportsTableCorrelationNames"
460 ]
461},
462{
463 description: "Not supported ops applied",
464 result: EXEC_FAILED,
465 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_allTablesAreSelectable"
466},
467{
468 description: "not supported",
469 result: EXEC_FAILED,
470 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_doesMaxRowSizeIncludeBlobs"
471},
472{
473 description: "not supported. Privileges are not supported.",
474 result: EXEC_FAILED,
475 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getColumnPrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String"
476},
477{
478 description: "not supported",
479 result: EXEC_FAILED,
480 names: [
481 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getExportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String",
482 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ"
483 ]
484},
485{
486 description: "Exception test fails",
487 result: EXEC_FAILED,
488 names: [
489 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTableNameLength",
490 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTablesInSelect",
491 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxUserNameLength",
492 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getProcedureTerm",
493 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getSchemaTerm"
494 ]
495},
496{
497 description: "not supported. Privileges are not supported.",
498 result: EXEC_FAILED,
499 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getTablePrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_String"
500},
501{
502 description: "Not supported ops applied",
503 result: EXEC_FAILED,
504 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getVersionColumnsLjava_lang_StringLjava_lang_StringLjava_lang_String"
505},
506{
507 description: "Exception test fails",
508 result: EXEC_FAILED,
509 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_isCatalogAtStart"
510},
511{
512 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800513 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700514 names: [
515 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_locatorsUpdateCopy",
516 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsANSI92EntryLevelSQL",
517 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsDataDefinitionAndDataManipulationTransactions",
518 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsMinimumSQLGrammar",
519 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsResultSetTypeI",
520 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInComparisons",
521 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInIns",
522 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsTransactions",
523 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_usesLocalFiles",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800524 "libcore.java.sql.OldConnectionTest#testClearWarnings",
525 "libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported"
Jesse Wilson220002e2010-09-22 19:16:17 -0700526 ]
527},
528{
529 description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800530 bug: 3403706,
531 name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700532},
533{
534 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800535 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700536 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800537 "libcore.java.sql.OldConnectionTest#testGetCatalog",
538 "libcore.java.sql.OldConnectionTest#testGetHoldability"
Jesse Wilson220002e2010-09-22 19:16:17 -0700539 ]
540},
541{
542 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800543 bug: 3403706,
544 name: "libcore.java.sql.OldConnectionTest#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700545},
546{
547 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800548 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700549 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800550 "libcore.java.sql.OldConnectionTest#testGetTransactionIsolation",
551 "libcore.java.sql.OldConnectionTest#testGetWarnings"
Jesse Wilson220002e2010-09-22 19:16:17 -0700552 ]
553},
554{
555 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800556 bug: 3403706,
557 name: "libcore.java.sql.OldConnectionTest#testIsReadOnly"
Jesse Wilson220002e2010-09-22 19:16:17 -0700558},
559{
560 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800561 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700562 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800563 "libcore.java.sql.OldConnectionTest#testPrepareStatementNotSupported",
564 "libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700565 ]
566},
567{
568 description: "conn.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800569 bug: 3403706,
570 name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit"
Jesse Wilson220002e2010-09-22 19:16:17 -0700571},
572{
573 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800574 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700575 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800576 "libcore.java.sql.OldConnectionTest#testSetHoldability",
577 "libcore.java.sql.OldConnectionTest#testSetReadOnly"
Jesse Wilson220002e2010-09-22 19:16:17 -0700578 ]
579},
580{
581 description: "First Exception test fails: parameters not cleared.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800582 bug: 3403706,
583 name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters"
Jesse Wilson220002e2010-09-22 19:16:17 -0700584},
585{
586 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800587 bug: 3403706,
588 name: "libcore.java.sql.OldPreparedStatementTest#testExecute"
Jesse Wilson220002e2010-09-22 19:16:17 -0700589},
590{
591 description: "it is not possible to invoke the method getMetaData on a PreparedStatement object before it is
592 executed: got NullPointerException.Test passes on RI.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800593 bug: 3403706,
594 name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700595},
596{
597 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800598 bug: 3403706,
599 name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal"
Jesse Wilson220002e2010-09-22 19:16:17 -0700600},
601{
602 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800603 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700604 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800605 "libcore.java.sql.OldPreparedStatementTest#testSetBoolean",
606 "libcore.java.sql.OldPreparedStatementTest#testSetByte"
Jesse Wilson220002e2010-09-22 19:16:17 -0700607 ]
608},
609{
610 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800611 bug: 3403706,
612 name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes"
Jesse Wilson220002e2010-09-22 19:16:17 -0700613},
614{
615 description: "preparedStatement.execute() does not return false on update. Setting a data for a declared
616 INTEGER should throw Exception",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800617 bug: 3403706,
618 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date"
Jesse Wilson220002e2010-09-22 19:16:17 -0700619},
620{
621 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800622 bug: 3403706,
623 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700624},
625{
626 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800627 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700628 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800629 "libcore.java.sql.OldPreparedStatementTest#testSetDouble",
630 "libcore.java.sql.OldPreparedStatementTest#testSetFloat",
631 "libcore.java.sql.OldPreparedStatementTest#testSetInt",
632 "libcore.java.sql.OldPreparedStatementTest#testSetLong",
633 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object"
Jesse Wilson220002e2010-09-22 19:16:17 -0700634 ]
635},
636{
637 description: "Fails for Types.DATE",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800638 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700639 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800640 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int",
641 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int"
Jesse Wilson220002e2010-09-22 19:16:17 -0700642 ]
643},
644{
645 description: "exception test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800646 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700647 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800648 "libcore.java.sql.OldPreparedStatementTest#testSetShort",
649 "libcore.java.sql.OldPreparedStatementTest#testSetString_charField",
650 "libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField"
Jesse Wilson220002e2010-09-22 19:16:17 -0700651 ]
652},
653{
654 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800655 bug: 3403706,
656 name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField"
Jesse Wilson220002e2010-09-22 19:16:17 -0700657},
658{
659 description: "preparedStatement.execute() does not return False on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800660 bug: 3403706,
661 name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700662},
663{
664 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800665 bug: 3403706,
666 name: "libcore.java.sql.OldPreparedStatementTest#testSetTimeint_Time"
Jesse Wilson220002e2010-09-22 19:16:17 -0700667},
668{
669 description: "preparedStatement.execute() does not return false on update.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800670 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700671 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800672 "libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar",
673 "libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp"
Jesse Wilson220002e2010-09-22 19:16:17 -0700674 ]
675},
676{
677 description: "last assertion fails: invalid conversion. Test passes on RI",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800678 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700679 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800680 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary",
681 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary"
Jesse Wilson220002e2010-09-22 19:16:17 -0700682 ]
683},
684{
685 description: "Wrong value returned for Long: java.lang.String (VARCHAR)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800686 bug: 3403706,
687 name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData"
Jesse Wilson220002e2010-09-22 19:16:17 -0700688},
689{
690 description: "Wrong value returned for Long: java.lang.String",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800691 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700692 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800693 "libcore.java.sql.OldResultSetGetterTests#testGetObjectInt",
694 "libcore.java.sql.OldResultSetGetterTests#testGetObjectString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700695 ]
696},
697{
698 description: "If there is no current row 0 must be returned. res.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800699 bug: 3403706,
700 name: "libcore.java.sql.OldResultSetGetterTests#testGetRow"
Jesse Wilson220002e2010-09-22 19:16:17 -0700701},
702{
703 description: "According to spec info.getStatement should return null but an exception is thrown: stale result
704 set.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800705 bug: 3403706,
706 name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement"
Jesse Wilson220002e2010-09-22 19:16:17 -0700707},
708{
709 description: "getTime should return Time value for a TIMESTAMP type but returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800710 bug: 3403706,
711 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt"
Jesse Wilson220002e2010-09-22 19:16:17 -0700712},
713{
714 description: "getTime on TIMESTAMP value fails: returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800715 bug: 3403706,
716 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700717},
718{
719 description: "getTime should return a Time value for a TIMESTAMP type but returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800720 bug: 3403706,
721 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700722},
723{
724 description: "getTime on TIMESTAMP value fails: returns null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800725 bug: 3403706,
726 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeStringCalendar"
Jesse Wilson220002e2010-09-22 19:16:17 -0700727},
728{
729 description: "res.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800730 bug: 3403706,
731 name: "libcore.java.sql.OldResultSetGetterTests#testGetType"
Jesse Wilson220002e2010-09-22 19:16:17 -0700732},
733{
734 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800735 bug: 3403706,
736 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700737},
738{
739 description: "SQLException checking test fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800740 bug: 3403706,
741 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount"
Jesse Wilson220002e2010-09-22 19:16:17 -0700742},
743{
744 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800745 bug: 3403706,
746 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnDisplaySize"
Jesse Wilson220002e2010-09-22 19:16:17 -0700747},
748{
749 description: "Column label has format TABLE.COLUMN expected: COLUMN",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800750 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700751 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800752 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel",
753 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700754 ]
755},
756{
757 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800758 bug: 3403706,
759 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision"
Jesse Wilson220002e2010-09-22 19:16:17 -0700760},
761{
762 description: "Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800763 bug: 3403706,
764 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale"
Jesse Wilson220002e2010-09-22 19:16:17 -0700765},
766{
767 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800768 bug: 3403706,
769 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema"
Jesse Wilson220002e2010-09-22 19:16:17 -0700770},
771{
772 description: "For int = 0, exception expected",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800773 bug: 3403706,
774 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName"
Jesse Wilson220002e2010-09-22 19:16:17 -0700775},
776{
777 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800778 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700779 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800780 "libcore.java.sql.OldResultSetMetaDataTest#testIsCaseSensitive",
781 "libcore.java.sql.OldResultSetMetaDataTest#testIsCurrency",
782 "libcore.java.sql.OldResultSetMetaDataTest#testIsDefinitlyWritable",
783 "libcore.java.sql.OldResultSetMetaDataTest#testIsNullable",
784 "libcore.java.sql.OldResultSetMetaDataTest#testIsReadOnly",
785 "libcore.java.sql.OldResultSetMetaDataTest#testIsSearchable",
786 "libcore.java.sql.OldResultSetMetaDataTest#testIsSigned",
787 "libcore.java.sql.OldResultSetMetaDataTest#testIsWritable",
788 "libcore.java.sql.OldResultSetMetaDataTest#testisAutoIncrement"
Jesse Wilson220002e2010-09-22 19:16:17 -0700789 ]
790},
791{
792 description: "res.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800793 bug: 3403706,
794 name: "libcore.java.sql.OldResultSetTest#testAfterLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700795},
796{
797 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800798 bug: 3403706,
799 name: "libcore.java.sql.OldResultSetTest#testBeforeFirst"
Jesse Wilson220002e2010-09-22 19:16:17 -0700800},
801{
802 description: "Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800803 bug: 3403706,
804 name: "libcore.java.sql.OldResultSetTest#testClearWarnings"
Jesse Wilson220002e2010-09-22 19:16:17 -0700805},
806{
807 description: "Resultset.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800808 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700809 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800810 "libcore.java.sql.OldResultSetTest#testClose1",
811 "libcore.java.sql.OldResultSetTest#testNext"
Jesse Wilson220002e2010-09-22 19:16:17 -0700812 ]
813},
814{
815 description: "no exception is thrown when moving cursor backwards on forward only statement",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800816 bug: 3403706,
817 name: "libcore.java.sql.OldResultSetTest#testRelative"
Jesse Wilson220002e2010-09-22 19:16:17 -0700818},
819{
820 description: "Scrollable resultSet. Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800821 bug: 3403706,
822 name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet"
Jesse Wilson220002e2010-09-22 19:16:17 -0700823},
824{
825 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800826 bug: 3403706,
827 name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject"
Jesse Wilson220002e2010-09-22 19:16:17 -0700828},
829{
830 description: "Feature not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800831 bug: 3403706,
832 name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString"
Jesse Wilson220002e2010-09-22 19:16:17 -0700833},
834{
835 description: "the default tests, and exception tests fail.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800836 bug: 3403706,
837 name: "libcore.java.sql.OldResultSetTest#testWasNull"
Jesse Wilson220002e2010-09-22 19:16:17 -0700838},
839{
840 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800841 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700842 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800843 "libcore.java.sql.OldResultSetTest#testtestFirst",
844 "libcore.java.sql.OldResultSetTest#testtestIsAfterLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700845 ]
846},
847{
848 description: "In Second code block assertion fails. statement. close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800849 bug: 3403706,
850 name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst"
Jesse Wilson220002e2010-09-22 19:16:17 -0700851},
852{
853 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800854 bug: 3403706,
855 name: "libcore.java.sql.OldResultSetTest#testtestIsFirst"
Jesse Wilson220002e2010-09-22 19:16:17 -0700856},
857{
858 description: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor
859 is actually provides a result.statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800860 bug: 3403706,
861 name: "libcore.java.sql.OldResultSetTest#testtestIsLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700862},
863{
864 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800865 bug: 3403706,
866 name: "libcore.java.sql.OldResultSetTest#testtestLast"
Jesse Wilson220002e2010-09-22 19:16:17 -0700867},
868{
869 description: "Bug in implementation of cancel: Does not fulfill spec.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800870 bug: 3403706,
871 name: "libcore.java.sql.OldStatementTest#testCancel"
Jesse Wilson220002e2010-09-22 19:16:17 -0700872},
873{
874 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800875 bug: 3403706,
876 name: "libcore.java.sql.OldStatementTest#testClose"
Jesse Wilson220002e2010-09-22 19:16:17 -0700877},
878{
879 description: "Return value wrong for queries below.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800880 bug: 3403706,
881 name: "libcore.java.sql.OldStatementTest#testExecute"
Jesse Wilson220002e2010-09-22 19:16:17 -0700882},
883{
884 description: "always returns 1 for no. of updates",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800885 bug: 3403706,
886 name: "libcore.java.sql.OldStatementTest#testExecuteBatch"
Jesse Wilson220002e2010-09-22 19:16:17 -0700887},
888{
889 description: "Does throw an exception on non select statement.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800890 bug: 3403706,
891 name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String"
Jesse Wilson220002e2010-09-22 19:16:17 -0700892},
893{
894 description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent for deletes:
895 'delete from s1;' should be different from 'delete from s1 where c1 = 1;'",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800896 bug: 3403706,
897 name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String"
Jesse Wilson220002e2010-09-22 19:16:17 -0700898},
899{
900 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800901 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700902 names: [
Jesse Wilson99aa8512011-01-28 18:02:41 -0800903 "libcore.java.sql.OldStatementTest#testGetConnection",
904 "libcore.java.sql.OldStatementTest#testGetFetchDirection",
905 "libcore.java.sql.OldStatementTest#testGetFetchSize"
Jesse Wilson220002e2010-09-22 19:16:17 -0700906 ]
907},
908{
909 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800910 bug: 3403706,
911 name: "libcore.java.sql.OldStatementTest#testGetMoreResults"
Jesse Wilson220002e2010-09-22 19:16:17 -0700912},
913{
914 description: "An other value is returned than was set (X * 1000)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800915 bug: 3403706,
916 name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout"
Jesse Wilson220002e2010-09-22 19:16:17 -0700917},
918{
919 description: "Does not return null on update count > 0 (not a select statement)",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800920 bug: 3403706,
921 name: "libcore.java.sql.OldStatementTest#testGetResultSet"
Jesse Wilson220002e2010-09-22 19:16:17 -0700922},
923{
924 description: "Not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800925 bug: 3403706,
926 name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency"
Jesse Wilson220002e2010-09-22 19:16:17 -0700927},
928{
929 description: "Test for default value fails",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800930 bug: 3403706,
931 name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability"
Jesse Wilson220002e2010-09-22 19:16:17 -0700932},
933{
934 description: "not fully supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800935 bug: 3403706,
936 name: "libcore.java.sql.OldStatementTest#testGetResultSetType"
Jesse Wilson220002e2010-09-22 19:16:17 -0700937},
938{
939 description: "statement.close() does not wrap up",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800940 bug: 3403706,
941 name: "libcore.java.sql.OldStatementTest#testGetUpdateCount"
Jesse Wilson220002e2010-09-22 19:16:17 -0700942},
943{
Jesse Wilson220002e2010-09-22 19:16:17 -0700944 description: "Handshake Status is never finished. NPE in ClientSessionContext$HostAndPort.hashCode() when host
945 is null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800946 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700947 name: "tests.api.javax.net.ssl.SSLEngineTest#testHandshake"
948},
949{
Kenny Root70b79a22013-05-03 14:18:41 -0700950 description: "com.android.org.conscrypt.SSLEngineImpl#getDelegatedTask() throws NPE instead of
Jesse Wilson220002e2010-09-22 19:16:17 -0700951 returning null",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800952 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700953 name: "tests.api.javax.net.ssl.SSLEngineTest#test_getDelegatedTask"
954},
955{
956 description: "Fixed in DonutBurger, boundary checks missing",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800957 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700958 name: "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_02"
959},
960{
961 description: "Fixed on DonutBurger, Wrong Exception thrown",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800962 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700963 names: [
964 "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_03",
965 "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_04",
966 "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_ByteBuffer$ByteBuffer_02",
967 "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_ByteBuffer$ByteBuffer_03",
968 "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_ByteBuffer_ByteBuffer_02",
969 "tests.api.javax.net.ssl.SSLEngineTest#test_unwrap_ByteBuffer_ByteBuffer_03"
970 ]
971},
972{
973 description: "Fixed in DonutBurger, boundary checks missing",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800974 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700975 name: "tests.api.javax.net.ssl.SSLEngineTest#test_wrap_02"
976},
977{
978 description: "Fixed on DonutBurger, Wrong Exception thrown",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800979 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700980 names: [
981 "tests.api.javax.net.ssl.SSLEngineTest#test_wrap_04",
982 "tests.api.javax.net.ssl.SSLEngineTest#test_wrap_ByteBuffer$ByteBuffer_03",
983 "tests.api.javax.net.ssl.SSLEngineTest#test_wrap_ByteBuffer_ByteBuffer_03"
984 ]
985},
986{
987 description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was
988 thrown.",
Jesse Wilson99aa8512011-01-28 18:02:41 -0800989 bug: 3403706,
Jesse Wilson220002e2010-09-22 19:16:17 -0700990 name: "tests.api.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters"
991},
992{
Jesse Wilson6767bdb2010-12-17 15:18:11 -0800993 description: "HostnameVerifier doesn't verify IP addresses",
994 bug: 3299188,
995 name: "tests.api.javax.net.ssl.HostnameVerifierTest#testVerifyIpAddress"
Jesse Wilson220002e2010-09-22 19:16:17 -0700996},
997{
998 description: "NO SERVER CERTIFICATE FOUND - selectSuite should not pick a suite that needs a certificate if it is missing",
Jesse Wilsonfca556c2010-09-28 15:13:55 -0700999 bug: 3045163,
1000 name: "libcore.javax.net.ssl.SSLEngineTest#test_SSLEngine_beginHandshake_noKeyStore"
Jesse Wilson220002e2010-09-22 19:16:17 -07001001},
1002{
1003 description: "AlertException instead of SSLException",
Jesse Wilsonfca556c2010-09-28 15:13:55 -07001004 bug: 3045163,
1005 name: "libcore.javax.net.ssl.SSLEngineTest#test_SSLEngine_setEnableSessionCreation_client"
Jesse Wilson220002e2010-09-22 19:16:17 -07001006},
1007{
1008 description: "SSLException instead of failure to handshake",
Jesse Wilsonfca556c2010-09-28 15:13:55 -07001009 bug: 3045163,
1010 name: "libcore.javax.net.ssl.SSLEngineTest#test_SSLEngine_setEnableSessionCreation_server"
Jesse Wilson220002e2010-09-22 19:16:17 -07001011},
1012{
1013 description: "SSLHandshakeException instead of failure to handshake",
Jesse Wilsonfca556c2010-09-28 15:13:55 -07001014 bug: 3045163,
1015 name: "libcore.javax.net.ssl.SSLEngineTest#test_SSLEngine_setUseClientMode"
Jesse Wilson220002e2010-09-22 19:16:17 -07001016},
1017{
1018 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 -08001019 bug: 3403706,
1020 name: "libcore.sqlite.OldDatabaseTest#testBusy_handler"
Jesse Wilson220002e2010-09-22 19:16:17 -07001021},
1022{
1023 description: "Database does not lock values",
Jesse Wilson99aa8512011-01-28 18:02:41 -08001024 bug: 3403706,
1025 name: "libcore.sqlite.OldDatabaseTest#testBusy_timeout"
Jesse Wilson220002e2010-09-22 19:16:17 -07001026},
1027{
1028 description: "Returns wrong number for updates: returns value > 1 for select.",
Jesse Wilson99aa8512011-01-28 18:02:41 -08001029 bug: 3403706,
1030 name: "libcore.sqlite.OldDatabaseTest#testChanges"
Jesse Wilson220002e2010-09-22 19:16:17 -07001031},
1032{
1033 description: "Aggregation function not called",
Jesse Wilson99aa8512011-01-28 18:02:41 -08001034 bug: 3403706,
1035 name: "libcore.sqlite.OldDatabaseTest#testCreate_aggregate"
Jesse Wilson220002e2010-09-22 19:16:17 -07001036},
1037{
1038 description: "Reason for failure unknown: Database should be locked. Specification of interrupt is scarce.",
1039 result: EXEC_FAILED,
Jesse Wilson99aa8512011-01-28 18:02:41 -08001040 name: "libcore.sqlite.OldDatabaseTest#testInterrupt"
Jesse Wilson220002e2010-09-22 19:16:17 -07001041},
1042{
1043 description: "not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -08001044 bug: 3403706,
1045 name: "libcore.sqlite.OldDatabaseTest#testOpen_blob"
Jesse Wilson220002e2010-09-22 19:16:17 -07001046},
1047{
1048 description: "Callback never made for authorization. Results of private table are returned without further checks.",
Jesse Wilson99aa8512011-01-28 18:02:41 -08001049 bug: 3403706,
1050 name: "libcore.sqlite.OldDatabaseTest#testSet_authorizer"
Jesse Wilson220002e2010-09-22 19:16:17 -07001051},
1052{
1053 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 -08001054 bug: 3403706,
1055 name: "libcore.sqlite.OldDatabaseTest#testSet_encoding"
Jesse Wilson220002e2010-09-22 19:16:17 -07001056},
1057{
1058 description: "db.open_blob is not supported.",
Jesse Wilson99aa8512011-01-28 18:02:41 -08001059 bug: 3403706,
1060 name: "libcore.sqlite.OldBlobTest#testBlob"
Jesse Wilson220002e2010-09-22 19:16:17 -07001061},
1062{
1063 description: "Wrong value is returned in case of a prepared statement to which a '*' bound",
Jesse Wilson99aa8512011-01-28 18:02:41 -08001064 bug: 3403706,
1065 name: "libcore.sqlite.OldStmtTest#testColumn_count"
Jesse Wilson220002e2010-09-22 19:16:17 -07001066},
1067{
1068 description: "ZeroBlob not supported",
Jesse Wilson99aa8512011-01-28 18:02:41 -08001069 bug: 3403706,
1070 name: "libcore.sqlite.OldFunctionContextTest#testSet_result_zeroblob"
1071},
1072{
1073 description: "SQLite test fail",
1074 bug: 3403706,
1075 names: [
1076 "libcore.sqlite.OldDatabaseTest#testGet_tableString",
1077 "libcore.sqlite.OldDatabaseTest#testGet_tableStringStringArrayTableResult",
1078 "libcore.sqlite.OldStmtTest#testColumn_type"
1079 ]
Jesse Wilsona20d5db2010-10-04 11:10:54 -07001080},
1081{
1082 modes: [ "jvm" ],
1083 description: "The RI's formatter doesn't localize arabic properly",
1084 names: [
1085 "libcore.java.util.FormatterTest#test_numberLocalization",
1086 "libcore.java.util.FormatterTest#test_uppercaseConversions"
1087 ],
1088 result: EXEC_FAILED
Jesse Wilson30985562011-03-30 17:29:42 -07001089},
1090{
1091 description: "Android's XSLT implementation fails 524 of 3173 OASIS tests",
1092 bug: 4193599,
1093 names: [
1094 "libcore.xml.XsltXPathConformanceTestSuite$MisspecifiedTest#test",
1095 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt005",
1096 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt017",
1097 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt018",
1098 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt019",
1099 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt020",
1100 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt022",
1101 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt024",
1102 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt029",
1103 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt033",
1104 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt034",
1105 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt038",
1106 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt039",
1107 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt044",
1108 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt045",
1109 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt047",
1110 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt052",
1111 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt054",
1112 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt055",
1113 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt056",
1114 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt058",
1115 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt061",
1116 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt062",
1117 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt063",
1118 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt064",
1119 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt067",
1120 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt069",
1121 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt070",
1122 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt074",
1123 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt075",
1124 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt077",
1125 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt079",
1126 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt083",
1127 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt085",
1128 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt086",
1129 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt089",
1130 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt090",
1131 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt091",
1132 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt094",
1133 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt095",
1134 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt098",
1135 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Completeness__84361",
1136 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err003",
1137 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err004",
1138 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err005",
1139 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err006",
1140 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err010",
1141 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err011",
1142 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err012",
1143 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err013",
1144 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err026",
1145 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err029",
1146 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err031",
1147 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err038",
1148 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err044",
1149 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err048",
1150 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err049",
1151 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err050",
1152 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err051",
1153 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err059",
1154 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err062",
1155 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err065",
1156 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err073",
1157 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err075",
1158 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err076",
1159 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err078",
1160 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err093",
1161 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err103",
1162 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err106",
1163 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err108",
1164 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_xsl_template_complicated_match_pattern_with_variable_ref",
1165 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84423",
1166 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84424",
1167 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84426",
1168 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84427",
1169 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84435",
1170 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__91183",
1171 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_BooleanFunction",
1172 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_Bug76054",
1173 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithAbsoluteArgument",
1174 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithEntityRef",
1175 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_ElementAvailFunctionFalseTest",
1176 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_GenereateIdAppliedToNamespaceNodesOnDifferentElements",
1177 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestIdFuncInComplexStruct",
1178 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestOfIdFunction",
1179 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10002",
1180 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10003",
1181 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10004",
1182 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10005",
1183 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10006",
1184 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10007",
1185 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10008",
1186 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10009",
1187 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10010",
1188 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10011",
1189 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10012",
1190 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10013",
1191 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10014",
1192 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10015",
1193 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10016",
1194 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10017",
1195 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10018",
1196 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10019",
1197 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10020",
1198 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10021",
1199 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10022",
1200 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10023",
1201 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10024",
1202 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10025",
1203 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10026",
1204 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10049",
1205 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84048",
1206 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84049",
1207 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84050",
1208 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84170",
1209 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84172",
1210 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__EuropeanPattern",
1211 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Non_DigitPattern",
1212 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Pattern-separator",
1213 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__currency",
1214 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__defaultPattern",
1215 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimalValue",
1216 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimumValue",
1217 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__percentPattern",
1218 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__specialCharInPattern",
1219 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__testOn-0.00",
1220 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_UseDocumentFnToReturnRootNode",
1221 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_VariableWithinVariable",
1222 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78117",
1223 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78120",
1224 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78125",
1225 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78161",
1226 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78356",
1227 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78360",
1228 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84633",
1229 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84634",
1230 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84636",
1231 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84637",
1232 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84697",
1233 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84709",
1234 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84710",
1235 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84712",
1236 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro2",
1237 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro3",
1238 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91832",
1239 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91833",
1240 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91836",
1241 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91859",
1242 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_SortExprWithCurrentInsideForEach1",
1243 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_SortTextWithNonTextCharacters",
1244 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_TextNodesSpanMultipleLines",
1245 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_TurkishISortingTest",
1246 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77516",
1247 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77525",
1248 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77977",
1249 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78191",
1250 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78286",
1251 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78291",
1252 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__84006",
1253 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91689",
1254 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91691",
1255 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91693",
1256 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91694",
1257 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91695",
1258 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91696",
1259 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91697",
1260 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91698",
1261 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91699",
1262 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91700",
1263 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91701",
1264 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91704",
1265 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91705",
1266 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91752",
1267 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91753",
1268 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91422",
1269 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91423",
1270 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91425",
1271 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91428",
1272 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91443",
1273 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91444",
1274 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.Fallback__91825",
1275 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91841",
1276 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91844",
1277 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91848",
1278 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91849",
1279 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91853",
1280 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91856",
1281 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_AmpersandWithinHtmlAttribute",
1282 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAndSystemAttribute",
1283 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAttribute",
1284 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypeSystemAttribute",
1285 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EmptyElement1",
1286 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EntityRefInAttribHtml",
1287 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithAmpersandCurlyBracket",
1288 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithLessThanInAttribute",
1289 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Html_Op_Href_Attr_non_ascii_value",
1290 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MediaTypeTest",
1291 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MethodEqualsHtmlWithoutIndentSet",
1292 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Modified84433",
1293 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Output_UseStandAloneAttributeWithMultipleRoots",
1294 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_SignInHrefAttribute",
1295 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_UseLiteralResultElementHead",
1296 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77929",
1297 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77930",
1298 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77936",
1299 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77939",
1300 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77940",
1301 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77966",
1302 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78175",
1303 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78176",
1304 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78177",
1305 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78180",
1306 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78221",
1307 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78222",
1308 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78223",
1309 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78224",
1310 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78225",
1311 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78226",
1312 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78227",
1313 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78229",
1314 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84010",
1315 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84011",
1316 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84012",
1317 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84015",
1318 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84016",
1319 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84017",
1320 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84018",
1321 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84019",
1322 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84020",
1323 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84021",
1324 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84022",
1325 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84025",
1326 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84165",
1327 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84260",
1328 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84264",
1329 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84271",
1330 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84273",
1331 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84277",
1332 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84280",
1333 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84282",
1334 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84285",
1335 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84306",
1336 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84309",
1337 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84374",
1338 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84428",
1339 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84429",
1340 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84432",
1341 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84433",
1342 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84434",
1343 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84452",
1344 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84453",
1345 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84454",
1346 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84455",
1347 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84456",
1348 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84457",
1349 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84458",
1350 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84459",
1351 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84460",
1352 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84461",
1353 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84462",
1354 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77536",
1355 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77562",
1356 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77564",
1357 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77574",
1358 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77591",
1359 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77596",
1360 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77599",
1361 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets_RefToUndefinedAttributeSet",
1362 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91035",
1363 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91038",
1364 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91080",
1365 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91081",
1366 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91083",
1367 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91098",
1368 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91100",
1369 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91119",
1370 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_AttributeWithEmptyName",
1371 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_EmptyNameAttributeWithNS",
1372 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_InvalidNamespacePrefix",
1373 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_UseXmlnsNsAsNamespaceForAttribute",
1374 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78365",
1375 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78369",
1376 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78373",
1377 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78374",
1378 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78376",
1379 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78378",
1380 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78386",
1381 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81487",
1382 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81551",
1383 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89463",
1384 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89464",
1385 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89465",
1386 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Copying_ResultTreeFragmentWithEscapedText",
1387 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNSFromNameFn",
1388 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecified",
1389 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecifiedButValidNS",
1390 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWIthNamespaceEqualToXmlnsUri",
1391 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWithNameSpaceAttrEqualToXmlnsUri",
1392 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78347",
1393 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78358",
1394 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78362",
1395 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78363",
1396 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__83968",
1397 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89171",
1398 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89716",
1399 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89717",
1400 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89718",
1401 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatSameCharForDecimalAndGrpSep",
1402 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit",
1403 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit1",
1404 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit2",
1405 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_FormatNumber_SemiColonDelimitsToWhitespace",
1406 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_TestGrpSepr",
1407 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_ValueOf_FormatNumberWithoutPositiveNumberFormatPattern",
1408 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_Conflict_XPath_XSLT",
1409 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_DefaultNamespace",
1410 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_NavigatorMethods",
1411 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XML",
1412 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XMLNS",
1413 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_SameQuery_DiffNamespace",
1414 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_ScopingRules",
1415 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_NaNOrInvalidValue",
1416 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsEmptyNodeset",
1417 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsNodesetTest1",
1418 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84683",
1419 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84687",
1420 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84692",
1421 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84694",
1422 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84699",
1423 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84700",
1424 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84705",
1425 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84715",
1426 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84716",
1427 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84717",
1428 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84722",
1429 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84723",
1430 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84724",
1431 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84725",
1432 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91026",
1433 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91027",
1434 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91028",
1435 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91029",
1436 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction_InvalidPIName1",
1437 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78196",
1438 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78202",
1439 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78204",
1440 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78217",
1441 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78218",
1442 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78219",
1443 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_DoeWithCdataInText",
1444 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_Modified78311",
1445 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78245",
1446 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78272",
1447 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78273",
1448 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78274",
1449 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78275",
1450 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78276",
1451 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78281",
1452 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78308",
1453 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78309",
1454 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78311",
1455 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78308",
1456 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78309",
1457 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset10",
1458 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset17",
1459 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset27",
1460 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset29",
1461 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset31",
1462 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset32",
1463 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset40",
1464 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset41",
1465 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset42",
1466 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribvaltemplate_attribvaltemplate08",
1467 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy16",
1468 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy19",
1469 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy20",
1470 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy21",
1471 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy22",
1472 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy38",
1473 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy56",
1474 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy58",
1475 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy60",
1476 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend02",
1477 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend04",
1478 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey04",
1479 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey22",
1480 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey24",
1481 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey26",
1482 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey31",
1483 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey37",
1484 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey38",
1485 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey39",
1486 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey40",
1487 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey41",
1488 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey42",
1489 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey43",
1490 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey55",
1491 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey56",
1492 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey57",
1493 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey58",
1494 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey60",
1495 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey61",
1496 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey62",
1497 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.match_match11",
1498 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.message_message15",
1499 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace32",
1500 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace34",
1501 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat07",
1502 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat35",
1503 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering14",
1504 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering17",
1505 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering79",
1506 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering91",
1507 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output01",
1508 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output02",
1509 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output03",
1510 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output04",
1511 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output05",
1512 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output06",
1513 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output08",
1514 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output09",
1515 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output10",
1516 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output110",
1517 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output111",
1518 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output113",
1519 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output17",
1520 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output22",
1521 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output25",
1522 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output26",
1523 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output28",
1524 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output32",
1525 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output33",
1526 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output34",
1527 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output35",
1528 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output36",
1529 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output37",
1530 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output38",
1531 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output39",
1532 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output40",
1533 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output48",
1534 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output49",
1535 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output50",
1536 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output52",
1537 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output59",
1538 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output60",
1539 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output61",
1540 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output62",
1541 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output70",
1542 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output72",
1543 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output73",
1544 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output74",
1545 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output75",
1546 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output86",
1547 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.processorinfo_processorinfo03",
1548 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select73",
1549 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select74",
1550 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort08",
1551 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort27",
1552 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver05",
1553 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver06",
1554 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84614",
1555 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84615",
1556 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91032",
1557 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91148",
1558 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91150",
1559 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91151",
1560 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91156",
1561 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91157",
1562 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91158",
1563 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91165",
1564 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludeStylesheetWithoutXslNamespace",
1565 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludedStylesheetShouldHaveDifferentBaseUri",
1566 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_NestedIncludes",
1567 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest1",
1568 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest2",
1569 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest3",
1570 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest4",
1571 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest5",
1572 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest6",
1573 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77489",
1574 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77504",
1575 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77515",
1576 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77736",
1577 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77745",
1578 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77750",
1579 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77751",
1580 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78295",
1581 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78296",
1582 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78398",
1583 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84463",
1584 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84464",
1585 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_NSAlias_In_Import",
1586 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_NSAliasForDefaultWithExcludeResPref",
1587 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test1",
1588 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test2",
1589 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_WithinRTF",
1590 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91781",
1591 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91782",
1592 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91785",
1593 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91786",
1594 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace_CheckXmlnsResetOnResultTree",
1595 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77655",
1596 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77665",
1597 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77670",
1598 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77675",
1599 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__78027",
1600 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91802",
1601 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91803",
1602 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91804",
1603 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91806",
1604 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91807",
1605 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91808",
1606 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91810",
1607 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91811",
1608 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91816",
1609 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77619",
1610 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77622",
1611 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77870",
1612 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77879",
1613 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77897",
1614 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77898",
1615 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77902"
1616 ]
Jesse Wilson7f432cf2011-03-30 17:39:44 -07001617},
1618{
1619 description: "Android's XPath fails 29 of 250 Jaxen XPath tests",
1620 bug: 3270761,
1621 names: [
1622 "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /dummy:a/dummy:b/dummy:c",
1623 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]",
1624 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')",
1625 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog",
1626 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog",
1627 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate",
1628 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')",
1629 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a",
1630 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b",
1631 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c",
1632 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f",
1633 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml / //namespace::*",
1634 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::*",
1635 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::xplt",
1636 "libcore.xml.JaxenXPathTestSuite$3#xml/text.xml / document('xml/web.xml')",
1637 "libcore.xml.JaxenXPathTestSuite$4#xml/message.xml / document('xml/message.xml')/message/body/data/items/item[name/text()='parentinfo']/value",
1638 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y",
1639 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c",
1640 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e",
1641 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y",
1642 "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml / document('xml/web.xml')/web-app/servlet[1]/servlet-name",
1643 "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml /foo/bar/cheese[1] concat(./@id,document('xml/web.xml')/web-app/servlet[1]/servlet-name,./@id)",
1644 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )",
1645 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Servlet' )",
1646 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] lower-case( servlet-class )",
1647 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )",
1648 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-ES-Traditional_WIN' )",
1649 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr' )",
1650 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-CA' )"
1651 ]
Kenny Roota96f0f82013-01-17 16:23:31 -08001652},
1653{
1654 description: "Android's PKIX validation fails on many NIST PKIX tests",
1655 bug: 8030138,
1656 names: [
1657 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidLongSerialNumberTest18",
1658 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidNegativeSerialNumberTest15",
1659 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidRevokedCATest2",
1660 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidRevokedEETest3",
1661 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest20",
1662 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest21",
1663 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidUnknownCRLEntryExtensionTest8",
1664 "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_ValidSeparateCertificateandCRLKeysTest19",
1665 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest3",
1666 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest4",
1667 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest6",
1668 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest9",
1669 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidIDPwithindirectCRLTest23",
1670 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidcRLIssuerTest34",
1671 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvaliddistributionPointTest2",
1672 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvaliddistributionPointTest6",
1673 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidonlySomeReasonsTest15",
1674 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidonlySomeReasonsTest16",
1675 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidonlySomeReasonsTest20",
1676 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidonlySomeReasonsTest21",
1677 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest24",
1678 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest25",
1679 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest28",
1680 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest29",
1681 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest30",
1682 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest33",
1683 "libcore.java.security.cert.X509CertificateNistPkitsTest#testKeyUsage_ValidSelfIssuedDNnameConstraintsTest19",
1684 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingNameChaining_ValidRFC3280OptionalAttributeTypesTest8",
1685 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_InvalidBasicSelfIssuedOldWithNewTest2",
1686 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedCRLSigningKeyTest6",
1687 "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedNewWithOldTest4"
1688 ]
Jesse Wilson220002e2010-09-22 19:16:17 -07001689}
1690]