Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 1 | /* |
| 2 | * This file contains expectations for tests that were annotated with @KnownFailure at the time |
| 3 | */ |
| 4 | [ |
| 5 | { |
Elliott Hughes | 189df91 | 2013-09-19 14:55:10 -0700 | [diff] [blame] | 6 | description: "four known CharsetDecoder-/CharsetEncoder-related failures", |
Elliott Hughes | e1a6c9c | 2013-09-12 13:37:52 -0700 | [diff] [blame] | 7 | names: [ |
Narayan Kamath | e5fea3d | 2013-11-15 11:02:26 +0000 | [diff] [blame] | 8 | "org.apache.harmony.tests.java.nio.charset.ASCIICharsetEncoderTest#testCanEncodeSurrogate", |
| 9 | "org.apache.harmony.tests.java.nio.charset.ASCIICharsetEncoderTest#testMultiStepEncode", |
| 10 | "org.apache.harmony.tests.java.nio.charset.CharsetDecoderTest#testInvalidDecoding", |
| 11 | "org.apache.harmony.tests.java.nio.charset.CharsetDecoderTest#test_decode" |
Elliott Hughes | e1a6c9c | 2013-09-12 13:37:52 -0700 | [diff] [blame] | 12 | ], |
| 13 | bug: 10729779 |
| 14 | }, |
| 15 | { |
Elliott Hughes | a117015 | 2013-08-01 16:15:44 -0700 | [diff] [blame] | 16 | description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds", |
| 17 | name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103", |
| 18 | bug: 40103 |
| 19 | }, |
| 20 | { |
Elliott Hughes | db835d5 | 2013-08-01 15:16:02 -0700 | [diff] [blame] | 21 | description: "our regex implementation calls toString on CharSequences", |
| 22 | name: "org.apache.harmony.luni.tests.java.util.ScannerParseLargeFileBenchmarkTest#testParseLargeFile", |
| 23 | bug: 10133206 |
| 24 | }, |
| 25 | { |
Jesse Wilson | 10718d7 | 2011-09-29 15:52:42 -0400 | [diff] [blame] | 26 | description: "Method.getExceptionTypes() broken on proxy-generated classes", |
| 27 | name: "libcore.java.lang.reflect.AnnotationsTest#testProxyMethodGetExceptions", |
| 28 | bug: 5392273 |
| 29 | }, |
| 30 | { |
Jesse Wilson | 6dedda9 | 2011-08-16 13:43:05 -0400 | [diff] [blame] | 31 | description: "Package.getPackages(), ClassLoader.getPackages() both omit results", |
| 32 | name: "libcore.java.lang.PackageTest#testGetPackages", |
| 33 | bug: 5171136 |
| 34 | }, |
| 35 | { |
Jesse Wilson | 29e0638 | 2011-08-12 13:46:03 -0400 | [diff] [blame] | 36 | description: "Deserialization shouldn't set transient fields", |
| 37 | name: "libcore.java.io.SerializationTest#testSerializeFieldMadeTransient", |
| 38 | bug: 4471249 |
| 39 | }, |
| 40 | { |
Jesse Wilson | 32a250f | 2011-07-24 15:48:53 -0700 | [diff] [blame] | 41 | description: "Investigate InterruptedIOException + InputStream.read(), OutputStream.write()", |
| 42 | names: [ |
| 43 | "libcore.java.io.InterruptedStreamTest#testInterruptSocketInputStream", |
| 44 | "libcore.java.io.InterruptedStreamTest#testInterruptSocketOutputStream" |
| 45 | ], |
| 46 | bug: 4181738 |
| 47 | }, |
| 48 | { |
Jesse Wilson | 25e769d | 2011-06-17 13:46:06 -0700 | [diff] [blame] | 49 | description: "SimpleDateFormat assumes DST always uses 60 minute offset; this fails for zones like Lord Howe Daylight Time", |
| 50 | name: "libcore.java.text.SimpleDateFormatTest#testDstZoneWithNonDstTimestampForNonHourDstZone", |
| 51 | bug: 4723412 |
| 52 | }, |
| 53 | { |
Jesse Wilson | 28b429a | 2011-05-17 11:21:31 -0700 | [diff] [blame] | 54 | description: "Expat uses an unbounded number of global references", |
| 55 | name: "libcore.xml.ExpatSaxParserTest#testGlobalReferenceTableOverflow", |
| 56 | bug: 2772628 |
| 57 | }, |
| 58 | { |
Jesse Wilson | a9664e7 | 2011-02-21 13:46:17 -0800 | [diff] [blame] | 59 | description: "Test fails, Intermediate certificate lacks BasicConstraints", |
| 60 | name: "com.android.org.bouncycastle.jce.provider.PKIXCertPathValidatorSpiTest#testTrustAndRemoteCertificatesWithDifferentEncodings", |
| 61 | bug: 3474648 |
| 62 | }, |
| 63 | { |
Jesse Wilson | 8bc378b | 2011-02-23 18:45:29 -0800 | [diff] [blame] | 64 | description: "DHParametersHelper.generateSafePrimes sometimes takes long time, other times takes a very long time", |
| 65 | name: "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest#test_getParams", |
Jesse Wilson | 66fdc40 | 2011-02-21 11:10:57 -0800 | [diff] [blame] | 66 | bug: 3474446 |
| 67 | }, |
| 68 | { |
Jesse Wilson | 8605af2 | 2011-02-20 22:48:50 -0800 | [diff] [blame] | 69 | description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout", |
| 70 | name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement", |
| 71 | bug: 3473300 |
| 72 | }, |
| 73 | { |
Jesse Wilson | c5c82ac | 2011-01-25 10:04:29 -0800 | [diff] [blame] | 74 | name: "libcore.java.lang.StringTest#testCaseMapping_en_US", |
| 75 | bug: 3387655 |
| 76 | }, |
| 77 | { |
Jesse Wilson | c5c82ac | 2011-01-25 10:04:29 -0800 | [diff] [blame] | 78 | name: "libcore.java.io.FileTest#test_emptyFilename", |
| 79 | bug: 3387758 |
| 80 | }, |
| 81 | { |
Jesse Wilson | b7f4d6c | 2011-01-12 18:27:23 -0800 | [diff] [blame] | 82 | description: "URLConnection fails on URLs containing {}", |
| 83 | name: "libcore.java.net.URLConnectionTest#testMalformedUrl", |
| 84 | bug: 1158780, |
| 85 | substring: "java.net.URISyntaxException" |
| 86 | }, |
| 87 | { |
Jesse Wilson | 7735337 | 2010-11-30 14:46:05 -0800 | [diff] [blame] | 88 | description: "KxmlParser doesn't expose DTD text", |
| 89 | name: "libcore.xml.KxmlPullParserDtdTest#testDoctypeWithNextToken", |
| 90 | bug: 3241492 |
| 91 | }, |
| 92 | { |
| 93 | description: "Expat relaxed is different from Kxml relaxed", |
| 94 | names: [ |
| 95 | "libcore.xml.ExpatPullParserTest#testAttributeNoValueWithRelaxed", |
| 96 | "libcore.xml.ExpatPullParserTest#testAttributeUnquotedValueWithRelaxed", |
| 97 | "libcore.xml.ExpatPullParserTest#testMissingEntitiesWithRelaxed", |
| 98 | "libcore.xml.ExpatPullParserTest#testUnterminatedEntityWithRelaxed" |
| 99 | ], |
| 100 | bug: 3090550 |
| 101 | }, |
| 102 | { |
| 103 | description: "ExpatPullParser doesn't support nextToken() or line numbers", |
| 104 | names: [ |
| 105 | "libcore.xml.ExpatPullParserDtdTest#testDoctypeWithNextToken", |
| 106 | "libcore.xml.ExpatPullParserTest#testCdataUsingNextToken", |
| 107 | "libcore.xml.ExpatPullParserTest#testCommentUsingNextToken", |
| 108 | "libcore.xml.ExpatPullParserTest#testCustomEntitiesAreNotEvaluated", |
| 109 | "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNext", |
| 110 | "libcore.xml.ExpatPullParserTest#testCustomEntitiesUsingNextToken", |
| 111 | "libcore.xml.ExpatPullParserTest#testEmptyCdataUsingNextToken", |
| 112 | "libcore.xml.ExpatPullParserTest#testEmptyComment", |
| 113 | "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNext", |
| 114 | "libcore.xml.ExpatPullParserTest#testEmptyEntityReferenceUsingNextToken", |
| 115 | "libcore.xml.ExpatPullParserTest#testEntityInAttributeUsingNextToken", |
| 116 | "libcore.xml.ExpatPullParserTest#testLinesAndColumns", |
| 117 | "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextToken", |
| 118 | "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextTokenWithRelaxed", |
| 119 | "libcore.xml.ExpatPullParserTest#testMissingEntitiesInAttributesUsingNextWithRelaxed", |
| 120 | "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextToken", |
| 121 | "libcore.xml.ExpatPullParserTest#testMissingEntitiesUsingNextTokenWithRelaxed", |
| 122 | "libcore.xml.ExpatPullParserTest#testProcessingInstructionUsingNextToken", |
| 123 | "libcore.xml.ExpatPullParserTest#testRegularNumericEntities", |
| 124 | "libcore.xml.ExpatPullParserTest#testWhitespaceUsingNextToken", |
| 125 | "libcore.xml.ExpatPullParserTest#testXmlDeclaration", |
| 126 | "libcore.xml.ExpatPullParserTest#testXmlDeclarationExtraAttributes" |
| 127 | ], |
| 128 | bug: 3090550 |
| 129 | }, |
| 130 | { |
| 131 | description: "ExpatPullParser doesn't handle surrogates properly", |
| 132 | name: "libcore.xml.ExpatPullParserTest#testCharacterReferenceOfLastUtf16Surrogate", |
| 133 | bug: 3090550 |
| 134 | }, |
| 135 | { |
Jesse Wilson | 0ad0267 | 2010-10-07 11:37:31 -0700 | [diff] [blame] | 136 | description: "RandomAccessFile missing finalizer", |
| 137 | name: "libcore.java.io.RandomAccessFileTest#testRandomAccessFileHasCleanupFinalizer", |
| 138 | bug: 3015023 |
| 139 | }, |
| 140 | { |
Jesse Wilson | c1851da | 2010-10-01 17:23:26 -0700 | [diff] [blame] | 141 | description: "ICU seems to treat unknown and invalid locales differently", |
| 142 | name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale", |
| 143 | bug: 2541757 |
| 144 | }, |
| 145 | { |
| 146 | description: "Root locale uses INF for infinity but unknown locales use \u221e", |
| 147 | name: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale", |
| 148 | bug: 3056617 |
| 149 | }, |
| 150 | { |
| 151 | description: "Minimal days in first week is broken", |
| 152 | names: [ |
| 153 | "libcore.java.text.OldSimpleDateFormatTest#testFormattingWeekOfYear", |
| 154 | "libcore.java.text.OldSimpleDateFormatTest#testDefaultMinimalDaysInFirstWeek" |
| 155 | ], |
| 156 | bug: 1613709 |
| 157 | }, |
| 158 | { |
| 159 | description: "Custom SimpleTimeZones not honored by SimpleDateFormat", |
| 160 | name: "libcore.java.text.OldSimpleDateFormatTest#testFormattingTimezones", |
| 161 | bug: 3049014 |
| 162 | }, |
| 163 | { |
| 164 | description: "NaN character not found when deserializing DecimalFormatSymbols", |
| 165 | name: "libcore.java.text.OldDecimalFormatSymbolsTest#test_RIHarmony_compatible", |
| 166 | bug: 3056792 |
| 167 | }, |
| 168 | { |
Jesse Wilson | bdc4c59 | 2010-09-29 14:34:56 -0700 | [diff] [blame] | 169 | description: "DecimalFormat is limited to 127 digits", |
| 170 | name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits", |
| 171 | bug: 2400429 |
| 172 | }, |
| 173 | { |
Jesse Wilson | 1f8243e | 2010-09-28 13:40:14 -0700 | [diff] [blame] | 174 | description: "HTTPS connections should not be pooled.", |
| 175 | name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories", |
| 176 | bug: 3042192 |
| 177 | }, |
| 178 | { |
Jesse Wilson | a602f40 | 2010-09-27 18:05:32 -0700 | [diff] [blame] | 179 | description: "Cookie tests failing on the host", |
| 180 | bug: 3041920, |
| 181 | names: [ |
| 182 | "libcore.java.net.CookiesTest#testNetscapeResponse", |
| 183 | "libcore.java.net.CookiesTest#testQuotedAttributeValues", |
| 184 | "libcore.java.net.CookiesTest#testRfc2109Response", |
| 185 | "libcore.java.net.CookiesTest#testRfc2965Response", |
| 186 | "libcore.java.net.CookiesTest#testSendingCookiesFromStore" |
| 187 | ], |
| 188 | modes: [ "host" ] |
| 189 | }, |
| 190 | { |
Jesse Wilson | 4d10520 | 2010-09-25 08:53:24 -0700 | [diff] [blame] | 191 | description: "Math failures when running on the host", |
| 192 | names: [ |
Jesse Wilson | 5fb5634 | 2010-12-16 16:01:04 -0800 | [diff] [blame] | 193 | "libcore.java.lang.OldAndroidStrictMathTest#testLog1pD", |
| 194 | "libcore.java.lang.OldAndroidStrictMathTest#testRintD", |
Jesse Wilson | 4d10520 | 2010-09-25 08:53:24 -0700 | [diff] [blame] | 195 | "org.apache.harmony.luni.tests.java.lang.MathTest#test_cbrt_D", |
| 196 | "org.apache.harmony.luni.tests.java.lang.MathTest#test_powDD", |
| 197 | "org.apache.harmony.luni.tests.java.lang.MathTest#test_sinh_D", |
| 198 | "org.apache.harmony.luni.tests.java.lang.StrictMathTest#test_log1p_D", |
| 199 | "org.apache.harmony.luni.tests.java.lang.StrictMathTest#test_rintD" |
| 200 | ], |
Jesse Wilson | a602f40 | 2010-09-27 18:05:32 -0700 | [diff] [blame] | 201 | bug: 2931959, |
| 202 | modes: [ "host" ] |
Jesse Wilson | 4d10520 | 2010-09-25 08:53:24 -0700 | [diff] [blame] | 203 | }, |
| 204 | { |
| 205 | description: "Double.parseDouble().toString does wrong rounding", |
Jesse Wilson | b22ef1e | 2011-02-11 15:22:03 -0800 | [diff] [blame] | 206 | names: [ |
| 207 | "libcore.java.lang.OldDoubleTest#test_parseDoubleLjava_lang_String", |
Jesse Wilson | 821431f | 2011-02-18 11:11:22 -0800 | [diff] [blame] | 208 | "libcore.java.lang.DoubleTest#testParseLargestSubnormalDoublePrecision" |
Jesse Wilson | b22ef1e | 2011-02-11 15:22:03 -0800 | [diff] [blame] | 209 | ], |
Jesse Wilson | 4d10520 | 2010-09-25 08:53:24 -0700 | [diff] [blame] | 210 | bug: 1607938 |
| 211 | }, |
| 212 | { |
Jesse Wilson | 0e5792e | 2010-09-24 17:29:36 -0700 | [diff] [blame] | 213 | description: "We fake support for these by substituting similar (but not identical) charsets", |
| 214 | names: [ |
| 215 | "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode", |
| 216 | "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Encode", |
| 217 | "libcore.java.nio.charset.OldCharset_MultiByte_EUC_JP#test_CodecDynamic", |
| 218 | "libcore.java.nio.charset.OldCharset_MultiByte_EUC_JP#test_Decode", |
| 219 | "libcore.java.nio.charset.OldCharset_MultiByte_EUC_JP#test_Encode", |
| 220 | "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Decode", |
| 221 | "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Encode", |
| 222 | "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_nameMatch", |
| 223 | "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Decode", |
| 224 | "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode", |
| 225 | "libcore.java.nio.charset.OldCharset_MultiByte_ISO_2022_JP#test_Decode", |
| 226 | "libcore.java.nio.charset.OldCharset_MultiByte_ISO_2022_JP#test_Encode", |
| 227 | "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_Encode", |
| 228 | "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_nameMatch" |
| 229 | ], |
| 230 | bug: 2985901 |
| 231 | }, |
| 232 | { |
Jesse Wilson | 5e8f0b9 | 2010-09-23 19:41:28 -0700 | [diff] [blame] | 233 | description: "UTF-16 and UTF-32 encoders don't write big-endian output on little-endian devices", |
| 234 | names: [ |
Jesse Wilson | 0e5792e | 2010-09-24 17:29:36 -0700 | [diff] [blame] | 235 | "libcore.java.nio.charset.CharsetEncoderTest#test_defaultReplacementBytesUtf_16", |
Elliott Hughes | 0161781 | 2013-08-20 16:09:32 -0700 | [diff] [blame] | 236 | "libcore.java.nio.charset.OldCharset_MultiByte_UTF_16#test_Encode", |
Narayan Kamath | e5fea3d | 2013-11-15 11:02:26 +0000 | [diff] [blame] | 237 | "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16", |
| 238 | "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16BE", |
| 239 | "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_16LE", |
| 240 | "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32", |
| 241 | "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32BE", |
| 242 | "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_UTF_32LE", |
| 243 | "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_x_UTF_16LE_BOM", |
| 244 | "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_X_UTF_32BE_BOM", |
| 245 | "org.apache.harmony.tests.java.nio.charset.CharsetTest#test_X_UTF_32LE_BOM" |
Jesse Wilson | 5e8f0b9 | 2010-09-23 19:41:28 -0700 | [diff] [blame] | 246 | ], |
| 247 | bug: 2702411 |
| 248 | }, |
| 249 | { |
Jesse Wilson | 5e8f0b9 | 2010-09-23 19:41:28 -0700 | [diff] [blame] | 250 | description: "HTTPS proxy broken on host", |
| 251 | names: [ |
| 252 | "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testConsequentProxyConnection", |
| 253 | "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection", |
| 254 | "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyAuthConnection_doOutput", |
| 255 | "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection", |
| 256 | "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest#testProxyConnection_Not_Found_Response" |
| 257 | ], |
Jesse Wilson | a602f40 | 2010-09-27 18:05:32 -0700 | [diff] [blame] | 258 | bug: 3032875, |
| 259 | modes: [ "host" ] |
Jesse Wilson | 5e8f0b9 | 2010-09-23 19:41:28 -0700 | [diff] [blame] | 260 | }, |
| 261 | { |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 262 | description: "Defining classes from byte[] not supported in Android", |
| 263 | result: EXEC_FAILED, |
Jesse Wilson | 8bc50e8 | 2010-12-01 17:58:39 -0800 | [diff] [blame] | 264 | name: "libcore.java.lang.OldClassTest#test_getClasses_subtest0" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 265 | }, |
| 266 | { |
| 267 | description: "There is no protection domain set in Android.", |
| 268 | result: EXEC_FAILED, |
Jesse Wilson | 8bc50e8 | 2010-12-01 17:58:39 -0800 | [diff] [blame] | 269 | name: "libcore.java.lang.OldClassTest#test_getProtectionDomain" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 270 | }, |
| 271 | { |
Jesse Wilson | b22ef1e | 2011-02-11 15:22:03 -0800 | [diff] [blame] | 272 | description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS", |
| 273 | bug: 3447964, |
| 274 | name: "libcore.java.lang.OldRuntimeTest#test_traceMethodCalls" |
| 275 | }, |
| 276 | { |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 277 | description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need |
| 278 | to change URLClassLoader to allow this? It's not specified.", |
| 279 | result: EXEC_FAILED, |
Narayan Kamath | ab762bb | 2013-11-15 18:40:14 +0000 | [diff] [blame] | 280 | name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 281 | }, |
| 282 | { |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 283 | description: "Fails (probably) because no protection domain is set.", |
| 284 | result: EXEC_FAILED, |
| 285 | names: [ |
| 286 | "org.apache.harmony.security.tests.java.security.AccessController2Test#test_checkPermission_InvalidPermission", |
| 287 | "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedAction", |
| 288 | "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedActionLjava_security_AccessControlContext", |
| 289 | "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedExceptionAction", |
| 290 | "org.apache.harmony.security.tests.java.security.AccessController2Test#test_doPrivilegedLjava_security_PrivilegedExceptionActionLjava_security_AccessControlContext" |
| 291 | ] |
| 292 | }, |
| 293 | { |
| 294 | description: "Android throws IllegalArgumentException, RI throws NullPointerException", |
| 295 | result: EXEC_FAILED, |
| 296 | name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2" |
| 297 | }, |
| 298 | { |
| 299 | description: "Android doesn't support protection domains.", |
| 300 | result: EXEC_FAILED, |
Narayan Kamath | ab762bb | 2013-11-15 18:40:14 +0000 | [diff] [blame] | 301 | name: "org.apache.harmony.tests.java.security.PermissionCollectionTest#test_impliesLjava_security_Permission" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 302 | }, |
| 303 | { |
| 304 | description: "Android doesn't allow null parent.", |
| 305 | result: EXEC_FAILED, |
| 306 | name: "tests.java.security.SecureClassLoaderTest#testSecureClassLoaderClassLoader" |
| 307 | }, |
| 308 | { |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 309 | description: "Not all Drivers are loaded in testsetup. ClassLoader issue in DriverManager.", |
| 310 | result: EXEC_FAILED, |
| 311 | name: "org.apache.harmony.sql.tests.java.sql.DriverManagerTest#testDeregisterDriver" |
| 312 | }, |
| 313 | { |
| 314 | description: "not supported", |
| 315 | result: EXEC_FAILED, |
| 316 | names: [ |
| 317 | "tests.java.sql.SelectFunctionalityTest#test_SelectRightOuterJoin", |
| 318 | "tests.java.sql.UpdateFunctionalityTest2#testUpdate2", |
| 319 | "tests.java.sql.UpdateFunctionalityTest2#testUpdate4", |
| 320 | "tests.java.sql.UpdateFunctionalityTest2#testUpdate6", |
| 321 | "tests.java.sql.UpdateFunctionalityTest2#testUpdate7", |
| 322 | "tests.java.sql.DeleteFunctionalityTest#testDelete6" |
| 323 | ] |
| 324 | }, |
| 325 | { |
| 326 | description: "Not supported : pattern with %", |
| 327 | result: EXEC_FAILED, |
| 328 | name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsArbitrary" |
| 329 | }, |
| 330 | { |
Neil Fuller | 63291dd | 2014-04-04 14:57:11 +0100 | [diff] [blame] | 331 | description: "Wildcard operator does not seem to work correctly.", |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 332 | result: EXEC_FAILED, |
| 333 | name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsSpecific" |
| 334 | }, |
| 335 | { |
| 336 | description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'", |
| 337 | result: EXEC_FAILED, |
| 338 | name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsTableWithNoCatalogSchema" |
| 339 | }, |
| 340 | { |
| 341 | description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported", |
| 342 | result: EXEC_FAILED, |
| 343 | name: "tests.java.sql.DatabaseMetaDataTest#test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String" |
| 344 | }, |
| 345 | { |
| 346 | description: "Ticket 98", |
| 347 | result: EXEC_FAILED, |
| 348 | names: [ |
| 349 | "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMajorVersion", |
| 350 | "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMinorVersion", |
| 351 | "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductName", |
| 352 | "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductVersion", |
| 353 | "tests.java.sql.DatabaseMetaDataTest#test_getDefaultTransactionIsolation", |
| 354 | "tests.java.sql.DatabaseMetaDataTest#test_getDriverName", |
| 355 | "tests.java.sql.DatabaseMetaDataTest#test_getDriverVersion" |
| 356 | ] |
| 357 | }, |
| 358 | { |
| 359 | description: "Keys are not supported: Ticket 91", |
| 360 | result: EXEC_FAILED, |
| 361 | name: "tests.java.sql.DatabaseMetaDataTest#test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String" |
| 362 | }, |
| 363 | { |
| 364 | description: "Ticket 98", |
| 365 | result: EXEC_FAILED, |
| 366 | names: [ |
| 367 | "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMajorVersion", |
| 368 | "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMinorVersion" |
| 369 | ] |
| 370 | }, |
| 371 | { |
| 372 | description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. When fixed |
| 373 | change to @KnownFailure", |
| 374 | result: EXEC_FAILED, |
| 375 | name: "tests.java.sql.DatabaseMetaDataTest#test_getNumericFunctions" |
| 376 | }, |
| 377 | { |
| 378 | description: "Ticket 91 : relies on not supported features: getCatalog, keys", |
| 379 | result: EXEC_FAILED, |
| 380 | name: "tests.java.sql.DatabaseMetaDataTest#test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String" |
| 381 | }, |
| 382 | { |
| 383 | description: "Ticket 98", |
| 384 | result: EXEC_FAILED, |
| 385 | names: [ |
| 386 | "tests.java.sql.DatabaseMetaDataTest#test_getResultSetHoldability", |
| 387 | "tests.java.sql.DatabaseMetaDataTest#test_getSQLKeywords", |
| 388 | "tests.java.sql.DatabaseMetaDataTest#test_getSQLStateType", |
| 389 | "tests.java.sql.DatabaseMetaDataTest#test_getSchemas", |
| 390 | "tests.java.sql.DatabaseMetaDataTest#test_getSearchStringEscape" |
| 391 | ] |
| 392 | }, |
| 393 | { |
| 394 | description: "not supported", |
| 395 | result: EXEC_FAILED, |
| 396 | names: [ |
| 397 | "tests.java.sql.DatabaseMetaDataTest#test_getStringFunctions", |
| 398 | "tests.java.sql.DatabaseMetaDataTest#test_getSystemFunctions" |
| 399 | ] |
| 400 | }, |
| 401 | { |
| 402 | description: "Ticket 98", |
| 403 | result: EXEC_FAILED, |
| 404 | name: "tests.java.sql.DatabaseMetaDataTest#test_getTableTypes" |
| 405 | }, |
| 406 | { |
| 407 | description: "If no schema is associated: returns empty string where actually null be returned?. Ticket 98", |
| 408 | result: EXEC_FAILED, |
| 409 | name: "tests.java.sql.DatabaseMetaDataTest#test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String" |
| 410 | }, |
| 411 | { |
| 412 | description: "not supported", |
| 413 | result: EXEC_FAILED, |
| 414 | names: [ |
| 415 | "tests.java.sql.DatabaseMetaDataTest#test_getTimeDateFunctions", |
| 416 | "tests.java.sql.DatabaseMetaDataTest#test_getTypeInfo" |
| 417 | ] |
| 418 | }, |
| 419 | { |
| 420 | description: "Ticket 98", |
| 421 | result: EXEC_FAILED, |
| 422 | names: [ |
| 423 | "tests.java.sql.DatabaseMetaDataTest#test_getURL", |
| 424 | "tests.java.sql.DatabaseMetaDataTest#test_insertsAreDetectedI", |
| 425 | "tests.java.sql.DatabaseMetaDataTest#test_isReadOnly", |
| 426 | "tests.java.sql.DatabaseMetaDataTest#test_othersDeletesAreVisibleI", |
| 427 | "tests.java.sql.DatabaseMetaDataTest#test_othersInsertsAreVisibleI", |
| 428 | "tests.java.sql.DatabaseMetaDataTest#test_othersUpdatesAreVisibleI" |
| 429 | ] |
| 430 | }, |
| 431 | { |
| 432 | description: "not supported. SQLException checking test fails", |
| 433 | result: EXEC_FAILED, |
| 434 | name: "tests.java.sql.DatabaseMetaDataTest#test_supportsColumnAliasing" |
| 435 | }, |
| 436 | { |
| 437 | description: "exception test fails", |
| 438 | result: EXEC_FAILED, |
| 439 | names: [ |
| 440 | "tests.java.sql.DatabaseMetaDataTest#test_supportsExpressionsInOrderBy", |
| 441 | "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupBy", |
| 442 | "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupByUnrelated" |
| 443 | ] |
| 444 | }, |
| 445 | { |
| 446 | description: "Ticket 98", |
| 447 | result: EXEC_FAILED, |
| 448 | name: "tests.java.sql.DatabaseMetaDataTest#test_supportsNonNullableColumns" |
| 449 | }, |
| 450 | { |
| 451 | description: "exception test fails", |
| 452 | result: EXEC_FAILED, |
| 453 | names: [ |
| 454 | "tests.java.sql.DatabaseMetaDataTest#test_supportsOrderByUnrelated", |
| 455 | "tests.java.sql.DatabaseMetaDataTest#test_supportsSelectForUpdate", |
| 456 | "tests.java.sql.DatabaseMetaDataTest#test_supportsSubqueriesInExists", |
| 457 | "tests.java.sql.DatabaseMetaDataTest#test_supportsTableCorrelationNames" |
| 458 | ] |
| 459 | }, |
| 460 | { |
| 461 | description: "Not supported ops applied", |
| 462 | result: EXEC_FAILED, |
| 463 | name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_allTablesAreSelectable" |
| 464 | }, |
| 465 | { |
| 466 | description: "not supported", |
| 467 | result: EXEC_FAILED, |
| 468 | name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_doesMaxRowSizeIncludeBlobs" |
| 469 | }, |
| 470 | { |
| 471 | description: "not supported. Privileges are not supported.", |
| 472 | result: EXEC_FAILED, |
| 473 | name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getColumnPrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String" |
| 474 | }, |
| 475 | { |
| 476 | description: "not supported", |
| 477 | result: EXEC_FAILED, |
| 478 | names: [ |
| 479 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getExportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String", |
| 480 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ" |
| 481 | ] |
| 482 | }, |
| 483 | { |
| 484 | description: "Exception test fails", |
| 485 | result: EXEC_FAILED, |
| 486 | names: [ |
| 487 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTableNameLength", |
| 488 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTablesInSelect", |
| 489 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxUserNameLength", |
| 490 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getProcedureTerm", |
| 491 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getSchemaTerm" |
| 492 | ] |
| 493 | }, |
| 494 | { |
| 495 | description: "not supported. Privileges are not supported.", |
| 496 | result: EXEC_FAILED, |
| 497 | name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getTablePrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_String" |
| 498 | }, |
| 499 | { |
| 500 | description: "Not supported ops applied", |
| 501 | result: EXEC_FAILED, |
| 502 | name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getVersionColumnsLjava_lang_StringLjava_lang_StringLjava_lang_String" |
| 503 | }, |
| 504 | { |
| 505 | description: "Exception test fails", |
| 506 | result: EXEC_FAILED, |
| 507 | name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_isCatalogAtStart" |
| 508 | }, |
| 509 | { |
| 510 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 511 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 512 | names: [ |
| 513 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_locatorsUpdateCopy", |
| 514 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsANSI92EntryLevelSQL", |
| 515 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsDataDefinitionAndDataManipulationTransactions", |
| 516 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsMinimumSQLGrammar", |
| 517 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsResultSetTypeI", |
| 518 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInComparisons", |
| 519 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInIns", |
| 520 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsTransactions", |
| 521 | "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_usesLocalFiles", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 522 | "libcore.java.sql.OldConnectionTest#testClearWarnings", |
| 523 | "libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 524 | ] |
| 525 | }, |
| 526 | { |
| 527 | description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 528 | bug: 3403706, |
| 529 | name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 530 | }, |
| 531 | { |
| 532 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 533 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 534 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 535 | "libcore.java.sql.OldConnectionTest#testGetCatalog", |
| 536 | "libcore.java.sql.OldConnectionTest#testGetHoldability" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 537 | ] |
| 538 | }, |
| 539 | { |
| 540 | description: "conn.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 541 | bug: 3403706, |
| 542 | name: "libcore.java.sql.OldConnectionTest#testGetMetaData" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 543 | }, |
| 544 | { |
| 545 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 546 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 547 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 548 | "libcore.java.sql.OldConnectionTest#testGetTransactionIsolation", |
| 549 | "libcore.java.sql.OldConnectionTest#testGetWarnings" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 550 | ] |
| 551 | }, |
| 552 | { |
| 553 | description: "conn.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 554 | bug: 3403706, |
| 555 | name: "libcore.java.sql.OldConnectionTest#testIsReadOnly" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 556 | }, |
| 557 | { |
| 558 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 559 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 560 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 561 | "libcore.java.sql.OldConnectionTest#testPrepareStatementNotSupported", |
| 562 | "libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 563 | ] |
| 564 | }, |
| 565 | { |
| 566 | description: "conn.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 567 | bug: 3403706, |
| 568 | name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 569 | }, |
| 570 | { |
| 571 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 572 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 573 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 574 | "libcore.java.sql.OldConnectionTest#testSetHoldability", |
| 575 | "libcore.java.sql.OldConnectionTest#testSetReadOnly" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 576 | ] |
| 577 | }, |
| 578 | { |
| 579 | description: "First Exception test fails: parameters not cleared.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 580 | bug: 3403706, |
| 581 | name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 582 | }, |
| 583 | { |
| 584 | description: "preparedStatement.execute() does not return false on update.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 585 | bug: 3403706, |
| 586 | name: "libcore.java.sql.OldPreparedStatementTest#testExecute" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 587 | }, |
| 588 | { |
| 589 | description: "it is not possible to invoke the method getMetaData on a PreparedStatement object before it is |
| 590 | executed: got NullPointerException.Test passes on RI.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 591 | bug: 3403706, |
| 592 | name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 593 | }, |
| 594 | { |
| 595 | description: "preparedStatement.execute() does not return false on update.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 596 | bug: 3403706, |
| 597 | name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 598 | }, |
| 599 | { |
| 600 | description: "exception test fails", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 601 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 602 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 603 | "libcore.java.sql.OldPreparedStatementTest#testSetBoolean", |
| 604 | "libcore.java.sql.OldPreparedStatementTest#testSetByte" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 605 | ] |
| 606 | }, |
| 607 | { |
| 608 | description: "preparedStatement.execute() does not return false on update.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 609 | bug: 3403706, |
| 610 | name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 611 | }, |
| 612 | { |
| 613 | description: "preparedStatement.execute() does not return false on update. Setting a data for a declared |
| 614 | INTEGER should throw Exception", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 615 | bug: 3403706, |
| 616 | name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 617 | }, |
| 618 | { |
| 619 | description: "preparedStatement.execute() does not return false on update.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 620 | bug: 3403706, |
| 621 | name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 622 | }, |
| 623 | { |
| 624 | description: "exception test fails", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 625 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 626 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 627 | "libcore.java.sql.OldPreparedStatementTest#testSetDouble", |
| 628 | "libcore.java.sql.OldPreparedStatementTest#testSetFloat", |
| 629 | "libcore.java.sql.OldPreparedStatementTest#testSetInt", |
| 630 | "libcore.java.sql.OldPreparedStatementTest#testSetLong", |
| 631 | "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 632 | ] |
| 633 | }, |
| 634 | { |
| 635 | description: "Fails for Types.DATE", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 636 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 637 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 638 | "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int", |
| 639 | "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 640 | ] |
| 641 | }, |
| 642 | { |
| 643 | description: "exception test fails", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 644 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 645 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 646 | "libcore.java.sql.OldPreparedStatementTest#testSetShort", |
| 647 | "libcore.java.sql.OldPreparedStatementTest#testSetString_charField", |
| 648 | "libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 649 | ] |
| 650 | }, |
| 651 | { |
| 652 | description: "statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 653 | bug: 3403706, |
| 654 | name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 655 | }, |
| 656 | { |
| 657 | description: "preparedStatement.execute() does not return False on update.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 658 | bug: 3403706, |
| 659 | name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 660 | }, |
| 661 | { |
| 662 | description: "statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 663 | bug: 3403706, |
| 664 | name: "libcore.java.sql.OldPreparedStatementTest#testSetTimeint_Time" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 665 | }, |
| 666 | { |
| 667 | description: "preparedStatement.execute() does not return false on update.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 668 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 669 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 670 | "libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar", |
| 671 | "libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 672 | ] |
| 673 | }, |
| 674 | { |
| 675 | description: "last assertion fails: invalid conversion. Test passes on RI", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 676 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 677 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 678 | "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary", |
| 679 | "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 680 | ] |
| 681 | }, |
| 682 | { |
| 683 | description: "Wrong value returned for Long: java.lang.String (VARCHAR)", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 684 | bug: 3403706, |
| 685 | name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 686 | }, |
| 687 | { |
| 688 | description: "Wrong value returned for Long: java.lang.String", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 689 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 690 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 691 | "libcore.java.sql.OldResultSetGetterTests#testGetObjectInt", |
| 692 | "libcore.java.sql.OldResultSetGetterTests#testGetObjectString" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 693 | ] |
| 694 | }, |
| 695 | { |
| 696 | description: "If there is no current row 0 must be returned. res.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 697 | bug: 3403706, |
| 698 | name: "libcore.java.sql.OldResultSetGetterTests#testGetRow" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 699 | }, |
| 700 | { |
| 701 | description: "According to spec info.getStatement should return null but an exception is thrown: stale result |
| 702 | set.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 703 | bug: 3403706, |
| 704 | name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 705 | }, |
| 706 | { |
| 707 | description: "getTime should return Time value for a TIMESTAMP type but returns null", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 708 | bug: 3403706, |
| 709 | name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 710 | }, |
| 711 | { |
| 712 | description: "getTime on TIMESTAMP value fails: returns null", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 713 | bug: 3403706, |
| 714 | name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 715 | }, |
| 716 | { |
| 717 | description: "getTime should return a Time value for a TIMESTAMP type but returns null", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 718 | bug: 3403706, |
| 719 | name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeString" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 720 | }, |
| 721 | { |
| 722 | description: "getTime on TIMESTAMP value fails: returns null", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 723 | bug: 3403706, |
| 724 | name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeStringCalendar" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 725 | }, |
| 726 | { |
| 727 | description: "res.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 728 | bug: 3403706, |
| 729 | name: "libcore.java.sql.OldResultSetGetterTests#testGetType" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 730 | }, |
| 731 | { |
| 732 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 733 | bug: 3403706, |
| 734 | name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 735 | }, |
| 736 | { |
| 737 | description: "SQLException checking test fails", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 738 | bug: 3403706, |
| 739 | name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 740 | }, |
| 741 | { |
| 742 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 743 | bug: 3403706, |
| 744 | name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnDisplaySize" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 745 | }, |
| 746 | { |
| 747 | description: "Column label has format TABLE.COLUMN expected: COLUMN", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 748 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 749 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 750 | "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel", |
| 751 | "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 752 | ] |
| 753 | }, |
| 754 | { |
| 755 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 756 | bug: 3403706, |
| 757 | name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 758 | }, |
| 759 | { |
| 760 | description: "Not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 761 | bug: 3403706, |
| 762 | name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 763 | }, |
| 764 | { |
| 765 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 766 | bug: 3403706, |
| 767 | name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 768 | }, |
| 769 | { |
| 770 | description: "For int = 0, exception expected", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 771 | bug: 3403706, |
| 772 | name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 773 | }, |
| 774 | { |
| 775 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 776 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 777 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 778 | "libcore.java.sql.OldResultSetMetaDataTest#testIsCaseSensitive", |
| 779 | "libcore.java.sql.OldResultSetMetaDataTest#testIsCurrency", |
| 780 | "libcore.java.sql.OldResultSetMetaDataTest#testIsDefinitlyWritable", |
| 781 | "libcore.java.sql.OldResultSetMetaDataTest#testIsNullable", |
| 782 | "libcore.java.sql.OldResultSetMetaDataTest#testIsReadOnly", |
| 783 | "libcore.java.sql.OldResultSetMetaDataTest#testIsSearchable", |
| 784 | "libcore.java.sql.OldResultSetMetaDataTest#testIsSigned", |
| 785 | "libcore.java.sql.OldResultSetMetaDataTest#testIsWritable", |
| 786 | "libcore.java.sql.OldResultSetMetaDataTest#testisAutoIncrement" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 787 | ] |
| 788 | }, |
| 789 | { |
| 790 | description: "res.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 791 | bug: 3403706, |
| 792 | name: "libcore.java.sql.OldResultSetTest#testAfterLast" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 793 | }, |
| 794 | { |
| 795 | description: "statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 796 | bug: 3403706, |
| 797 | name: "libcore.java.sql.OldResultSetTest#testBeforeFirst" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 798 | }, |
| 799 | { |
| 800 | description: "Not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 801 | bug: 3403706, |
| 802 | name: "libcore.java.sql.OldResultSetTest#testClearWarnings" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 803 | }, |
| 804 | { |
| 805 | description: "Resultset.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 806 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 807 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 808 | "libcore.java.sql.OldResultSetTest#testClose1", |
| 809 | "libcore.java.sql.OldResultSetTest#testNext" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 810 | ] |
| 811 | }, |
| 812 | { |
| 813 | description: "no exception is thrown when moving cursor backwards on forward only statement", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 814 | bug: 3403706, |
| 815 | name: "libcore.java.sql.OldResultSetTest#testRelative" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 816 | }, |
| 817 | { |
| 818 | description: "Scrollable resultSet. Not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 819 | bug: 3403706, |
| 820 | name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 821 | }, |
| 822 | { |
| 823 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 824 | bug: 3403706, |
| 825 | name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 826 | }, |
| 827 | { |
| 828 | description: "Feature not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 829 | bug: 3403706, |
| 830 | name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 831 | }, |
| 832 | { |
| 833 | description: "the default tests, and exception tests fail.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 834 | bug: 3403706, |
| 835 | name: "libcore.java.sql.OldResultSetTest#testWasNull" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 836 | }, |
| 837 | { |
| 838 | description: "statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 839 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 840 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 841 | "libcore.java.sql.OldResultSetTest#testtestFirst", |
| 842 | "libcore.java.sql.OldResultSetTest#testtestIsAfterLast" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 843 | ] |
| 844 | }, |
| 845 | { |
| 846 | description: "In Second code block assertion fails. statement. close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 847 | bug: 3403706, |
| 848 | name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 849 | }, |
| 850 | { |
| 851 | description: "statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 852 | bug: 3403706, |
| 853 | name: "libcore.java.sql.OldResultSetTest#testtestIsFirst" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 854 | }, |
| 855 | { |
| 856 | description: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor |
| 857 | is actually provides a result.statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 858 | bug: 3403706, |
| 859 | name: "libcore.java.sql.OldResultSetTest#testtestIsLast" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 860 | }, |
| 861 | { |
| 862 | description: "statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 863 | bug: 3403706, |
| 864 | name: "libcore.java.sql.OldResultSetTest#testtestLast" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 865 | }, |
| 866 | { |
| 867 | description: "Bug in implementation of cancel: Does not fulfill spec.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 868 | bug: 3403706, |
| 869 | name: "libcore.java.sql.OldStatementTest#testCancel" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 870 | }, |
| 871 | { |
| 872 | description: "statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 873 | bug: 3403706, |
| 874 | name: "libcore.java.sql.OldStatementTest#testClose" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 875 | }, |
| 876 | { |
| 877 | description: "Return value wrong for queries below.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 878 | bug: 3403706, |
| 879 | name: "libcore.java.sql.OldStatementTest#testExecute" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 880 | }, |
| 881 | { |
| 882 | description: "always returns 1 for no. of updates", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 883 | bug: 3403706, |
| 884 | name: "libcore.java.sql.OldStatementTest#testExecuteBatch" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 885 | }, |
| 886 | { |
| 887 | description: "Does throw an exception on non select statement.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 888 | bug: 3403706, |
| 889 | name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 890 | }, |
| 891 | { |
| 892 | description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent for deletes: |
| 893 | 'delete from s1;' should be different from 'delete from s1 where c1 = 1;'", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 894 | bug: 3403706, |
| 895 | name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 896 | }, |
| 897 | { |
| 898 | description: "statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 899 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 900 | names: [ |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 901 | "libcore.java.sql.OldStatementTest#testGetConnection", |
| 902 | "libcore.java.sql.OldStatementTest#testGetFetchDirection", |
| 903 | "libcore.java.sql.OldStatementTest#testGetFetchSize" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 904 | ] |
| 905 | }, |
| 906 | { |
| 907 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 908 | bug: 3403706, |
| 909 | name: "libcore.java.sql.OldStatementTest#testGetMoreResults" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 910 | }, |
| 911 | { |
| 912 | description: "An other value is returned than was set (X * 1000)", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 913 | bug: 3403706, |
| 914 | name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 915 | }, |
| 916 | { |
| 917 | description: "Does not return null on update count > 0 (not a select statement)", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 918 | bug: 3403706, |
| 919 | name: "libcore.java.sql.OldStatementTest#testGetResultSet" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 920 | }, |
| 921 | { |
| 922 | description: "Not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 923 | bug: 3403706, |
| 924 | name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 925 | }, |
| 926 | { |
| 927 | description: "Test for default value fails", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 928 | bug: 3403706, |
| 929 | name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 930 | }, |
| 931 | { |
| 932 | description: "not fully supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 933 | bug: 3403706, |
| 934 | name: "libcore.java.sql.OldStatementTest#testGetResultSetType" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 935 | }, |
| 936 | { |
| 937 | description: "statement.close() does not wrap up", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 938 | bug: 3403706, |
| 939 | name: "libcore.java.sql.OldStatementTest#testGetUpdateCount" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 940 | }, |
| 941 | { |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 942 | description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was |
| 943 | thrown.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 944 | bug: 3403706, |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 945 | name: "tests.api.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters" |
| 946 | }, |
| 947 | { |
Jesse Wilson | 6767bdb | 2010-12-17 15:18:11 -0800 | [diff] [blame] | 948 | description: "HostnameVerifier doesn't verify IP addresses", |
| 949 | bug: 3299188, |
| 950 | name: "tests.api.javax.net.ssl.HostnameVerifierTest#testVerifyIpAddress" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 951 | }, |
| 952 | { |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 953 | description: "method test fails once in a while. Cannot be sure that exception is thrown in every test execution.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 954 | bug: 3403706, |
| 955 | name: "libcore.sqlite.OldDatabaseTest#testBusy_handler" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 956 | }, |
| 957 | { |
| 958 | description: "Database does not lock values", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 959 | bug: 3403706, |
| 960 | name: "libcore.sqlite.OldDatabaseTest#testBusy_timeout" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 961 | }, |
| 962 | { |
| 963 | description: "Returns wrong number for updates: returns value > 1 for select.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 964 | bug: 3403706, |
| 965 | name: "libcore.sqlite.OldDatabaseTest#testChanges" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 966 | }, |
| 967 | { |
| 968 | description: "Aggregation function not called", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 969 | bug: 3403706, |
| 970 | name: "libcore.sqlite.OldDatabaseTest#testCreate_aggregate" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 971 | }, |
| 972 | { |
| 973 | description: "Reason for failure unknown: Database should be locked. Specification of interrupt is scarce.", |
| 974 | result: EXEC_FAILED, |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 975 | name: "libcore.sqlite.OldDatabaseTest#testInterrupt" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 976 | }, |
| 977 | { |
| 978 | description: "not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 979 | bug: 3403706, |
| 980 | name: "libcore.sqlite.OldDatabaseTest#testOpen_blob" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 981 | }, |
| 982 | { |
| 983 | description: "Callback never made for authorization. Results of private table are returned without further checks.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 984 | bug: 3403706, |
| 985 | name: "libcore.sqlite.OldDatabaseTest#testSet_authorizer" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 986 | }, |
| 987 | { |
| 988 | 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 Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 989 | bug: 3403706, |
| 990 | name: "libcore.sqlite.OldDatabaseTest#testSet_encoding" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 991 | }, |
| 992 | { |
| 993 | description: "db.open_blob is not supported.", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 994 | bug: 3403706, |
| 995 | name: "libcore.sqlite.OldBlobTest#testBlob" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 996 | }, |
| 997 | { |
| 998 | description: "Wrong value is returned in case of a prepared statement to which a '*' bound", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 999 | bug: 3403706, |
| 1000 | name: "libcore.sqlite.OldStmtTest#testColumn_count" |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 1001 | }, |
| 1002 | { |
| 1003 | description: "ZeroBlob not supported", |
Jesse Wilson | 99aa851 | 2011-01-28 18:02:41 -0800 | [diff] [blame] | 1004 | bug: 3403706, |
| 1005 | name: "libcore.sqlite.OldFunctionContextTest#testSet_result_zeroblob" |
| 1006 | }, |
| 1007 | { |
| 1008 | description: "SQLite test fail", |
| 1009 | bug: 3403706, |
| 1010 | names: [ |
| 1011 | "libcore.sqlite.OldDatabaseTest#testGet_tableString", |
| 1012 | "libcore.sqlite.OldDatabaseTest#testGet_tableStringStringArrayTableResult", |
| 1013 | "libcore.sqlite.OldStmtTest#testColumn_type" |
| 1014 | ] |
Jesse Wilson | a20d5db | 2010-10-04 11:10:54 -0700 | [diff] [blame] | 1015 | }, |
| 1016 | { |
| 1017 | modes: [ "jvm" ], |
| 1018 | description: "The RI's formatter doesn't localize arabic properly", |
| 1019 | names: [ |
| 1020 | "libcore.java.util.FormatterTest#test_numberLocalization", |
| 1021 | "libcore.java.util.FormatterTest#test_uppercaseConversions" |
| 1022 | ], |
| 1023 | result: EXEC_FAILED |
Jesse Wilson | 3098556 | 2011-03-30 17:29:42 -0700 | [diff] [blame] | 1024 | }, |
| 1025 | { |
| 1026 | description: "Android's XSLT implementation fails 524 of 3173 OASIS tests", |
| 1027 | bug: 4193599, |
| 1028 | names: [ |
| 1029 | "libcore.xml.XsltXPathConformanceTestSuite$MisspecifiedTest#test", |
| 1030 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt005", |
| 1031 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt017", |
| 1032 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt018", |
| 1033 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt019", |
| 1034 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt020", |
| 1035 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt022", |
| 1036 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt024", |
| 1037 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt029", |
| 1038 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt033", |
| 1039 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt034", |
| 1040 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt038", |
| 1041 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt039", |
| 1042 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt044", |
| 1043 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt045", |
| 1044 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt047", |
| 1045 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt052", |
| 1046 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt054", |
| 1047 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt055", |
| 1048 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt056", |
| 1049 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt058", |
| 1050 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt061", |
| 1051 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt062", |
| 1052 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt063", |
| 1053 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt064", |
| 1054 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt067", |
| 1055 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt069", |
| 1056 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt070", |
| 1057 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt074", |
| 1058 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt075", |
| 1059 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt077", |
| 1060 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt079", |
| 1061 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt083", |
| 1062 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt085", |
| 1063 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt086", |
| 1064 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt089", |
| 1065 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt090", |
| 1066 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt091", |
| 1067 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt094", |
| 1068 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt095", |
| 1069 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt098", |
| 1070 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Completeness__84361", |
| 1071 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err003", |
| 1072 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err004", |
| 1073 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err005", |
| 1074 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err006", |
| 1075 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err010", |
| 1076 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err011", |
| 1077 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err012", |
| 1078 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err013", |
| 1079 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err026", |
| 1080 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err029", |
| 1081 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err031", |
| 1082 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err038", |
| 1083 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err044", |
| 1084 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err048", |
| 1085 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err049", |
| 1086 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err050", |
| 1087 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err051", |
| 1088 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err059", |
| 1089 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err062", |
| 1090 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err065", |
| 1091 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err073", |
| 1092 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err075", |
| 1093 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err076", |
| 1094 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err078", |
| 1095 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err093", |
| 1096 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err103", |
| 1097 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err106", |
| 1098 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err108", |
| 1099 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_xsl_template_complicated_match_pattern_with_variable_ref", |
| 1100 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84423", |
| 1101 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84424", |
| 1102 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84426", |
| 1103 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84427", |
| 1104 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84435", |
| 1105 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__91183", |
| 1106 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_BooleanFunction", |
| 1107 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_Bug76054", |
| 1108 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithAbsoluteArgument", |
| 1109 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithEntityRef", |
| 1110 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_ElementAvailFunctionFalseTest", |
| 1111 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_GenereateIdAppliedToNamespaceNodesOnDifferentElements", |
| 1112 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestIdFuncInComplexStruct", |
| 1113 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestOfIdFunction", |
| 1114 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10002", |
| 1115 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10003", |
| 1116 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10004", |
| 1117 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10005", |
| 1118 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10006", |
| 1119 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10007", |
| 1120 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10008", |
| 1121 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10009", |
| 1122 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10010", |
| 1123 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10011", |
| 1124 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10012", |
| 1125 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10013", |
| 1126 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10014", |
| 1127 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10015", |
| 1128 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10016", |
| 1129 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10017", |
| 1130 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10018", |
| 1131 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10019", |
| 1132 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10020", |
| 1133 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10021", |
| 1134 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10022", |
| 1135 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10023", |
| 1136 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10024", |
| 1137 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10025", |
| 1138 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10026", |
| 1139 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10049", |
| 1140 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84048", |
| 1141 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84049", |
| 1142 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84050", |
| 1143 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84170", |
| 1144 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84172", |
| 1145 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__EuropeanPattern", |
| 1146 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Non_DigitPattern", |
| 1147 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Pattern-separator", |
| 1148 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__currency", |
| 1149 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__defaultPattern", |
| 1150 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimalValue", |
| 1151 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimumValue", |
| 1152 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__percentPattern", |
| 1153 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__specialCharInPattern", |
| 1154 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__testOn-0.00", |
| 1155 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_UseDocumentFnToReturnRootNode", |
| 1156 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_VariableWithinVariable", |
| 1157 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78117", |
| 1158 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78120", |
| 1159 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78125", |
| 1160 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78161", |
| 1161 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78356", |
| 1162 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78360", |
| 1163 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84633", |
| 1164 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84634", |
| 1165 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84636", |
| 1166 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84637", |
| 1167 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84697", |
| 1168 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84709", |
| 1169 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84710", |
| 1170 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84712", |
| 1171 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro2", |
| 1172 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro3", |
| 1173 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91832", |
| 1174 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91833", |
| 1175 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91836", |
| 1176 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91859", |
| 1177 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_SortExprWithCurrentInsideForEach1", |
| 1178 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_SortTextWithNonTextCharacters", |
| 1179 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_TextNodesSpanMultipleLines", |
| 1180 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_TurkishISortingTest", |
| 1181 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77516", |
| 1182 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77525", |
| 1183 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77977", |
| 1184 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78191", |
| 1185 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78286", |
| 1186 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78291", |
| 1187 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__84006", |
| 1188 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91689", |
| 1189 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91691", |
| 1190 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91693", |
| 1191 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91694", |
| 1192 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91695", |
| 1193 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91696", |
| 1194 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91697", |
| 1195 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91698", |
| 1196 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91699", |
| 1197 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91700", |
| 1198 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91701", |
| 1199 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91704", |
| 1200 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91705", |
| 1201 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91752", |
| 1202 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91753", |
| 1203 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91422", |
| 1204 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91423", |
| 1205 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91425", |
| 1206 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91428", |
| 1207 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91443", |
| 1208 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91444", |
| 1209 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.Fallback__91825", |
| 1210 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91841", |
| 1211 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91844", |
| 1212 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91848", |
| 1213 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91849", |
| 1214 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91853", |
| 1215 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91856", |
| 1216 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_AmpersandWithinHtmlAttribute", |
| 1217 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAndSystemAttribute", |
| 1218 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAttribute", |
| 1219 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypeSystemAttribute", |
| 1220 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EmptyElement1", |
| 1221 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EntityRefInAttribHtml", |
| 1222 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithAmpersandCurlyBracket", |
| 1223 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithLessThanInAttribute", |
| 1224 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Html_Op_Href_Attr_non_ascii_value", |
| 1225 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MediaTypeTest", |
| 1226 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MethodEqualsHtmlWithoutIndentSet", |
| 1227 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Modified84433", |
| 1228 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Output_UseStandAloneAttributeWithMultipleRoots", |
| 1229 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_SignInHrefAttribute", |
| 1230 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_UseLiteralResultElementHead", |
| 1231 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77929", |
| 1232 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77930", |
| 1233 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77936", |
| 1234 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77939", |
| 1235 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77940", |
| 1236 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77966", |
| 1237 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78175", |
| 1238 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78176", |
| 1239 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78177", |
| 1240 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78180", |
| 1241 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78221", |
| 1242 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78222", |
| 1243 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78223", |
| 1244 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78224", |
| 1245 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78225", |
| 1246 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78226", |
| 1247 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78227", |
| 1248 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78229", |
| 1249 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84010", |
| 1250 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84011", |
| 1251 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84012", |
| 1252 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84015", |
| 1253 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84016", |
| 1254 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84017", |
| 1255 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84018", |
| 1256 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84019", |
| 1257 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84020", |
| 1258 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84021", |
| 1259 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84022", |
| 1260 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84025", |
| 1261 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84165", |
| 1262 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84260", |
| 1263 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84264", |
| 1264 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84271", |
| 1265 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84273", |
| 1266 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84277", |
| 1267 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84280", |
| 1268 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84282", |
| 1269 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84285", |
| 1270 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84306", |
| 1271 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84309", |
| 1272 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84374", |
| 1273 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84428", |
| 1274 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84429", |
| 1275 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84432", |
| 1276 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84433", |
| 1277 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84434", |
| 1278 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84452", |
| 1279 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84453", |
| 1280 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84454", |
| 1281 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84455", |
| 1282 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84456", |
| 1283 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84457", |
| 1284 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84458", |
| 1285 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84459", |
| 1286 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84460", |
| 1287 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84461", |
| 1288 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84462", |
| 1289 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77536", |
| 1290 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77562", |
| 1291 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77564", |
| 1292 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77574", |
| 1293 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77591", |
| 1294 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77596", |
| 1295 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77599", |
| 1296 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets_RefToUndefinedAttributeSet", |
| 1297 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91035", |
| 1298 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91038", |
| 1299 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91080", |
| 1300 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91081", |
| 1301 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91083", |
| 1302 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91098", |
| 1303 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91100", |
| 1304 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91119", |
| 1305 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_AttributeWithEmptyName", |
| 1306 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_EmptyNameAttributeWithNS", |
| 1307 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_InvalidNamespacePrefix", |
| 1308 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_UseXmlnsNsAsNamespaceForAttribute", |
| 1309 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78365", |
| 1310 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78369", |
| 1311 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78373", |
| 1312 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78374", |
| 1313 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78376", |
| 1314 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78378", |
| 1315 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78386", |
| 1316 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81487", |
| 1317 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81551", |
| 1318 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89463", |
| 1319 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89464", |
| 1320 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89465", |
| 1321 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Copying_ResultTreeFragmentWithEscapedText", |
| 1322 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNSFromNameFn", |
| 1323 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecified", |
| 1324 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecifiedButValidNS", |
| 1325 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWIthNamespaceEqualToXmlnsUri", |
| 1326 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWithNameSpaceAttrEqualToXmlnsUri", |
| 1327 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78347", |
| 1328 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78358", |
| 1329 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78362", |
| 1330 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78363", |
| 1331 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__83968", |
| 1332 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89171", |
| 1333 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89716", |
| 1334 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89717", |
| 1335 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89718", |
| 1336 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatSameCharForDecimalAndGrpSep", |
| 1337 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit", |
| 1338 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit1", |
| 1339 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit2", |
| 1340 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_FormatNumber_SemiColonDelimitsToWhitespace", |
| 1341 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_TestGrpSepr", |
| 1342 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_ValueOf_FormatNumberWithoutPositiveNumberFormatPattern", |
| 1343 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_Conflict_XPath_XSLT", |
| 1344 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_DefaultNamespace", |
| 1345 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_NavigatorMethods", |
| 1346 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XML", |
| 1347 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XMLNS", |
| 1348 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_SameQuery_DiffNamespace", |
| 1349 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_ScopingRules", |
| 1350 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_NaNOrInvalidValue", |
| 1351 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsEmptyNodeset", |
| 1352 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsNodesetTest1", |
| 1353 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84683", |
| 1354 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84687", |
| 1355 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84692", |
| 1356 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84694", |
| 1357 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84699", |
| 1358 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84700", |
| 1359 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84705", |
| 1360 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84715", |
| 1361 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84716", |
| 1362 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84717", |
| 1363 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84722", |
| 1364 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84723", |
| 1365 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84724", |
| 1366 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84725", |
| 1367 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91026", |
| 1368 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91027", |
| 1369 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91028", |
| 1370 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91029", |
| 1371 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction_InvalidPIName1", |
| 1372 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78196", |
| 1373 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78202", |
| 1374 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78204", |
| 1375 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78217", |
| 1376 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78218", |
| 1377 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78219", |
| 1378 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_DoeWithCdataInText", |
| 1379 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_Modified78311", |
| 1380 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78245", |
| 1381 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78272", |
| 1382 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78273", |
| 1383 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78274", |
| 1384 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78275", |
| 1385 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78276", |
| 1386 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78281", |
| 1387 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78308", |
| 1388 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78309", |
| 1389 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78311", |
| 1390 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78308", |
| 1391 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78309", |
| 1392 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset10", |
| 1393 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset17", |
| 1394 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset27", |
| 1395 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset29", |
| 1396 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset31", |
| 1397 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset32", |
| 1398 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset40", |
| 1399 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset41", |
| 1400 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset42", |
| 1401 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribvaltemplate_attribvaltemplate08", |
| 1402 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy16", |
| 1403 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy19", |
| 1404 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy20", |
| 1405 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy21", |
| 1406 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy22", |
| 1407 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy38", |
| 1408 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy56", |
| 1409 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy58", |
| 1410 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy60", |
| 1411 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend02", |
| 1412 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend04", |
| 1413 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey04", |
| 1414 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey22", |
| 1415 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey24", |
| 1416 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey26", |
| 1417 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey31", |
| 1418 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey37", |
| 1419 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey38", |
| 1420 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey39", |
| 1421 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey40", |
| 1422 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey41", |
| 1423 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey42", |
| 1424 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey43", |
| 1425 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey55", |
| 1426 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey56", |
| 1427 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey57", |
| 1428 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey58", |
| 1429 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey60", |
| 1430 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey61", |
| 1431 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey62", |
| 1432 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.match_match11", |
| 1433 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.message_message15", |
| 1434 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace32", |
| 1435 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace34", |
| 1436 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat07", |
| 1437 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat35", |
| 1438 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering14", |
| 1439 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering17", |
| 1440 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering79", |
| 1441 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering91", |
| 1442 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output01", |
| 1443 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output02", |
| 1444 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output03", |
| 1445 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output04", |
| 1446 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output05", |
| 1447 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output06", |
| 1448 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output08", |
| 1449 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output09", |
| 1450 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output10", |
| 1451 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output110", |
| 1452 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output111", |
| 1453 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output113", |
| 1454 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output17", |
| 1455 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output22", |
| 1456 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output25", |
| 1457 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output26", |
| 1458 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output28", |
| 1459 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output32", |
| 1460 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output33", |
| 1461 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output34", |
| 1462 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output35", |
| 1463 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output36", |
| 1464 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output37", |
| 1465 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output38", |
| 1466 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output39", |
| 1467 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output40", |
| 1468 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output48", |
| 1469 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output49", |
| 1470 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output50", |
| 1471 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output52", |
| 1472 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output59", |
| 1473 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output60", |
| 1474 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output61", |
| 1475 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output62", |
| 1476 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output70", |
| 1477 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output72", |
| 1478 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output73", |
| 1479 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output74", |
| 1480 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output75", |
| 1481 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output86", |
| 1482 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.processorinfo_processorinfo03", |
| 1483 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select73", |
| 1484 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select74", |
| 1485 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort08", |
| 1486 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort27", |
| 1487 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver05", |
| 1488 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver06", |
| 1489 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84614", |
| 1490 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84615", |
| 1491 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91032", |
| 1492 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91148", |
| 1493 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91150", |
| 1494 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91151", |
| 1495 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91156", |
| 1496 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91157", |
| 1497 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91158", |
| 1498 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91165", |
| 1499 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludeStylesheetWithoutXslNamespace", |
| 1500 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludedStylesheetShouldHaveDifferentBaseUri", |
| 1501 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_NestedIncludes", |
| 1502 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest1", |
| 1503 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest2", |
| 1504 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest3", |
| 1505 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest4", |
| 1506 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest5", |
| 1507 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest6", |
| 1508 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77489", |
| 1509 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77504", |
| 1510 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77515", |
| 1511 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77736", |
| 1512 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77745", |
| 1513 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77750", |
| 1514 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77751", |
| 1515 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78295", |
| 1516 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78296", |
| 1517 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78398", |
| 1518 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84463", |
| 1519 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84464", |
| 1520 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_NSAlias_In_Import", |
| 1521 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_NSAliasForDefaultWithExcludeResPref", |
| 1522 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test1", |
| 1523 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test2", |
| 1524 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_WithinRTF", |
| 1525 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91781", |
| 1526 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91782", |
| 1527 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91785", |
| 1528 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91786", |
| 1529 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace_CheckXmlnsResetOnResultTree", |
| 1530 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77655", |
| 1531 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77665", |
| 1532 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77670", |
| 1533 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77675", |
| 1534 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__78027", |
| 1535 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91802", |
| 1536 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91803", |
| 1537 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91804", |
| 1538 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91806", |
| 1539 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91807", |
| 1540 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91808", |
| 1541 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91810", |
| 1542 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91811", |
| 1543 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91816", |
| 1544 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77619", |
| 1545 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77622", |
| 1546 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77870", |
| 1547 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77879", |
| 1548 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77897", |
| 1549 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77898", |
| 1550 | "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77902" |
| 1551 | ] |
Jesse Wilson | 7f432cf | 2011-03-30 17:39:44 -0700 | [diff] [blame] | 1552 | }, |
| 1553 | { |
| 1554 | description: "Android's XPath fails 29 of 250 Jaxen XPath tests", |
| 1555 | bug: 3270761, |
| 1556 | names: [ |
| 1557 | "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /dummy:a/dummy:b/dummy:c", |
| 1558 | "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]", |
| 1559 | "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')", |
| 1560 | "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog", |
| 1561 | "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog", |
| 1562 | "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate", |
| 1563 | "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')", |
| 1564 | "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a", |
| 1565 | "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b", |
| 1566 | "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c", |
| 1567 | "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f", |
| 1568 | "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml / //namespace::*", |
| 1569 | "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::*", |
| 1570 | "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::xplt", |
| 1571 | "libcore.xml.JaxenXPathTestSuite$3#xml/text.xml / document('xml/web.xml')", |
| 1572 | "libcore.xml.JaxenXPathTestSuite$4#xml/message.xml / document('xml/message.xml')/message/body/data/items/item[name/text()='parentinfo']/value", |
| 1573 | "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y", |
| 1574 | "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c", |
| 1575 | "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e", |
| 1576 | "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y", |
| 1577 | "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml / document('xml/web.xml')/web-app/servlet[1]/servlet-name", |
| 1578 | "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml /foo/bar/cheese[1] concat(./@id,document('xml/web.xml')/web-app/servlet[1]/servlet-name,./@id)", |
| 1579 | "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )", |
| 1580 | "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Servlet' )", |
| 1581 | "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] lower-case( servlet-class )", |
| 1582 | "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )", |
| 1583 | "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-ES-Traditional_WIN' )", |
| 1584 | "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr' )", |
| 1585 | "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-CA' )" |
| 1586 | ] |
Kenny Root | a96f0f8 | 2013-01-17 16:23:31 -0800 | [diff] [blame] | 1587 | }, |
| 1588 | { |
| 1589 | description: "Android's PKIX validation fails on many NIST PKIX tests", |
| 1590 | bug: 8030138, |
| 1591 | names: [ |
| 1592 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidLongSerialNumberTest18", |
| 1593 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidNegativeSerialNumberTest15", |
| 1594 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidRevokedCATest2", |
| 1595 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidRevokedEETest3", |
| 1596 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest20", |
| 1597 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidSeparateCertificateandCRLKeysTest21", |
| 1598 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_InvalidUnknownCRLEntryExtensionTest8", |
| 1599 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testBasicCertificateRevocationTests_ValidSeparateCertificateandCRLKeysTest19", |
| 1600 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest3", |
| 1601 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest4", |
| 1602 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest6", |
| 1603 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest9", |
| 1604 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidIDPwithindirectCRLTest23", |
| 1605 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidcRLIssuerTest34", |
| 1606 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvaliddistributionPointTest2", |
| 1607 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvaliddistributionPointTest6", |
| 1608 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidonlySomeReasonsTest15", |
| 1609 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidonlySomeReasonsTest16", |
| 1610 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidonlySomeReasonsTest20", |
| 1611 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_InvalidonlySomeReasonsTest21", |
| 1612 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest24", |
| 1613 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidIDPwithindirectCRLTest25", |
| 1614 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest28", |
| 1615 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest29", |
| 1616 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest30", |
| 1617 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testDistributionPoints_ValidcRLIssuerTest33", |
| 1618 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testKeyUsage_ValidSelfIssuedDNnameConstraintsTest19", |
| 1619 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingNameChaining_ValidRFC3280OptionalAttributeTypesTest8", |
| 1620 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_InvalidBasicSelfIssuedOldWithNewTest2", |
| 1621 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedCRLSigningKeyTest6", |
| 1622 | "libcore.java.security.cert.X509CertificateNistPkitsTest#testVerifyingPathswithSelfIssuedCertificates_ValidBasicSelfIssuedNewWithOldTest4" |
| 1623 | ] |
Narayan Kamath | bd084a2 | 2013-11-12 17:34:16 +0000 | [diff] [blame] | 1624 | }, |
| 1625 | { |
Narayan Kamath | bf44cb0 | 2013-11-13 13:17:00 +0000 | [diff] [blame] | 1626 | description: "Known failures in dealing with # in file / jar URLs", |
| 1627 | bug: 11664881, |
| 1628 | names: [ |
Narayan Kamath | ab762bb | 2013-11-15 18:40:14 +0000 | [diff] [blame] | 1629 | "org.apache.harmony.tests.internal.net.www.protocol.file.FileURLConnectionTest#testGetContentType", |
| 1630 | "org.apache.harmony.tests.internal.net.www.protocol.file.FileURLConnectionTest#testGetInputStream", |
Neil Fuller | 63291dd | 2014-04-04 14:57:11 +0100 | [diff] [blame] | 1631 | "org.apache.harmony.tests.internal.net.www.protocol.file.FileURLConnectionTest#testHeaderFunctions" |
Narayan Kamath | bf44cb0 | 2013-11-13 13:17:00 +0000 | [diff] [blame] | 1632 | ] |
| 1633 | }, |
| 1634 | { |
Narayan Kamath | bf44cb0 | 2013-11-13 13:17:00 +0000 | [diff] [blame] | 1635 | description: "Known failures in SerializationStressTest", |
| 1636 | bug: 11668227, |
| 1637 | names: [ |
Narayan Kamath | ab762bb | 2013-11-15 18:40:14 +0000 | [diff] [blame] | 1638 | "org.apache.harmony.tests.java.io.SerializationStressTest4#test_writeObject_Collections_UnmodifiableMap_UnmodifiableEntrySet" |
Narayan Kamath | bf44cb0 | 2013-11-13 13:17:00 +0000 | [diff] [blame] | 1639 | ] |
| 1640 | }, |
| 1641 | { |
| 1642 | description: "Known failure in MathTest 1^NAN should be NAN", |
| 1643 | bug: 11669804, |
Narayan Kamath | ab762bb | 2013-11-15 18:40:14 +0000 | [diff] [blame] | 1644 | name: "org.apache.harmony.tests.java.lang.MathTest#test_powDD" |
Narayan Kamath | bf44cb0 | 2013-11-13 13:17:00 +0000 | [diff] [blame] | 1645 | }, |
| 1646 | { |
| 1647 | description: "Known failures in PropertiesTest: We don't deal with comments in store()", |
| 1648 | bug: 11686302, |
| 1649 | names: [ |
Narayan Kamath | ab762bb | 2013-11-15 18:40:14 +0000 | [diff] [blame] | 1650 | "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario0", |
| 1651 | "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario1", |
| 1652 | "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario2", |
| 1653 | "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario3", |
| 1654 | "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario9", |
| 1655 | "org.apache.harmony.tests.java.util.PropertiesTest#testStore_scenario11" |
Narayan Kamath | bf44cb0 | 2013-11-13 13:17:00 +0000 | [diff] [blame] | 1656 | ] |
| 1657 | }, |
| 1658 | { |
| 1659 | description: "Known failures in URLTest and URLDecoderTest", |
| 1660 | bug: 11686814, |
| 1661 | names: [ |
Narayan Kamath | ab762bb | 2013-11-15 18:40:14 +0000 | [diff] [blame] | 1662 | "org.apache.harmony.tests.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String", |
| 1663 | "org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL", |
| 1664 | "org.apache.harmony.tests.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String" |
Narayan Kamath | bf44cb0 | 2013-11-13 13:17:00 +0000 | [diff] [blame] | 1665 | ] |
Jesse Wilson | 220002e | 2010-09-22 19:16:17 -0700 | [diff] [blame] | 1666 | } |
| 1667 | ] |