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