1/* 2 * This file contains test expectations for libcore. 3 * TODO: Rename this file to account for the fact that it has both tags and known failures 4 */ 5[ 6{ 7 description: "large tests", 8 result: SUCCESS, 9 names: [ 10 /* libcore tests that take over 15 minutes on device because of DHParametersHelper.generateSafePrimes */ 11 "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest", 12 "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPrivateKeyTest", 13 "org.apache.harmony.crypto.tests.javax.crypto.interfaces.DHPublicKeyTest", 14 /* non-AOSP tests http://b/8027066 */ 15 "java.util.EnumSet.EnumSetBash", 16 "java.io.PipedInputStream.CloseAndAvailableRC", 17 "java.io.PrintStream.OversynchronizedTest", 18 "java.io.PrintWriter.OversynchronizedTest", 19 "java.lang.String.Split", 20 "java.lang.ref.SoftReference.Pin", 21 "java.math.BigInteger.BigIntegerTest", 22 "java.net.MulticastSocket.Test", 23 "java.net.Socket.InheritTimeout", 24 "java.net.Socket.reset.Test", 25 "java.net.URLConnection.TimeoutTest", 26 "java.nio.channels.DatagramChannel.ConnectedSend", 27 "java.nio.channels.FileChannel.ExpandingMap", 28 "java.nio.channels.FileChannel.Transfers", 29 "java.nio.channels.SocketChannel.Open", 30 "java.text.Bidi.Bug6665028", 31 "java.util.Collections.FindSubList", 32 "java.util.Locale.Bug4518797", 33 "java.util.ResourceBundle.Control.StressTest", 34 "java.util.WeakHashMap.GCDuringIteration", 35 "java.util.concurrent.FutureTask.Throw", 36 "java.util.concurrent.locks.ReentrantReadWriteLock.MapLoops", 37 "java.util.zip.LargeZip", 38 "java.util.zip.ZipFile.LargeZipFile", 39 "java.util.zip.ZipFile.ManyEntries", 40 "libcore.java.lang.SystemTest_testArrayCopyConcurrentModification", 41 "sun.nio.cs.FindOneCharEncoderBugs", 42 "sun.nio.cs.SurrogateGB18030Test" 43 ], 44 "tags": [ "large" ] 45}, 46{ 47 description: "can't compile a pattern with negative look-behind and quantifiers with upper bounds", 48 result: EXEC_FAILED, 49 name: "org.apache.harmony.regex.tests.java.util.regex.PatternTest#test_bug_40103", 50 bug: 40103 51}, 52{ 53 description: "Package.getPackages(), ClassLoader.getPackages() both omit results", 54 name: "libcore.java.lang.PackageTest#testGetPackages", 55 bug: 5171136 56}, 57{ 58 description: "KeyAgreementFunctionalTest times out even with an absurdly long timeout", 59 name: "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#test_KeyAgreement", 60 bug: 3473300 61}, 62{ 63 description: "ICU seems to treat unknown and invalid locales differently", 64 name: "libcore.java.text.DateFormatSymbolsTest#test_getInstance_unknown_locale", 65 bug: 2541757 66}, 67{ 68 description: "DecimalFormat is limited to 127 digits", 69 name: "libcore.java.text.DecimalFormatTest#test_setMaximumIntegerDigits", 70 bug: 2400429 71}, 72{ 73 description: "HTTPS connections should not be pooled.", 74 name: "libcore.java.net.URLConnectionTest#testConnectViaHttpsReusingConnectionsDifferentFactories", 75 bug: 3042192 76}, 77{ 78 description: "We fake support for these by substituting similar (but not identical) charsets", 79 names: [ 80 "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Decode", 81 "libcore.java.nio.charset.OldCharset_MultiByte_Big5#test_Encode", 82 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Decode", 83 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_Encode", 84 "libcore.java.nio.charset.OldCharset_MultiByte_GB2312#test_nameMatch", 85 "libcore.java.nio.charset.OldCharset_MultiByte_GBK#test_Encode", 86 "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_Encode", 87 "libcore.java.nio.charset.OldCharset_MultiByte_x_windows_950#test_nameMatch" 88 ], 89 bug: 2985901 90}, 91{ 92 description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need 93 to change URLClassLoader to allow this? It's not specified.", 94 result: EXEC_FAILED, 95 name: "org.apache.harmony.tests.java.util.ResourceBundleTest#test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader" 96}, 97{ 98 description: "Android throws IllegalArgumentException, RI throws NullPointerException", 99 result: EXEC_FAILED, 100 name: "org.apache.harmony.security.tests.java.security.SignatureTest#testUpdatebyteArrayintint2" 101}, 102{ 103 description: "not supported", 104 result: EXEC_FAILED, 105 names: [ 106 "tests.java.sql.SelectFunctionalityTest#test_SelectRightOuterJoin", 107 "tests.java.sql.UpdateFunctionalityTest2#testUpdate2", 108 "tests.java.sql.UpdateFunctionalityTest2#testUpdate4", 109 "tests.java.sql.UpdateFunctionalityTest2#testUpdate6", 110 "tests.java.sql.UpdateFunctionalityTest2#testUpdate7", 111 "tests.java.sql.DeleteFunctionalityTest#testDelete6" 112 ] 113}, 114{ 115 description: "Not supported : pattern with %", 116 result: EXEC_FAILED, 117 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsArbitrary" 118}, 119{ 120 description: "Wildcard operator does not seem to work correctly.", 121 result: EXEC_FAILED, 122 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsSpecific" 123}, 124{ 125 description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'", 126 result: EXEC_FAILED, 127 name: "tests.java.sql.DatabaseMetaDataTest#test_getColumnsTableWithNoCatalogSchema" 128}, 129{ 130 description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported", 131 result: EXEC_FAILED, 132 name: "tests.java.sql.DatabaseMetaDataTest#test_getCrossReferenceLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String" 133}, 134{ 135 description: "Ticket 98", 136 result: EXEC_FAILED, 137 names: [ 138 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMajorVersion", 139 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseMinorVersion", 140 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductName", 141 "tests.java.sql.DatabaseMetaDataTest#test_getDatabaseProductVersion", 142 "tests.java.sql.DatabaseMetaDataTest#test_getDefaultTransactionIsolation", 143 "tests.java.sql.DatabaseMetaDataTest#test_getDriverName", 144 "tests.java.sql.DatabaseMetaDataTest#test_getDriverVersion" 145 ] 146}, 147{ 148 description: "Keys are not supported: Ticket 91", 149 result: EXEC_FAILED, 150 name: "tests.java.sql.DatabaseMetaDataTest#test_getImportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String" 151}, 152{ 153 description: "Ticket 98", 154 result: EXEC_FAILED, 155 names: [ 156 "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMajorVersion", 157 "tests.java.sql.DatabaseMetaDataTest#test_getJDBCMinorVersion" 158 ] 159}, 160{ 161 description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. When fixed 162 change to @KnownFailure", 163 result: EXEC_FAILED, 164 name: "tests.java.sql.DatabaseMetaDataTest#test_getNumericFunctions" 165}, 166{ 167 description: "Ticket 91 : relies on not supported features: getCatalog, keys", 168 result: EXEC_FAILED, 169 name: "tests.java.sql.DatabaseMetaDataTest#test_getPrimaryKeysLjava_lang_StringLjava_lang_StringLjava_lang_String" 170}, 171{ 172 description: "Ticket 98", 173 result: EXEC_FAILED, 174 names: [ 175 "tests.java.sql.DatabaseMetaDataTest#test_getResultSetHoldability", 176 "tests.java.sql.DatabaseMetaDataTest#test_getSQLKeywords", 177 "tests.java.sql.DatabaseMetaDataTest#test_getSQLStateType", 178 "tests.java.sql.DatabaseMetaDataTest#test_getSchemas", 179 "tests.java.sql.DatabaseMetaDataTest#test_getSearchStringEscape" 180 ] 181}, 182{ 183 description: "not supported", 184 result: EXEC_FAILED, 185 names: [ 186 "tests.java.sql.DatabaseMetaDataTest#test_getStringFunctions", 187 "tests.java.sql.DatabaseMetaDataTest#test_getSystemFunctions" 188 ] 189}, 190{ 191 description: "Ticket 98", 192 result: EXEC_FAILED, 193 name: "tests.java.sql.DatabaseMetaDataTest#test_getTableTypes" 194}, 195{ 196 description: "If no schema is associated: returns empty string where actually null be returned?. Ticket 98", 197 result: EXEC_FAILED, 198 name: "tests.java.sql.DatabaseMetaDataTest#test_getTablesLjava_lang_StringLjava_lang_StringLjava_lang_String$Ljava_lang_String" 199}, 200{ 201 description: "not supported", 202 result: EXEC_FAILED, 203 names: [ 204 "tests.java.sql.DatabaseMetaDataTest#test_getTimeDateFunctions", 205 "tests.java.sql.DatabaseMetaDataTest#test_getTypeInfo" 206 ] 207}, 208{ 209 description: "Ticket 98", 210 result: EXEC_FAILED, 211 names: [ 212 "tests.java.sql.DatabaseMetaDataTest#test_getURL", 213 "tests.java.sql.DatabaseMetaDataTest#test_insertsAreDetectedI", 214 "tests.java.sql.DatabaseMetaDataTest#test_isReadOnly", 215 "tests.java.sql.DatabaseMetaDataTest#test_othersDeletesAreVisibleI", 216 "tests.java.sql.DatabaseMetaDataTest#test_othersInsertsAreVisibleI", 217 "tests.java.sql.DatabaseMetaDataTest#test_othersUpdatesAreVisibleI" 218 ] 219}, 220{ 221 description: "not supported. SQLException checking test fails", 222 result: EXEC_FAILED, 223 name: "tests.java.sql.DatabaseMetaDataTest#test_supportsColumnAliasing" 224}, 225{ 226 description: "exception test fails", 227 result: EXEC_FAILED, 228 names: [ 229 "tests.java.sql.DatabaseMetaDataTest#test_supportsExpressionsInOrderBy", 230 "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupBy", 231 "tests.java.sql.DatabaseMetaDataTest#test_supportsGroupByUnrelated" 232 ] 233}, 234{ 235 description: "Ticket 98", 236 result: EXEC_FAILED, 237 name: "tests.java.sql.DatabaseMetaDataTest#test_supportsNonNullableColumns" 238}, 239{ 240 description: "exception test fails", 241 result: EXEC_FAILED, 242 names: [ 243 "tests.java.sql.DatabaseMetaDataTest#test_supportsOrderByUnrelated", 244 "tests.java.sql.DatabaseMetaDataTest#test_supportsSelectForUpdate", 245 "tests.java.sql.DatabaseMetaDataTest#test_supportsSubqueriesInExists", 246 "tests.java.sql.DatabaseMetaDataTest#test_supportsTableCorrelationNames" 247 ] 248}, 249{ 250 description: "Not supported ops applied", 251 result: EXEC_FAILED, 252 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_allTablesAreSelectable" 253}, 254{ 255 description: "not supported", 256 result: EXEC_FAILED, 257 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_doesMaxRowSizeIncludeBlobs" 258}, 259{ 260 description: "not supported. Privileges are not supported.", 261 result: EXEC_FAILED, 262 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getColumnPrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_StringLjava_lang_String" 263}, 264{ 265 description: "not supported", 266 result: EXEC_FAILED, 267 names: [ 268 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getExportedKeysLjava_lang_StringLjava_lang_StringLjava_lang_String", 269 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getIndexInfoLjava_lang_StringLjava_lang_StringLjava_lang_StringZZ" 270 ] 271}, 272{ 273 description: "Exception test fails", 274 result: EXEC_FAILED, 275 names: [ 276 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTableNameLength", 277 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxTablesInSelect", 278 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getMaxUserNameLength", 279 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getProcedureTerm", 280 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getSchemaTerm" 281 ] 282}, 283{ 284 description: "not supported. Privileges are not supported.", 285 result: EXEC_FAILED, 286 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getTablePrivilegesLjava_lang_StringLjava_lang_StringLjava_lang_String" 287}, 288{ 289 description: "Not supported ops applied", 290 result: EXEC_FAILED, 291 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_getVersionColumnsLjava_lang_StringLjava_lang_StringLjava_lang_String" 292}, 293{ 294 description: "Exception test fails", 295 result: EXEC_FAILED, 296 name: "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_isCatalogAtStart" 297}, 298{ 299 description: "not supported", 300 bug: 3403706, 301 names: [ 302 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_locatorsUpdateCopy", 303 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsANSI92EntryLevelSQL", 304 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsDataDefinitionAndDataManipulationTransactions", 305 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsMinimumSQLGrammar", 306 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsResultSetTypeI", 307 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInComparisons", 308 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsSubqueriesInIns", 309 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_supportsTransactions", 310 "tests.java.sql.DatabaseMetaDataNotSupportedTest#test_usesLocalFiles", 311 "libcore.java.sql.OldConnectionTest#testClearWarnings", 312 "libcore.java.sql.OldConnectionTest#testCreateStatementIntIntIntNotSupported" 313 ] 314}, 315{ 316 description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up", 317 bug: 3403706, 318 name: "libcore.java.sql.OldConnectionTest#testCreateStatement_int_int" 319}, 320{ 321 description: "not supported", 322 bug: 3403706, 323 names: [ 324 "libcore.java.sql.OldConnectionTest#testGetCatalog", 325 "libcore.java.sql.OldConnectionTest#testGetHoldability" 326 ] 327}, 328{ 329 description: "conn.close() does not wrap up", 330 bug: 3403706, 331 name: "libcore.java.sql.OldConnectionTest#testGetMetaData" 332}, 333{ 334 description: "not supported", 335 bug: 3403706, 336 names: [ 337 "libcore.java.sql.OldConnectionTest#testGetTransactionIsolation", 338 "libcore.java.sql.OldConnectionTest#testGetWarnings" 339 ] 340}, 341{ 342 description: "conn.close() does not wrap up", 343 bug: 3403706, 344 name: "libcore.java.sql.OldConnectionTest#testIsReadOnly" 345}, 346{ 347 description: "not supported", 348 bug: 3403706, 349 names: [ 350 "libcore.java.sql.OldConnectionTest#testPrepareStatementNotSupported", 351 "libcore.java.sql.OldConnectionTest#testPrepareStatement_String_int" 352 ] 353}, 354{ 355 description: "conn.close() does not wrap up", 356 bug: 3403706, 357 name: "libcore.java.sql.OldConnectionTest#testSetAutoCommit" 358}, 359{ 360 description: "not supported", 361 bug: 3403706, 362 names: [ 363 "libcore.java.sql.OldConnectionTest#testSetHoldability", 364 "libcore.java.sql.OldConnectionTest#testSetReadOnly" 365 ] 366}, 367{ 368 description: "First Exception test fails: parameters not cleared.", 369 bug: 3403706, 370 name: "libcore.java.sql.OldPreparedStatementTest#testClearParameters" 371}, 372{ 373 description: "preparedStatement.execute() does not return false on update.", 374 bug: 3403706, 375 name: "libcore.java.sql.OldPreparedStatementTest#testExecute" 376}, 377{ 378 description: "it is not possible to invoke the method getMetaData on a PreparedStatement object before it is 379 executed: got NullPointerException.Test passes on RI.", 380 bug: 3403706, 381 name: "libcore.java.sql.OldPreparedStatementTest#testGetMetaData" 382}, 383{ 384 description: "preparedStatement.execute() does not return false on update.", 385 bug: 3403706, 386 name: "libcore.java.sql.OldPreparedStatementTest#testSetBigDecimal" 387}, 388{ 389 description: "exception test fails", 390 bug: 3403706, 391 names: [ 392 "libcore.java.sql.OldPreparedStatementTest#testSetBoolean", 393 "libcore.java.sql.OldPreparedStatementTest#testSetByte" 394 ] 395}, 396{ 397 description: "preparedStatement.execute() does not return false on update.", 398 bug: 3403706, 399 name: "libcore.java.sql.OldPreparedStatementTest#testSetBytes" 400}, 401{ 402 description: "preparedStatement.execute() does not return false on update. Setting a data for a declared 403 INTEGER should throw Exception", 404 bug: 3403706, 405 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date" 406}, 407{ 408 description: "preparedStatement.execute() does not return false on update.", 409 bug: 3403706, 410 name: "libcore.java.sql.OldPreparedStatementTest#testSetDate_int_Date_Calendar" 411}, 412{ 413 description: "exception test fails", 414 bug: 3403706, 415 names: [ 416 "libcore.java.sql.OldPreparedStatementTest#testSetDouble", 417 "libcore.java.sql.OldPreparedStatementTest#testSetFloat", 418 "libcore.java.sql.OldPreparedStatementTest#testSetInt", 419 "libcore.java.sql.OldPreparedStatementTest#testSetLong", 420 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object" 421 ] 422}, 423{ 424 description: "Fails for Types.DATE", 425 bug: 3403706, 426 names: [ 427 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int", 428 "libcore.java.sql.OldPreparedStatementTest#testSetObject_int_Object_int_int" 429 ] 430}, 431{ 432 description: "exception test fails", 433 bug: 3403706, 434 names: [ 435 "libcore.java.sql.OldPreparedStatementTest#testSetShort", 436 "libcore.java.sql.OldPreparedStatementTest#testSetString_charField", 437 "libcore.java.sql.OldPreparedStatementTest#testSetString_longTextField" 438 ] 439}, 440{ 441 description: "statement.close() does not wrap up", 442 bug: 3403706, 443 name: "libcore.java.sql.OldPreparedStatementTest#testSetString_tinyTextField" 444}, 445{ 446 description: "preparedStatement.execute() does not return False on update.", 447 bug: 3403706, 448 name: "libcore.java.sql.OldPreparedStatementTest#testSetTime_int_Time_Calendar" 449}, 450{ 451 description: "statement.close() does not wrap up", 452 bug: 3403706, 453 name: "libcore.java.sql.OldPreparedStatementTest#testSetTimeint_Time" 454}, 455{ 456 description: "preparedStatement.execute() does not return false on update.", 457 bug: 3403706, 458 names: [ 459 "libcore.java.sql.OldPreparedStatementTest#testSetTimestampIntTimestampCalendar", 460 "libcore.java.sql.OldPreparedStatementTest#testSetTimestamp_int_Timestamp" 461 ] 462}, 463{ 464 description: "last assertion fails: invalid conversion. Test passes on RI", 465 bug: 3403706, 466 names: [ 467 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringBinary", 468 "libcore.java.sql.OldResultSetGetterTests#testGetBytesStringVarbinary" 469 ] 470}, 471{ 472 description: "Wrong value returned for Long: java.lang.String (VARCHAR)", 473 bug: 3403706, 474 name: "libcore.java.sql.OldResultSetGetterTests#testGetMetaData" 475}, 476{ 477 description: "Wrong value returned for Long: java.lang.String", 478 bug: 3403706, 479 names: [ 480 "libcore.java.sql.OldResultSetGetterTests#testGetObjectInt", 481 "libcore.java.sql.OldResultSetGetterTests#testGetObjectString" 482 ] 483}, 484{ 485 description: "If there is no current row 0 must be returned. res.close() does not wrap up", 486 bug: 3403706, 487 name: "libcore.java.sql.OldResultSetGetterTests#testGetRow" 488}, 489{ 490 description: "According to spec info.getStatement should return null but an exception is thrown: stale result 491 set.", 492 bug: 3403706, 493 name: "libcore.java.sql.OldResultSetGetterTests#testGetStatement" 494}, 495{ 496 description: "getTime should return Time value for a TIMESTAMP type but returns null", 497 bug: 3403706, 498 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeInt" 499}, 500{ 501 description: "getTime on TIMESTAMP value fails: returns null", 502 bug: 3403706, 503 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeIntCalendar" 504}, 505{ 506 description: "getTime should return a Time value for a TIMESTAMP type but returns null", 507 bug: 3403706, 508 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeString" 509}, 510{ 511 description: "getTime on TIMESTAMP value fails: returns null", 512 bug: 3403706, 513 name: "libcore.java.sql.OldResultSetGetterTests#testGetTimeStringCalendar" 514}, 515{ 516 description: "res.close() does not wrap up", 517 bug: 3403706, 518 name: "libcore.java.sql.OldResultSetGetterTests#testGetType" 519}, 520{ 521 description: "not supported", 522 bug: 3403706, 523 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetCatalogName" 524}, 525{ 526 description: "SQLException checking test fails", 527 bug: 3403706, 528 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnCount" 529}, 530{ 531 description: "not supported", 532 bug: 3403706, 533 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnDisplaySize" 534}, 535{ 536 description: "Column label has format TABLE.COLUMN expected: COLUMN", 537 bug: 3403706, 538 names: [ 539 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnLabel", 540 "libcore.java.sql.OldResultSetMetaDataTest#testGetColumnName" 541 ] 542}, 543{ 544 description: "not supported", 545 bug: 3403706, 546 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetPrecision" 547}, 548{ 549 description: "Not supported", 550 bug: 3403706, 551 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetScale" 552}, 553{ 554 description: "not supported", 555 bug: 3403706, 556 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetSchema" 557}, 558{ 559 description: "For int = 0, exception expected", 560 bug: 3403706, 561 name: "libcore.java.sql.OldResultSetMetaDataTest#testGetTableName" 562}, 563{ 564 description: "not supported", 565 bug: 3403706, 566 names: [ 567 "libcore.java.sql.OldResultSetMetaDataTest#testIsCaseSensitive", 568 "libcore.java.sql.OldResultSetMetaDataTest#testIsCurrency", 569 "libcore.java.sql.OldResultSetMetaDataTest#testIsDefinitlyWritable", 570 "libcore.java.sql.OldResultSetMetaDataTest#testIsNullable", 571 "libcore.java.sql.OldResultSetMetaDataTest#testIsReadOnly", 572 "libcore.java.sql.OldResultSetMetaDataTest#testIsSearchable", 573 "libcore.java.sql.OldResultSetMetaDataTest#testIsSigned", 574 "libcore.java.sql.OldResultSetMetaDataTest#testIsWritable", 575 "libcore.java.sql.OldResultSetMetaDataTest#testisAutoIncrement" 576 ] 577}, 578{ 579 description: "statement.close() does not wrap up", 580 bug: 3403706, 581 names: [ 582 "libcore.java.sql.OldResultSetTest#testBeforeFirst", 583 "libcore.java.sql.OldResultSetTest#testAfterLast" 584 ] 585}, 586{ 587 description: "Resultset.close() does not wrap up", 588 bug: 3403706, 589 names: [ 590 "libcore.java.sql.OldResultSetTest#testClose1", 591 "libcore.java.sql.OldResultSetTest#testNext" 592 ] 593}, 594{ 595 description: "no exception is thrown when moving cursor backwards on forward only statement", 596 bug: 3403706, 597 name: "libcore.java.sql.OldResultSetTest#testRelative" 598}, 599{ 600 description: "Scrollable resultSet. Not supported", 601 bug: 3403706, 602 name: "libcore.java.sql.OldResultSetTest#testRelativeScrollableResultSet" 603}, 604{ 605 description: "not supported", 606 bug: 3403706, 607 name: "libcore.java.sql.OldResultSetTest#testUpdateObjectStringObject" 608}, 609{ 610 description: "Feature not supported", 611 bug: 3403706, 612 name: "libcore.java.sql.OldResultSetTest#testUpdateStringStringString" 613}, 614{ 615 description: "the default tests, and exception tests fail.", 616 bug: 3403706, 617 name: "libcore.java.sql.OldResultSetTest#testWasNull" 618}, 619{ 620 description: "statement.close() does not wrap up", 621 bug: 3403706, 622 names: [ 623 "libcore.java.sql.OldResultSetTest#testtestFirst", 624 "libcore.java.sql.OldResultSetTest#testtestIsAfterLast" 625 ] 626}, 627{ 628 description: "In Second code block assertion fails. statement. close() does not wrap up", 629 bug: 3403706, 630 name: "libcore.java.sql.OldResultSetTest#testtestIsBeforeFirst" 631}, 632{ 633 description: "statement.close() does not wrap up", 634 bug: 3403706, 635 name: "libcore.java.sql.OldResultSetTest#testtestIsFirst" 636}, 637{ 638 description: "Second block first assertion fails. Is Last should evaluate true if the row on which the cursor 639 is actually provides a result.statement.close() does not wrap up", 640 bug: 3403706, 641 name: "libcore.java.sql.OldResultSetTest#testtestIsLast" 642}, 643{ 644 description: "statement.close() does not wrap up", 645 bug: 3403706, 646 name: "libcore.java.sql.OldResultSetTest#testtestLast" 647}, 648{ 649 description: "Bug in implementation of cancel: Does not fulfill spec.", 650 bug: 3403706, 651 name: "libcore.java.sql.OldStatementTest#testCancel" 652}, 653{ 654 description: "statement.close() does not wrap up", 655 bug: 3403706, 656 name: "libcore.java.sql.OldStatementTest#testClose" 657}, 658{ 659 description: "Return value wrong for queries below.", 660 bug: 3403706, 661 name: "libcore.java.sql.OldStatementTest#testExecute" 662}, 663{ 664 description: "always returns 1 for no. of updates", 665 bug: 3403706, 666 name: "libcore.java.sql.OldStatementTest#testExecuteBatch" 667}, 668{ 669 description: "Does throw an exception on non select statement.", 670 bug: 3403706, 671 name: "libcore.java.sql.OldStatementTest#testExecuteQuery_String" 672}, 673{ 674 description: "Spec is not precise enough: should be: number of rows affected. eg. to be consistent for deletes: 675 'delete from s1;' should be different from 'delete from s1 where c1 = 1;'", 676 bug: 3403706, 677 name: "libcore.java.sql.OldStatementTest#testExecuteUpdate_String" 678}, 679{ 680 description: "statement.close() does not wrap up", 681 bug: 3403706, 682 names: [ 683 "libcore.java.sql.OldStatementTest#testGetConnection", 684 "libcore.java.sql.OldStatementTest#testGetFetchDirection", 685 "libcore.java.sql.OldStatementTest#testGetFetchSize" 686 ] 687}, 688{ 689 description: "not supported", 690 bug: 3403706, 691 name: "libcore.java.sql.OldStatementTest#testGetMoreResults" 692}, 693{ 694 description: "An other value is returned than was set (X * 1000)", 695 bug: 3403706, 696 name: "libcore.java.sql.OldStatementTest#testGetQueryTimeout" 697}, 698{ 699 description: "Does not return null on update count > 0 (not a select statement)", 700 bug: 3403706, 701 name: "libcore.java.sql.OldStatementTest#testGetResultSet" 702}, 703{ 704 description: "Not supported", 705 bug: 3403706, 706 name: "libcore.java.sql.OldStatementTest#testGetResultSetConcurrency" 707}, 708{ 709 description: "Test for default value fails", 710 bug: 3403706, 711 name: "libcore.java.sql.OldStatementTest#testGetResultSetHoldability" 712}, 713{ 714 description: "not fully supported", 715 bug: 3403706, 716 name: "libcore.java.sql.OldStatementTest#testGetResultSetType" 717}, 718{ 719 description: "statement.close() does not wrap up", 720 bug: 3403706, 721 name: "libcore.java.sql.OldStatementTest#testGetUpdateCount" 722}, 723{ 724 description: "ManagerFactoryParameters object is not supported and InvalidAlgorithmParameterException was 725 thrown.", 726 bug: 3403706, 727 name: "org.apache.harmony.tests.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax_net_ssl_ManagerFactoryParameters" 728}, 729{ 730 modes: [ "jvm" ], 731 description: "The RI's formatter doesn't localize arabic properly", 732 names: [ 733 "libcore.java.util.FormatterTest#test_numberLocalization", 734 "libcore.java.util.FormatterTest#test_uppercaseConversions" 735 ], 736 result: EXEC_FAILED 737}, 738{ 739 description: "Android's XSLT implementation fails 524 of 3173 OASIS tests", 740 bug: 4193599, 741 names: [ 742 "libcore.xml.XsltXPathConformanceTestSuite$MisspecifiedTest#test", 743 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt005", 744 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt017", 745 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt018", 746 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt019", 747 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt020", 748 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt022", 749 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt024", 750 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt029", 751 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt033", 752 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt034", 753 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt038", 754 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt039", 755 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt044", 756 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt045", 757 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt047", 758 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt052", 759 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt054", 760 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt055", 761 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt056", 762 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt058", 763 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt061", 764 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt062", 765 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt063", 766 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt064", 767 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt067", 768 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt069", 769 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt070", 770 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt074", 771 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt075", 772 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt077", 773 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt079", 774 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt083", 775 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt085", 776 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt086", 777 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt089", 778 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt090", 779 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt091", 780 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt094", 781 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt095", 782 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.BVTs_bvt098", 783 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Completeness__84361", 784 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err003", 785 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err004", 786 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err005", 787 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err006", 788 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err010", 789 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err011", 790 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err012", 791 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err013", 792 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err026", 793 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err029", 794 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err031", 795 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err038", 796 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err044", 797 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err048", 798 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err049", 799 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err050", 800 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err051", 801 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err059", 802 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err062", 803 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err065", 804 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err073", 805 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err075", 806 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err076", 807 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err078", 808 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err093", 809 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err103", 810 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err106", 811 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_err108", 812 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Errors_xsl_template_complicated_match_pattern_with_variable_ref", 813 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84423", 814 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84424", 815 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84426", 816 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84427", 817 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__84435", 818 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.Miscellaneous__91183", 819 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_BooleanFunction", 820 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_Bug76054", 821 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithAbsoluteArgument", 822 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_DocumentFunctionWithEntityRef", 823 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_ElementAvailFunctionFalseTest", 824 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_GenereateIdAppliedToNamespaceNodesOnDifferentElements", 825 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestIdFuncInComplexStruct", 826 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions_TestOfIdFunction", 827 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10002", 828 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10003", 829 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10004", 830 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10005", 831 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10006", 832 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10007", 833 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10008", 834 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10009", 835 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10010", 836 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10011", 837 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10012", 838 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10013", 839 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10014", 840 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10015", 841 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10016", 842 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10017", 843 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10018", 844 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10019", 845 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10020", 846 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10021", 847 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10022", 848 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10023", 849 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10024", 850 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10025", 851 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10026", 852 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__10049", 853 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84048", 854 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84049", 855 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84050", 856 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84170", 857 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__84172", 858 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__EuropeanPattern", 859 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Non_DigitPattern", 860 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__Pattern-separator", 861 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__currency", 862 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__defaultPattern", 863 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimalValue", 864 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__minimumValue", 865 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__percentPattern", 866 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__specialCharInPattern", 867 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#Mixed.XSLTFunctions__testOn-0.00", 868 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_UseDocumentFnToReturnRootNode", 869 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables_VariableWithinVariable", 870 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78117", 871 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78120", 872 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78125", 873 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78161", 874 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78356", 875 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__78360", 876 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84633", 877 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84634", 878 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84636", 879 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84637", 880 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84697", 881 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84709", 882 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84710", 883 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XPath-Data-Model.Variables__84712", 884 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro2", 885 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys_PerfRepro3", 886 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91832", 887 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91833", 888 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91836", 889 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Keys__91859", 890 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_SortExprWithCurrentInsideForEach1", 891 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_SortTextWithNonTextCharacters", 892 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_Sort_TextNodesSpanMultipleLines", 893 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting_TurkishISortingTest", 894 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77516", 895 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77525", 896 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__77977", 897 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78191", 898 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78286", 899 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__78291", 900 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__84006", 901 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91689", 902 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91691", 903 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91693", 904 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91694", 905 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91695", 906 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91696", 907 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91697", 908 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91698", 909 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91699", 910 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91700", 911 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91701", 912 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91704", 913 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91705", 914 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91752", 915 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Manipulation.Sorting__91753", 916 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91422", 917 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91423", 918 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91425", 919 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91428", 920 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91443", 921 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Data-Model.Whitespaces__91444", 922 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.Fallback__91825", 923 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91841", 924 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91844", 925 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91848", 926 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91849", 927 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91853", 928 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Extendability.ForwardComp__91856", 929 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_AmpersandWithinHtmlAttribute", 930 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAndSystemAttribute", 931 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypePublicAttribute", 932 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_DoctypeSystemAttribute", 933 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EmptyElement1", 934 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_EntityRefInAttribHtml", 935 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithAmpersandCurlyBracket", 936 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_HtmlOutputWithLessThanInAttribute", 937 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Html_Op_Href_Attr_non_ascii_value", 938 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MediaTypeTest", 939 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_MethodEqualsHtmlWithoutIndentSet", 940 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Modified84433", 941 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_Output_UseStandAloneAttributeWithMultipleRoots", 942 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_SignInHrefAttribute", 943 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output_UseLiteralResultElementHead", 944 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77929", 945 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77930", 946 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77936", 947 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77939", 948 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77940", 949 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__77966", 950 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78175", 951 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78176", 952 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78177", 953 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78180", 954 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78221", 955 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78222", 956 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78223", 957 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78224", 958 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78225", 959 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78226", 960 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78227", 961 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__78229", 962 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84010", 963 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84011", 964 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84012", 965 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84015", 966 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84016", 967 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84017", 968 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84018", 969 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84019", 970 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84020", 971 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84021", 972 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84022", 973 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84025", 974 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84165", 975 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84260", 976 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84264", 977 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84271", 978 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84273", 979 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84277", 980 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84280", 981 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84282", 982 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84285", 983 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84306", 984 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84309", 985 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84374", 986 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84428", 987 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84429", 988 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84432", 989 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84433", 990 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84434", 991 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84452", 992 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84453", 993 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84454", 994 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84455", 995 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84456", 996 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84457", 997 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84458", 998 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84459", 999 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84460", 1000 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84461", 1001 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Output.Output__84462", 1002 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77536", 1003 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77562", 1004 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77564", 1005 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77574", 1006 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77591", 1007 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77596", 1008 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AVTs__77599", 1009 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets_RefToUndefinedAttributeSet", 1010 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91035", 1011 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91038", 1012 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91080", 1013 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91081", 1014 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91083", 1015 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91098", 1016 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91100", 1017 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.AttributeSets__91119", 1018 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_AttributeWithEmptyName", 1019 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_EmptyNameAttributeWithNS", 1020 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_InvalidNamespacePrefix", 1021 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes_Attribute_UseXmlnsNsAsNamespaceForAttribute", 1022 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78365", 1023 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78369", 1024 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78373", 1025 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78374", 1026 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78376", 1027 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78378", 1028 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__78386", 1029 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81487", 1030 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__81551", 1031 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89463", 1032 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89464", 1033 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Attributes__89465", 1034 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Copying_ResultTreeFragmentWithEscapedText", 1035 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNSFromNameFn", 1036 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecified", 1037 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_ElementWithNoNameSpecifiedButValidNS", 1038 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWIthNamespaceEqualToXmlnsUri", 1039 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements_Element_UseXslElementWithNameSpaceAttrEqualToXmlnsUri", 1040 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78347", 1041 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78358", 1042 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78362", 1043 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__78363", 1044 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__83968", 1045 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89171", 1046 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89716", 1047 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89717", 1048 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Elements__89718", 1049 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatSameCharForDecimalAndGrpSep", 1050 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit", 1051 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit1", 1052 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_DecimalFormatZeroDigit2", 1053 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_FormatNumber_SemiColonDelimitsToWhitespace", 1054 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_TestGrpSepr", 1055 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.FormatNumber_ValueOf_FormatNumberWithoutPositiveNumberFormatPattern", 1056 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_Conflict_XPath_XSLT", 1057 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_DefaultNamespace", 1058 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_NavigatorMethods", 1059 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XML", 1060 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_PredefinedPrefix_XMLNS", 1061 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_SameQuery_DiffNamespace", 1062 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Namespace_XPath_ScopingRules", 1063 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_NaNOrInvalidValue", 1064 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsEmptyNodeset", 1065 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number_ValueAsNodesetTest1", 1066 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84683", 1067 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84687", 1068 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84692", 1069 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84694", 1070 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84699", 1071 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84700", 1072 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84705", 1073 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84715", 1074 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84716", 1075 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84717", 1076 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84722", 1077 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84723", 1078 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84724", 1079 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__84725", 1080 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91026", 1081 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91027", 1082 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91028", 1083 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Number__91029", 1084 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction_InvalidPIName1", 1085 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78196", 1086 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78202", 1087 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78204", 1088 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78217", 1089 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78218", 1090 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ProcessingInstruction__78219", 1091 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_DoeWithCdataInText", 1092 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_Modified78311", 1093 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78245", 1094 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78272", 1095 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78273", 1096 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78274", 1097 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78275", 1098 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78276", 1099 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78281", 1100 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78308", 1101 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78309", 1102 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text__78311", 1103 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78308", 1104 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.Text_modified78309", 1105 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset10", 1106 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset17", 1107 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset27", 1108 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset29", 1109 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset31", 1110 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset32", 1111 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset40", 1112 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset41", 1113 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribset_attribset42", 1114 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.attribvaltemplate_attribvaltemplate08", 1115 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy16", 1116 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy19", 1117 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy20", 1118 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy21", 1119 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy22", 1120 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy38", 1121 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy56", 1122 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy58", 1123 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.copy_copy60", 1124 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend02", 1125 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.extend_extend04", 1126 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey04", 1127 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey22", 1128 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey24", 1129 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey26", 1130 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey31", 1131 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey37", 1132 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey38", 1133 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey39", 1134 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey40", 1135 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey41", 1136 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey42", 1137 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey43", 1138 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey55", 1139 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey56", 1140 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey57", 1141 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey58", 1142 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey60", 1143 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey61", 1144 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.idkey_idkey62", 1145 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.match_match11", 1146 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.message_message15", 1147 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace32", 1148 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.namespace_namespace34", 1149 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat07", 1150 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numberformat_numberformat35", 1151 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering14", 1152 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering17", 1153 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering79", 1154 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.numbering_numbering91", 1155 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output01", 1156 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output02", 1157 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output03", 1158 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output04", 1159 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output05", 1160 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output06", 1161 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output08", 1162 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output09", 1163 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output10", 1164 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output110", 1165 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output111", 1166 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output113", 1167 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output17", 1168 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output22", 1169 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output25", 1170 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output26", 1171 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output28", 1172 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output32", 1173 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output33", 1174 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output34", 1175 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output35", 1176 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output36", 1177 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output37", 1178 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output38", 1179 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output39", 1180 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output40", 1181 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output48", 1182 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output49", 1183 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output50", 1184 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output52", 1185 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output59", 1186 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output60", 1187 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output61", 1188 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output62", 1189 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output70", 1190 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output72", 1191 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output73", 1192 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output74", 1193 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output75", 1194 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.output_output86", 1195 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.processorinfo_processorinfo03", 1196 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select73", 1197 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.select_select74", 1198 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort08", 1199 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.sort_sort27", 1200 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver05", 1201 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Result-Tree.ver_ver06", 1202 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84614", 1203 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__84615", 1204 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91032", 1205 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91148", 1206 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91150", 1207 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91151", 1208 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91156", 1209 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91157", 1210 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91158", 1211 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Import__91165", 1212 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludeStylesheetWithoutXslNamespace", 1213 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_Include_IncludedStylesheetShouldHaveDifferentBaseUri", 1214 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_NestedIncludes", 1215 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest1", 1216 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest2", 1217 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest3", 1218 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest4", 1219 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest5", 1220 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include_RelUriTest6", 1221 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77489", 1222 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77504", 1223 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77515", 1224 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77736", 1225 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77745", 1226 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77750", 1227 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__77751", 1228 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78295", 1229 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78296", 1230 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__78398", 1231 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84463", 1232 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Include__84464", 1233 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_NSAlias_In_Import", 1234 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_NSAliasForDefaultWithExcludeResPref", 1235 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test1", 1236 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_Test2", 1237 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias_Namespace-Alias_WithinRTF", 1238 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91781", 1239 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91782", 1240 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91785", 1241 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace-alias__91786", 1242 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace_CheckXmlnsResetOnResultTree", 1243 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77655", 1244 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77665", 1245 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77670", 1246 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__77675", 1247 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Namespace__78027", 1248 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91802", 1249 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91803", 1250 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91804", 1251 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91806", 1252 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91807", 1253 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91808", 1254 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91810", 1255 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91811", 1256 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Structure.Stylesheet__91816", 1257 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77619", 1258 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77622", 1259 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77870", 1260 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77879", 1261 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77897", 1262 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77898", 1263 "libcore.xml.XsltXPathConformanceTestSuite$XsltTest#XSLT-Template.ConflictResolution__77902" 1264 ] 1265}, 1266{ 1267 description: "Android's XPath fails 29 of 250 Jaxen XPath tests", 1268 bug: 3270761, 1269 names: [ 1270 "libcore.xml.JaxenXPathTestSuite$3#xml/defaultNamespace.xml / /fake:a/fake:b/fake:c", 1271 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / //metatest[ evaluate(@select) = . ]", 1272 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')", 1273 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/*')/dog", 1274 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/dog", 1275 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object')/evaluate", 1276 "libcore.xml.JaxenXPathTestSuite$3#xml/evaluate.xml / evaluate('//jumps/object/dog')", 1277 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a", 1278 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /foo:a/b", 1279 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/b/c", 1280 "libcore.xml.JaxenXPathTestSuite$3#xml/namespaces.xml / /voo:a/bar:f", 1281 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml / //namespace::*", 1282 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::*", 1283 "libcore.xml.JaxenXPathTestSuite$3#xml/testNamespaces.xml /Template/Application1 //namespace::xplt", 1284 "libcore.xml.JaxenXPathTestSuite$3#xml/text.xml / document('xml/web.xml')", 1285 "libcore.xml.JaxenXPathTestSuite$4#xml/message.xml / document('xml/message.xml')/message/body/data/items/item[name/text()='parentinfo']/value", 1286 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/alias:x/alias:y", 1287 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/b/c", 1288 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:d/foo:e", 1289 "libcore.xml.JaxenXPathTestSuite$4#xml/namespaces.xml / /foo:a/foo:x/foo:y", 1290 "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml / document('xml/web.xml')/web-app/servlet[1]/servlet-name", 1291 "libcore.xml.JaxenXPathTestSuite$4#xml/text.xml /foo/bar/cheese[1] concat(./@id,document('xml/web.xml')/web-app/servlet[1]/servlet-name,./@id)", 1292 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'S' )", 1293 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] ends-with( servlet-class, 'Servlet' )", 1294 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] lower-case( servlet-class )", 1295 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class )", 1296 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'es-ES-Traditional_WIN' )", 1297 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr' )", 1298 "libcore.xml.JaxenXPathTestSuite$4#xml/web.xml /web-app/servlet[1] upper-case( servlet-class, 'fr-CA' )" 1299 ] 1300}, 1301{ 1302 description: "Android's PKIX validation fails on many NIST PKIX tests", 1303 bug: 8030138, 1304 names: [ 1305 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_InvaliddeltaCRLTest4", 1306 "libcore.java.security.cert.X509CertificateNistPkitsTest#testDeltaCRLs_ValiddeltaCRLTest5" 1307 ] 1308}, 1309{ 1310 description: "Known failures in URLTest and URLDecoderTest", 1311 bug: 11686814, 1312 names: [ 1313 "org.apache.harmony.tests.java.net.URLTest#test_ConstructorLjava_net_URLLjava_lang_String", 1314 "org.apache.harmony.tests.java.net.URLTest#test_sameFileLjava_net_URL", 1315 "org.apache.harmony.tests.java.net.URLDecoderTest#test_decodeLjava_lang_String_Ljava_lang_String" 1316 ] 1317}, 1318{ 1319 description: "ScannerParseLargeFileBenchmark can cause a failure due to a timeout", 1320 bug: 14865710, 1321 result: EXEC_FAILED, 1322 name: "org.apache.harmony.tests.java.util.ScannerParseLargeFileBenchmarkTest" 1323}, 1324{ 1325 description: "external/apache-harmony tests for java.sql are broken for various reasons. java.sql is not a high enough priority to fix.", 1326 bug: 17342415, 1327 names: [ 1328 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetDataSize", 1329 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetIndex", 1330 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetParameter", 1331 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetRead", 1332 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testGetTransferSize", 1333 "org.apache.harmony.sql.tests.java.sql.DataTruncationTest#testDataTruncationintbooleanbooleanintint", 1334 "org.apache.harmony.sql.tests.java.sql.DateTest#test_valueOf_IllegalArgumentException", 1335 "org.apache.harmony.sql.tests.java.sql.TimestampTest#testCompareToDate", 1336 "org.apache.harmony.sql.tests.java.sql.TimestampTest#testOverridingTimestamp" 1337 ] 1338}, 1339{ 1340 description: "java.util.logging: Android introduced config fallback behavior in LogManager.readConfiguration()", 1341 bug: 13882147, 1342 names: [ 1343 "org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testNotExistConfigFile", 1344 "org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Empty", 1345 "org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLogger_Null", 1346 "org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_InvalidRes", 1347 "org.apache.harmony.logging.tests.java.util.logging.LoggerTest#testGetLoggerWithRes_Empty" 1348 ] 1349}, 1350{ 1351 description: "java.util.logging: Android's user.home system property cannot be cleared", 1352 bug: 13882147, 1353 names: [ 1354 "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoUsrHome", 1355 "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir_NoUsrHome" 1356 ] 1357}, 1358{ 1359 description: "java.util.logging: Android's user.home system property points to root (/) dir", 1360 bug: 13882147, 1361 name: "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testConstructor_NoTmpDir" 1362}, 1363{ 1364 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", 1365 bug: 13882147, 1366 name: "org.apache.harmony.logging.tests.java.util.logging.FileHandlerTest#testDefaultValue" 1367}, 1368{ 1369 description: "java.util.logging: Android's classes have been stubbed in places.", 1370 bug: 13882147, 1371 names: [ 1372 "org.apache.harmony.logging.tests.java.util.logging.LogManagerTest#testGetLoggingMXBean" 1373 ] 1374}, 1375{ 1376 description: "java.util.logging: the serialized form references org.apache not org.apache", 1377 bug: 13882147, 1378 name: "org.apache.harmony.logging.tests.java.util.logging.LevelTest#testSerializationCompatibility" 1379}, 1380{ 1381 description: "java.util.beans: the serialized form references org.apache not org.apache", 1382 bug: 17394106, 1383 names: [ 1384 "org.apache.harmony.beans.tests.java.beans.PropertyChangeSupportTest#testSerializationCompatibility" 1385 ] 1386}, 1387{ 1388 description: "Known failure in GregorianCalendarTest", 1389 bug: 12778197, 1390 name: "org.apache.harmony.tests.java.util.GregorianCalendarTest#test_computeTime" 1391}, 1392{ 1393 description: "OkHttp tests that fail on Wear devices due to a lack of memory", 1394 bug: 20055487, 1395 names: [ 1396 "com.squareup.okhttp.internal.framed.Http2Test#tooLargeDataFrame", 1397 "com.squareup.okhttp.internal.framed.Spdy3Test#tooLargeDataFrame" 1398 ] 1399}, 1400{ 1401 description: "OkHttp flaky test of functionality that's not used on Android", 1402 bug: 138134183, 1403 names: [ 1404 "com.squareup.okhttp.internal.framed.Spdy3ConnectionTest#serverSendsSettingsToClient" 1405 ] 1406}, 1407{ 1408 description: "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale assumes fallback to locale other than en_US_POSIX.", 1409 bug: 17422813, 1410 names: [ 1411 "libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_invalid_locale" 1412 ] 1413}, 1414{ 1415 description: "Tests failing on host - needing investigation.", 1416 modes: [host], 1417 bug: 18547404, 1418 result: EXEC_FAILED, 1419 names: [ 1420 "org.apache.harmony.tests.java.util.HashMapTest#test_EntrySet" 1421 ] 1422}, 1423{ 1424 description: "Differences between glibc and bionic", 1425 modes_variants: [[host, X64]], 1426 bug: 18087920, 1427 result: EXEC_FAILED, 1428 names: [ 1429 "org.apache.harmony.tests.java.lang.MathTest#test_cbrt_D" 1430 ] 1431}, 1432{ 1433 description: "Recursive calls to Charset.forName from within providers will overflow the stack.", 1434 result: EXEC_FAILED, 1435 names: [ 1436 "org.apache.harmony.tests.java.nio.charset.CharsetTest#testForName_withProviderWithRecursiveCall" 1437 ] 1438}, 1439{ 1440 description: "Zip64 tests take too long to execute and need more than 5GB of space to run.", 1441 result: EXEC_FAILED, 1442 names: [ 1443 "libcore.java.util.zip.Zip64FileTest#testZip64Support_largeNumberOfEntries", 1444 "libcore.java.util.zip.Zip64FileTest#testZip64Support_totalLargerThan4G", 1445 "libcore.java.util.zip.Zip64FileTest#testZip64Support_hugeEntry" 1446 ] 1447}, 1448{ 1449 description: "OsTest.test_PacketSocketAddress needs CAP_NET_RAW", 1450 bug: 19764047, 1451 result: EXEC_FAILED, 1452 names: [ 1453 "libcore.android.system.OsTest#test_PacketSocketAddress" 1454 ] 1455}, 1456{ 1457 description: "Failures in OldSHA1PRNGSecureRandomTest", 1458 result: EXEC_FAILED, 1459 names: [ 1460 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray02", 1461 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testNextBytesbyteArray04", 1462 "org.apache.harmony.tests.javax.security.OldSHA1PRNGSecureRandomTest#testSetSeedbyteArray03" 1463 ] 1464}, 1465{ 1466 description: "libcore.java.util.concurrent.CopyOnWriteArrayListTest.testSubListAtomicAdds fails in openJdk", 1467 bug: 27673247, 1468 result: EXEC_FAILED, 1469 names: [ 1470 "libcore.java.util.concurrent.CopyOnWriteArrayListTest#testSubListAtomicAdds" 1471 ] 1472}, 1473{ 1474 description: "Made for extending, shouldn't be run", 1475 bug: 28503384, 1476 result: EXEC_FAILED, 1477 names: [ 1478 "jsr166.CollectionTest#testEmptyMeansEmpty", 1479 "jsr166.Collection8Test#testForEach", 1480 "jsr166.Collection8Test#testForEachConcurrentStressTest" 1481 ] 1482}, 1483{ 1484 description: "Tests must be run as root", 1485 bug: 28536847, 1486 result: EXEC_FAILED, 1487 names: [ 1488 "org.apache.harmony.luni.tests.java.net.UnixNetworkInterfaceTest" 1489 ] 1490}, 1491{ 1492 description: "URLClassLoader doesn't work on Android for jar files", 1493 bug: 28535349, 1494 result: EXEC_FAILED, 1495 names: [ 1496 "org.apache.harmony.luni.tests.java.net.URLClassLoaderImplTest#test_Constructor$Ljava_net_URLLjava_lang_ClassLoaderLjava_net_URLStreamHandlerFactory" 1497 ] 1498}, 1499{ 1500 description: "Conscrypt produces different exceptions under different circumstances", 1501 bug: 36772622, 1502 result: EXEC_FAILED, 1503 names: [ 1504 "com.google.security.wycheproof.RsaEncryptionTest#testExceptionsPKCS1", 1505 "com.google.security.wycheproof.RsaEncryptionTest#testGetExceptionsOAEP" 1506 ] 1507}, 1508{ 1509 description: "Bullhead kernel does not block send when buffer is supposed to have saturated", 1510 bug: 36691333, 1511 result: EXEC_FAILED, 1512 names: [ 1513 "libcore.java.net.SocketTimeoutTest#testSocketWriteNeverTimeouts" 1514 ] 1515}, 1516{ 1517 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1518 bug: 3268630, 1519 name: "libcore.xml.DomTest#testEntityDeclarations", 1520 substring: "This implementation does not parse entity declarations" 1521}, 1522{ 1523 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1524 bug: 3268630, 1525 name: "libcore.xml.DomTest#testGetWholeTextWithEntityReference", 1526 substring: "This implementation doesn't resolve entity references in getWholeText" 1527}, 1528{ 1529 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1530 name: "libcore.xml.DomTest#testExpandingEntityReferencesOff", 1531 bug: 3268630, 1532 substring: "This implementation doesn't include children in entity references" 1533}, 1534{ 1535 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1536 name: "libcore.xml.DomTest#testExpandingEntityReferencesOn", 1537 bug: 3268630, 1538 substring: "This implementation doesn't expand entity references" 1539}, 1540{ 1541 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1542 bug: 3268630, 1543 name: "libcore.xml.DomTest#testIsElementContentWhitespaceWithDeclaration", 1544 substring: "This implementation does not recognize element content whitespace" 1545}, 1546{ 1547 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1548 bug: 3268630, 1549 name: "libcore.xml.DomTest#testNotations", 1550 substring: "This implementation does not parse notations" 1551}, 1552{ 1553 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1554 bug: 3268630, 1555 names: [ 1556 "tests.org.w3c.dom.HCNotationsRemoveNamedItemNS#testRemoveNamedItemNS", 1557 "tests.org.w3c.dom.HCNotationsSetNamedItemNS#testNotationsSetNamedItemNS" 1558 ] 1559}, 1560{ 1561 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1562 bug: 3268630, 1563 name: "libcore.xml.DeclarationTest#testGetXmlEncoding", 1564 substring: "This implementation doesn't parse the encoding from the XML declaration" 1565}, 1566{ 1567 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1568 bug: 3268630, 1569 name: "libcore.xml.DeclarationTest#testGetXmlStandalone", 1570 substring: "This implementation doesn't parse standalone from the XML declaration" 1571}, 1572{ 1573 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1574 bug: 3268630, 1575 name: "libcore.xml.DeclarationTest#testGetXmlVersion", 1576 substring: "This implementation doesn't parse the version from the XML declaration" 1577}, 1578{ 1579 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1580 bug: 3268630, 1581 name: "libcore.xml.NormalizeTest#testSchemaTypeDtd", 1582 substring: "This implementation's setParameter() supports an unexpected value: schema-type=http://www.w3.org/TR/REC-xml" 1583}, 1584{ 1585 description: "Dalvik doesn't support XML Schemas, DTDs or validation", 1586 bug: 3268630, 1587 name: "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testSetEntityResolver", 1588 substring: "java.lang.ClassCastException: org.apache.harmony.xml.dom.EntityReferenceImpl" 1589}, 1590{ 1591 description: "many tests attempt to fork a Java executable, but fork the wrong one", 1592 result: "EXEC_FAILED", 1593 failure: "should fork a dalvikvm, not a JVM", 1594 substring: "/system/bin.*IOException" 1595}, 1596{ 1597 description: "low-impact XML bugs:", 1598 result: EXEC_FAILED, 1599 name: "libcore.xml.DomTest#testAttributeNamedIdIsNotAnIdByDefault", 1600 substring: "This implementation incorrectly interprets the \"id\" attribute as an identifier by default" 1601}, 1602{ 1603 description: "low-impact XML bugs:", 1604 result: EXEC_FAILED, 1605 name: "libcore.xml.DomTest#testDocumentAddChild", 1606 substring: "Document nodes shouldn't accept child nodes" 1607}, 1608{ 1609 description: "low-impact XML bugs:", 1610 result: EXEC_FAILED, 1611 name: "libcore.xml.DomTest#testElementTraversalFeature", 1612 substring: "This implementation is expected to support ElementTraversal v. 1.0 but does not." 1613}, 1614{ 1615 description: "low-impact XML bugs:", 1616 result: EXEC_FAILED, 1617 name: "libcore.xml.DomTest#testLoadSaveFeature", 1618 substring: "This implementation is expected to support LS v. 3.0 but does not." 1619}, 1620{ 1621 description: "low-impact XML bugs:", 1622 result: EXEC_FAILED, 1623 name: "libcore.xml.SaxTest#testYesPrefixesYesNamespaces", 1624 substring: "The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enabled." 1625}, 1626{ 1627 description: "low-impact XML bugs:", 1628 result: EXEC_FAILED, 1629 name: "org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_newInstance", 1630 substring: "Expected FactoryConfigurationError was not thrown" 1631}, 1632{ 1633 description: "low-impact XML bugs:", 1634 result: EXEC_FAILED, 1635 names: [ 1636 "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderFactoryTest#test_isSetXIncludeAware", 1637 "org.apache.harmony.tests.javax.xml.parsers.DocumentBuilderTest#testIsXIncludeAware", 1638 "org.apache.harmony.tests.javax.xml.parsers.SAXParserFactoryTest#test_setIsXIncludeAware", 1639 "org.apache.harmony.tests.javax.xml.parsers.SAXParserTest#testIsXIncludeAware" 1640 ], 1641 substring: "java.lang.UnsupportedOperationException: This parser does not support specification \"Unknown\" version \"0.0\"" 1642}, 1643{ 1644 description: "a low-impact bug, also present in Crockford's implementation of org.json", 1645 result: EXEC_FAILED, 1646 name: "libcore.org.json.ParsingTest#test64BitHexValues", 1647 substring: "Large hex longs shouldn't be yield ints or strings expected:<-1> but was:<0xFFFFFFFFFFFFFFFF>" 1648}, 1649{ 1650 description: "this test needs to be fixed. We supply optional qnames, but this test doesn't expect them", 1651 result: EXEC_FAILED, 1652 name: "org.apache.harmony.tests.javax.xml.parsers.SAXParserTest#test_parseLjava_io_InputStreamLorg_xml_sax_helpers_DefaultHandlerLjava_lang_String" 1653}, 1654{ 1655 description: "BouncyCastle allows unrecognized algorithms, but RI does not, not clear if this is a bug", 1656 result: EXEC_FAILED, 1657 name: "org.apache.harmony.crypto.tests.javax.crypto.KeyAgreementTest#test_generateSecretLjava_lang_String", 1658 substring: "junit.framework.AssertionFailedError: NoSuchAlgorithmException expected" 1659}, 1660{ 1661 description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user", 1662 name: "libcore.java.io.OldFileTest#test_deleteOnExit", 1663 bug: 5834665 1664}, 1665{ 1666 description: "We're retiring the security manager. Unfortunately, tests all over the place 1667 need to check that they're secure, so they all fail when we refuse to install 1668 a security manager. This suppresses all of these failures.", 1669 result: EXEC_FAILED, 1670 failure: "disable securityManager", 1671 pattern: ".*java.lang.SecurityException\\s+at java.lang.System.setSecurityManager.*", 1672 bug: 2585285 1673}, 1674{ 1675 description: "ignore compilation errors due to different available APIs", 1676 result: COMPILE_FAILED, 1677 failure: "ignore compilation errors", 1678 pattern: ".*\\.java:\\d+: cannot find symbol.*" 1679}, 1680{ 1681 description: "the average length of possible UTF-8 sequences is 2 bytes.", 1682 result: EXEC_FAILED, 1683 name: "org.apache.harmony.tests.java.nio.charset.UTFCharsetEncoderTest#testSpecificDefaultValue", 1684 substring: "junit.framework.AssertionFailedError: expected:<1.1> but was:<2.0>" 1685}, 1686{ 1687 description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works", 1688 result: EXEC_FAILED, 1689 failure: "connect to the Internet", 1690 pattern: ".*java.net.UnknownHostException:.*jcltest.apache.org.*" 1691}, 1692{ 1693 description: "Some tests (ExcludedProxyTest) connect to a public webserver to check that the HTTP client works", 1694 result: EXEC_FAILED, 1695 names: [ 1696 "org.apache.harmony.luni.tests.java.net.ExcludedProxyTest" 1697 ] 1698}, 1699{ 1700 description: "Some tests depend on ICU data, which has changed. Others make assumptions about floating point rounding", 1701 result: EXEC_FAILED, 1702 names: [ 1703 "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_DateTimeConversion", 1704 "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_GeneralConversionOther", 1705 "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator", 1706 "org.apache.harmony.tests.java.util.FormatterTest#test_formatLjava_lang_String$Ljava_lang_Object_Percent" 1707 ] 1708}, 1709{ 1710 description: "(Needs investigation) Some tests make assertions that don't make sense, others use broken port allocation logic.", 1711 result: EXEC_FAILED, 1712 names: [ 1713 "org.apache.harmony.tests.java.net.InetAddressTest#test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface" 1714 ] 1715}, 1716{ 1717 description: "Potentially flakey because they rely on a specific local TCP port being free.", 1718 result: EXEC_FAILED, 1719 names: [ 1720 "org.apache.harmony.tests.java.nio.channels.ServerSocketChannelTest#test_bind_explicitPort" 1721 ] 1722}, 1723{ 1724 description: "Fails in CTS, passes in CoreTestRunner.", 1725 result: EXEC_FAILED, 1726 modes: [device], 1727 names: [ 1728 "org.apache.harmony.tests.java.net.URLConnection#test_getContentEncoding", 1729 "libcore.java.text.OldNumberFormatTest#test_parseLjava_lang_String", 1730 "libcore.java.nio.channels.OldSocketChannelTest#test_writeLjava_nio_ByteBuffer_Nonblocking_HugeData", 1731 "org.apache.harmony.tests.java.lang.ProcessManagerTest#testSleep", 1732 "libcore.java.security.cert.OldPKIXParametersTest#testPKIXParametersKeyStore04" 1733 ] 1734}, 1735{ 1736 description: "Suffers from DH slowness, disabling for now.", 1737 result: EXEC_FAILED, 1738 names: [ 1739 "libcore.java.security.OldDHTest#testDHGen", 1740 "libcore.java.security.OldKeyPairGeneratorTestDH#testKeyPairGenerator", 1741 "com.android.org.conscrypt.java.security.KeyPairGeneratorTestDH#testKeyPairGenerator", 1742 "com.android.org.conscrypt.java.security.AlgorithmParametersTestDH#testAlgorithmParameters", 1743 "com.android.org.conscrypt.java.security.AlgorithmParameterGeneratorTestDH#testAlgorithmParameterGenerator" 1744 ] 1745}, 1746{ 1747 description: "Destroys MD5 provider, hurts succeeding tests", 1748 result: EXEC_FAILED, 1749 names: [ 1750 "org.apache.harmony.tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKey", 1751 "org.apache.harmony.tests.api.javax.security.cert.X509CertificateTest#testVerifyPublicKeyString" 1752 ] 1753}, 1754{ 1755 description: "Support_TestWebServer requires isolation.", 1756 result: EXEC_FAILED, 1757 names: [ 1758 "libcore.java.net.OldURLClassLoaderTest#test_findResourceLjava_lang_String" 1759 ] 1760}, 1761{ 1762 description: "Causes OutOfMemoryError to test finalization", 1763 result: EXEC_FAILED, 1764 names: [ 1765 "org.apache.harmony.tests.java.lang.ref.SoftReferenceTest#test_get_SoftReference", 1766 "org.apache.harmony.crypto.tests.javax.crypto#ExemptionMechanismTest#test_finalize" 1767 ] 1768}, 1769{ 1770 description: "Causes open dex file error", 1771 modes: [device], 1772 names: [ 1773 "org.apache.harmony.tests.java.lang.reflect.GenericSignatureFormatErrorTest#test_signatureFormatError" 1774 ] 1775}, 1776{ 1777 description: "Requires functional Support_Jetty", 1778 bug: 28535961, 1779 result: EXEC_FAILED, 1780 names: [ 1781 "org.apache.harmony.luni.tests.java.net.URLClassLoaderTest" 1782 ] 1783}, 1784{ 1785 description: "Awaiting fix to reflection code", 1786 result: EXEC_FAILED, 1787 bug: 62408076, 1788 name: "libcore.java.lang.reflect.annotations.AnnotatedElementParameterTest#testImplicitConstructorParameters_singleAnnotation" 1789}, 1790{ 1791 description: "Android has different implementation in classes, e.g. SecurityManager.", 1792 result: EXEC_FAILED, 1793 bug: 181171596, 1794 names: [ 1795 "test.java.util.concurrent.tck.AbstractExecutorServiceTest#testSubmitFailedPrivilegedExceptionAction", 1796 "test.java.util.concurrent.tck.AbstractExecutorServiceTest#testSubmitPrivilegedAction", 1797 "test.java.util.concurrent.tck.AbstractExecutorServiceTest#testSubmitPrivilegedExceptionAction", 1798 "test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_exceptionalCompletion", 1799 "test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_join", 1800 "test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_mutable", 1801 "test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_normalCompletion", 1802 "test.java.util.concurrent.tck.CompletableFutureTest#testMinimalCompletionStage_toCompletableFuture_oneWayPropagation", 1803 "test.java.util.concurrent.tck.CompletableFutureTest#testToCompletableFutureGarbageRetention", 1804 "test.java.util.concurrent.tck.ExecutorsTest#testCreatePrivilegedCallableUsingCCLWithNoPrivs", 1805 "test.java.util.concurrent.tck.ExecutorsTest#testPrivilegedCallableUsingCCLWithPrivs", 1806 "test.java.util.concurrent.tck.ExecutorsTest#testPrivilegedCallableWithNoPrivs", 1807 "test.java.util.concurrent.tck.ExecutorsTest#testPrivilegedCallableWithPrivs", 1808 "test.java.util.concurrent.tck.ExecutorsTest#testPrivilegedThreadFactory", 1809 "test.java.util.concurrent.tck.ForkJoinPoolTest#testSubmitFailedPrivilegedExceptionAction", 1810 "test.java.util.concurrent.tck.ForkJoinPoolTest#testSubmitPrivilegedAction", 1811 "test.java.util.concurrent.tck.ForkJoinPoolTest#testSubmitPrivilegedExceptionAction", 1812 "test.java.util.concurrent.tck.PriorityQueueTest#testOfferNonComparable", 1813 "test.java.util.concurrent.tck.StampedLockTest#testDeeplyNestedReadLocks", 1814 "test.java.util.concurrent.tck.StampedLockTest#testReadLock_lockUnlock", 1815 "test.java.util.concurrent.tck.StampedLockTest#testTryConvertToOptimisticRead", 1816 "test.java.util.concurrent.tck.StampedLockTest#testTryConvertToReadLock", 1817 "test.java.util.concurrent.tck.StampedLockTest#testTryConvertToWriteLock", 1818 "test.java.util.concurrent.tck.ThreadPoolExecutorTest#testPoolSizeInvariants", 1819 "test.java.util.concurrent.tck.ThreadTest#testGetAndSetDefaultUncaughtExceptionHandler" 1820 ] 1821} 1822] 1823