1. 47ae0b5 Implementing bind() and getLocalAddress() for NIO2. by Neil Fuller · 11 years ago
  2. 82c6425 Delete Support_PortManager & OldDatagramSocketTest by Narayan Kamath · 11 years ago
  3. 108a6c5 Fix broken test cases in DeflaterTest & InflaterTest by Narayan Kamath · 11 years ago
  4. 99b4714 Fix broken assumption in a unit test. by Narayan Kamath · 11 years ago
  5. 14dade3 Make DeflaterInputStream#available more consistent. by Narayan Kamath · 11 years ago
  6. d567f90 Move tests from harmony/archive to libcore. by Narayan Kamath · 11 years ago
  7. 7a4e0ff Curate known failures list. by Narayan Kamath · 11 years ago
  8. 215ff90 am cfeab7b3: am 47f7ed46: Merge "Move tests from tests/api to harmony-tests. (Take 2)" by Narayan Kamath · 11 years ago
  9. ab762bb Move tests from tests/api to harmony-tests. (Take 2) by Narayan Kamath · 11 years ago
  10. a1a6c82 am 24053344: am 9463360f: Merge "Revert "Move tests from tests/api to harmony-tests."" by Narayan Kamath · 11 years ago
  11. d5e2817 Revert "Move tests from tests/api to harmony-tests." by Narayan Kamath · 11 years ago
  12. f960ca9 am 15e00b6e: am 5d973f8b: Merge "Move tests from tests/api to harmony-tests." by Narayan Kamath · 11 years ago
  13. 0dc74ed am 643f400d: am 118b75ff: Merge "Use a consistent package path for harmony tests." by Narayan Kamath · 11 years ago
  14. 81bf28a Move tests from tests/api to harmony-tests. by Narayan Kamath · 11 years ago
  15. e5fea3d Use a consistent package path for harmony tests. by Narayan Kamath · 11 years ago
  16. b1edaa3 am ce055efb: am 2ca1bc34: Merge "Add remaining harmony failures to the known failures list." by Narayan Kamath · 11 years ago
  17. bf44cb0 Add remaining harmony failures to the known failures list. by Narayan Kamath · 11 years ago
  18. 4d7ba8e am 3dd7d894: am 72e7f754: Merge "Add a harmony test case to known failures list." by Narayan Kamath · 11 years ago
  19. bd084a2 Add a harmony test case to known failures list. by Narayan Kamath · 11 years ago
  20. 10718d7 Move throws annotations to managed code. Part 2. by Jesse Wilson · 13 years ago
  21. 0424d12 Get stricter about DOCTYPEs. by Narayan Kamath · 11 years ago
  22. 189df91 Add a missing expectation for ASCIICharsetEncoderTest. by Elliott Hughes · 11 years ago
  23. e1a6c9c Add expectations for three known CharsetDecoder-/CharsetEncoder-related failures. by Elliott Hughes · 11 years ago
  24. 7447397 Fix harmony java.text test failures. by Elliott Hughes · 11 years ago
  25. 0161781 Fix expectations to track Charset test package changes. by Elliott Hughes · 11 years ago
  26. c44b103 More Charset test fixes. by Elliott Hughes · 11 years ago
  27. 6a38729 Remove tests for es__TRADITIONAL. by Elliott Hughes · 11 years ago
  28. a117015 Fix PatternTest failures. by Elliott Hughes · 11 years ago
  29. db835d5 Add a known failure for org.apache.harmony.luni.tests.java.util.ScannerParseLargeFileBenchmarkTest#testParseLargeFile. by Elliott Hughes · 11 years ago
  30. 817b74b Remove HistoricalCharsetNames. by Elliott Hughes · 11 years ago
  31. 70b79a2 Replace mentions of old JSSE package name by Kenny Root · 11 years ago
  32. 105a940 Fix various of the harmony nio tests. by Elliott Hughes · 11 years ago
  33. 92d2dac Fix KeyPairGenerator test for DH by Kenny Root · 12 years ago
  34. a190a2a Merge "NativeCrypto: fix more DSA/ECDSA key generation" by Kenny Root · 12 years ago
  35. a812f61 NativeCrypto: fix more DSA/ECDSA key generation by Kenny Root · 12 years ago
  36. c8b51de Remove fixed CipherTest "known failure" by Kenny Root · 12 years ago
  37. 06f5660 Remove passing test from known failures by Brian Carlstrom · 12 years ago
  38. a96f0f8 Add NIST PKIX tests to core-tests and knownfailures by Kenny Root · 12 years ago
  39. 14419c9 Cleanup taggedtests.txt by Brian Carlstrom · 12 years ago
  40. 71e607d Fix OldClassTest failures. by Elliott Hughes · 12 years ago
  41. 1b18a42 am d2f41fe2: Merge "Fix ConcurrentCloseTest flakiness." by Elliott Hughes · 12 years ago
  42. babccbf Fix ConcurrentCloseTest flakiness. by Elliott Hughes · 12 years ago
  43. 3e0b9fe am 73757035: Merge "Fix StringTest#testCaseMapping_en_US." by Elliott Hughes · 12 years ago
  44. ba31b4a Fix StringTest#testCaseMapping_en_US. by Elliott Hughes · 12 years ago
  45. ce1311e Suppress long broken test caused by kernel bug by Brian Carlstrom · 12 years ago
  46. 0a156e0 Add OpenSSLProvider support for Cipher.RSA/None/PKCS1Padding by Brian Carlstrom · 12 years ago
  47. 459a8cc Address flakiness of doFinal and unwrap CipherTests by Brian Carlstrom · 12 years ago
  48. a66a691 Updating test failures by Brian Carlstrom · 12 years ago
  49. 001630e Remove run-core-tests from known failures. by Jesse Wilson · 13 years ago
  50. d42738f Make QueryTimeoutTest understandable. by Jesse Wilson · 13 years ago
  51. 9b1c778 Update expectations for CTS: We still don't support notations. by Jesse Wilson · 13 years ago
  52. 6dedda9 Fix the PackageTest to not rely on a Class.getPackage() side effect. by Jesse Wilson · 13 years ago
  53. 29e0638 Scrub some CTS test failures. by Jesse Wilson · 13 years ago
  54. 32a250f Expect our missing IO interrupted exception. by Jesse Wilson · 13 years ago
  55. 25e769d Add tests for Calendar/SimpleDateFormat bugs by Jesse Wilson · 13 years ago
  56. 28b429a Fix some failing XML tests. by Jesse Wilson · 13 years ago
  57. 7f432cf Acknowledge 25 XPath test failures. by Jesse Wilson · 13 years ago
  58. 3098556 Acknowledge our 524 XSLT test failures. by Jesse Wilson · 13 years ago
  59. 1c92541 Rescue some XML tests to a libcore.xml package. by Jesse Wilson · 13 years ago
  60. 8bc378b Don't generate large DH keys when small ones will do. by Jesse Wilson · 13 years ago
  61. bdd960b Merge "Don't require security permissions to be non null." into dalvik-dev by Jesse Wilson · 13 years ago
  62. 2bfd651 Set expectations for tests timing out on BN_generate_prime_ex by Jesse Wilson · 13 years ago
  63. 2f0dedc Don't require security permissions to be non null. by Jesse Wilson · 13 years ago
  64. a9664e7 Set expectations for failing PKIXCertPathValidatorSpiTest by Jesse Wilson · 13 years ago
  65. 66fdc40 Set expectation for DHPrivateKeyTest timeouts. by Jesse Wilson · 13 years ago
  66. 8605af2 Set expectation for KeyAgreementFunctionalTest which always times out. by Jesse Wilson · 13 years ago
  67. 821431f Update expectations from recent continuous build failures. by Jesse Wilson · 13 years ago
  68. 6964eff Merge commit '995a3842' into manualmerge by Jesse Wilson · 14 years ago
  69. 995a384 Fail parsing if there's text outside the document element. by Jesse Wilson · 14 years ago
  70. b22ef1e Scrub test failures from the dalvik-dev build. by Jesse Wilson · 14 years ago
  71. 63dfb12 Update expectations for charset and URL test failures. by Jesse Wilson · 14 years ago
  72. 99aa851 Scrub libcore's SQLite and JDBC tests. by Jesse Wilson · 14 years ago
  73. c5c82ac Associate more test failures with their bugs. by Jesse Wilson · 14 years ago
  74. 2190147 resolved conflicts for merge of d6cb0852 to dalvik-dev by Jesse Wilson · 14 years ago
  75. d6cb085 am 41390693: am 094ef677: Merge "Move tests from android.core.URLTest to URLConnectionTest." into honeycomb by Jesse Wilson · 14 years ago
  76. b7f4d6c Move tests from android.core.URLTest to URLConnectionTest. by Jesse Wilson · 14 years ago
  77. c4bce9c am b7ccc2d0: Merge "Expand predefined entities by default, even if coalescing is off." by Jesse Wilson · 14 years ago
  78. 0463b62 Expand predefined entities by default, even if coalescing is off. by Jesse Wilson · 14 years ago
  79. a695e8f Just use String for upper case/lower case operations. by Jesse Wilson · 14 years ago
  80. 935ede9 Remove java.io tests duplicated with Harmony. by Jesse Wilson · 14 years ago
  81. 6767bdb Optimize DefaultHostnameVerifier. by Jesse Wilson · 14 years ago
  82. 2932a8e Merge "Fix the XML declaration message to work with JUnit 3.8.1 or JUnit 4." by Jesse Wilson · 14 years ago
  83. 5b59f8d Fix the XML declaration message to work with JUnit 3.8.1 or JUnit 4. by Jesse Wilson · 14 years ago
  84. 5fb5634 More math tests that fail on the host only. by Jesse Wilson · 14 years ago
  85. 9821bfd Set the expectation for a known regression. by Jesse Wilson · 14 years ago
  86. be56d2c Update known failure to match test name. http://b/3032697 by Jesse Wilson · 14 years ago
  87. a8d0832 Update expectations for XML test failures. by Jesse Wilson · 14 years ago
  88. f9e5995 am 0df432dd: Merge "Deduplicate java.lang tests from Harmony." by Jesse Wilson · 14 years ago
  89. 8bc50e8 Deduplicate java.lang tests from Harmony. by Jesse Wilson · 14 years ago
  90. 1cb2bee Update expectations to match renamed test. by Jesse Wilson · 14 years ago
  91. 7735337 The last of the Kxml correctness fixes for Expat compatibility. by Jesse Wilson · 14 years ago
  92. 755f7f2 am 644de474: am 0ad02672: Test what happens to RandomAccessFile when it is leaked. by Jesse Wilson · 14 years ago
  93. 0ad0267 Test what happens to RandomAccessFile when it is leaked. by Jesse Wilson · 14 years ago
  94. 51a8be2 am bf1bdd0a: am c84c0e51: Merge "Remove logging tests duplicated from Harmony" into gingerbread by Jesse Wilson · 14 years ago
  95. c84c0e5 Merge "Remove logging tests duplicated from Harmony" into gingerbread by Jesse Wilson · 14 years ago
  96. 35e28df am 849425a7: am a20d5db4: Fix a test with broken expectations for localized arabic exponent. by Jesse Wilson · 14 years ago
  97. a20d5db Fix a test with broken expectations for localized arabic exponent. by Jesse Wilson · 14 years ago
  98. ecfa064 am 65eee03b: am 2d9aee7a: Merge "Update TestUtils certificates to fix CertPathBuilder1Test and CertPathTest" into gingerbread by Brian Carlstrom · 14 years ago
  99. 52dea0a Update TestUtils certificates to fix CertPathBuilder1Test and CertPathTest by Brian Carlstrom · 14 years ago
  100. 021f500 Remove logging tests duplicated from Harmony by Jesse Wilson · 14 years ago