1. 5bdb797 Merge "Refactoring in preparation for NIO2 changes." by Neil Fuller · 11 years ago
  2. 933fbbf Refactoring in preparation for NIO2 changes. by Neil Fuller · 11 years ago
  3. 3cc0bda Fix ComputeSerialVersionUIDTest. by Narayan Kamath · 11 years ago
  4. b2dc38f Fixed broken EnumTest by Paul Duffin · 11 years ago
  5. 155ee0c Fix encodings in X500PrincipalTest by Kenny Root · 11 years ago
  6. 7f46d84 Merge "Fix SerializationStressTest1#test_18_33_writeObject" by Narayan Kamath · 11 years ago
  7. 67b29d9 Fix SerializationStressTest1#test_18_33_writeObject by Neil Fuller · 11 years ago
  8. b52bc3e Fix test breakage in Harmony SSLSessionTest. by Alex Klyubin · 11 years ago
  9. 82c6425 Delete Support_PortManager & OldDatagramSocketTest by Narayan Kamath · 11 years ago
  10. 9de94e4 Fix test breakages due to TLSv1.2 enabled and FS preferred. by Alex Klyubin · 11 years ago
  11. 108a6c5 Fix broken test cases in DeflaterTest & InflaterTest by Narayan Kamath · 11 years ago
  12. 99b4714 Fix broken assumption in a unit test. by Narayan Kamath · 11 years ago
  13. ab646c8 Fix a brain dead mistake in DeflaterInputStreamTest. by Narayan Kamath · 11 years ago
  14. 14dade3 Make DeflaterInputStream#available more consistent. by Narayan Kamath · 11 years ago
  15. 939d2d7 Throw an NPE in a more obvious manner. by Narayan Kamath · 11 years ago
  16. d567f90 Move tests from harmony/archive to libcore. by Narayan Kamath · 11 years ago
  17. 857b660 Address review comment for OutputStreamWriterTest. by Narayan Kamath · 11 years ago
  18. 5b9ea87 Address review comments. by Narayan Kamath · 11 years ago
  19. 91bb19d Fix a CharsetEncoder bug. by Narayan Kamath · 11 years ago
  20. f25dfbd Fix several issues in CookieManagerTest by Narayan Kamath · 11 years ago
  21. 6efeeab Fix PasswordCallback serialization test. by Narayan Kamath · 11 years ago
  22. 418e036 Fix an OutputStreamWriterTest test case. by Narayan Kamath · 11 years ago
  23. 5f1d509 Delete a few bad test cases from CharsetEncoderTest. by Narayan Kamath · 11 years ago
  24. c7f4b48 Merge "Fix a testcase in InputStreamReaderTest." by Narayan Kamath · 11 years ago
  25. bd024cc Fix several decoder bugs. by Narayan Kamath · 11 years ago
  26. e0e5a7a Fix a testcase in InputStreamReaderTest. by Narayan Kamath · 11 years ago
  27. c510d99 Merge "Import missing harmony tests for javax.security.auth." by Narayan Kamath · 11 years ago
  28. 62542d8 Import missing harmony tests for javax.security.auth. by Narayan Kamath · 11 years ago
  29. c57d3bb am 0af9d85d: am 2e8bdf33: Merge "Make PipedWriter#flush throw if the reader is closed." by Narayan Kamath · 11 years ago
  30. d6aba0d am 7420e424: am 68cf52ad: Merge "Clean up & fix PipedInputStreamTest." by Narayan Kamath · 11 years ago
  31. cdba761 am d121f03c: am a79889ac: Merge "Remove bogus test case in TreeSetTest." by Narayan Kamath · 11 years ago
  32. 5c4a8db am 93a3a9cc: am a95d8947: Merge "Fix typos in comments." by Narayan Kamath · 11 years ago
  33. 0048bf7 Make PipedWriter#flush throw if the reader is closed. by Narayan Kamath · 11 years ago
  34. 1950935 Clean up & fix PipedInputStreamTest. by Narayan Kamath · 11 years ago
  35. a79889a Merge "Remove bogus test case in TreeSetTest." by Narayan Kamath · 11 years ago
  36. 5b41c43 Fix typos in comments. by Narayan Kamath · 11 years ago
  37. 04f6c33 Remove bogus test case in TreeSetTest. by Narayan Kamath · 11 years ago
  38. 215ff90 am cfeab7b3: am 47f7ed46: Merge "Move tests from tests/api to harmony-tests. (Take 2)" by Narayan Kamath · 11 years ago
  39. ab762bb Move tests from tests/api to harmony-tests. (Take 2) by Narayan Kamath · 11 years ago
  40. d5e2817 Revert "Move tests from tests/api to harmony-tests." by Narayan Kamath · 11 years ago
  41. 81bf28a Move tests from tests/api to harmony-tests. by Narayan Kamath · 11 years ago
  42. e5fea3d Use a consistent package path for harmony tests. by Narayan Kamath · 11 years ago
  43. 439113b Merge "Import resources, fix JarURLConnectionTest." by Narayan Kamath · 11 years ago
  44. b497b0d Merge "Fix numerous harmony test failures" by Narayan Kamath · 11 years ago
  45. 7da5393 Merge "Import resource and fix ClassTest." by Narayan Kamath · 11 years ago
  46. d7613be Merge "Fix a few failures in FileURLConnectionTest." by Narayan Kamath · 11 years ago
  47. 665c45e Fix numerous harmony test failures by Narayan Kamath · 11 years ago
  48. 1399e0b Fix a few failures in FileURLConnectionTest. by Narayan Kamath · 11 years ago
  49. e19fe36 Import resources, fix JarURLConnectionTest. by Narayan Kamath · 11 years ago
  50. 378e3c6 Import resource and fix ClassTest. by Narayan Kamath · 11 years ago
  51. 9aab36e Add serialization golden files, fix tests. by Narayan Kamath · 11 years ago
  52. ed1dd1f Fix a varargs warning in MessageFormatTest. by Elliott Hughes · 11 years ago
  53. 6ad37f5 Clean up CharsetDecoder and CharsetEncoder. by Elliott Hughes · 11 years ago
  54. 018b615 Fix a bug in DateFormat, clean up some SimpleDateFormat tests. by Elliott Hughes · 11 years ago
  55. 3c51cab Clean up useless comments in MatcherTest. by Elliott Hughes · 11 years ago
  56. 4ee5bab More java.text test cleanup/fixes. by Elliott Hughes · 11 years ago
  57. 8c80e6b Only use public API for icu4c's FieldPositionIterator. by Elliott Hughes · 11 years ago
  58. 8f99767 Fix a DecimalFormat crash when formatting the empty string. by Elliott Hughes · 11 years ago
  59. 7447397 Fix harmony java.text test failures. by Elliott Hughes · 11 years ago
  60. 994e4e5 Add harmony java.text tests. by Elliott Hughes · 11 years ago
  61. 767bb5d Remove bogus @test comments that confuse vogar. by Elliott Hughes · 11 years ago
  62. 56ff05b Fix java.util.Scanner bugs. by Elliott Hughes · 11 years ago
  63. ea1caf4 Fix a bunch of Charset tests. by Elliott Hughes · 11 years ago
  64. c44b103 More Charset test fixes. by Elliott Hughes · 11 years ago
  65. 5ec6bf8 Fix various Charset tests, clean up the implementation. by Elliott Hughes · 11 years ago
  66. 9a39ec1 Fix GB-18030 tests. by Elliott Hughes · 11 years ago
  67. b496276 We never supported obsolete EBCDIC variants. by Elliott Hughes · 11 years ago
  68. b274574 If libcore wants ASCII casing, it needs to ask for it like everyone else. by Elliott Hughes · 11 years ago
  69. a117015 Fix PatternTest failures. by Elliott Hughes · 11 years ago
  70. 195c309 Fix PatternSyntaxExceptionTest. by Elliott Hughes · 11 years ago
  71. 9997a91 Fix a CharsetEncoder test. by Elliott Hughes · 11 years ago
  72. 318d6de Minor cleanup from investigating UnixSelectorTest failures. by Elliott Hughes · 11 years ago
  73. 067e5d6 Fix a Selector bug and a test bug. by Elliott Hughes · 11 years ago
  74. 5c8452e Improve Scanner performance. by Elliott Hughes · 12 years ago
  75. 2f6885f Fix SelectorTest#test_selectJ_Empty_Keys flakiness. by Elliott Hughes · 12 years ago
  76. 5700a97 Various regex test fixes. by Elliott Hughes · 12 years ago
  77. bfd68b1 Add the harmony regex tests. by Elliott Hughes · 12 years ago
  78. 56ddb0a Add harmony java.nio.charset tests. by Elliott Hughes · 12 years ago
  79. ebdccfc Add the harmony BufferedReaderTest. by Elliott Hughes · 12 years ago
  80. 105a940 Fix various of the harmony nio tests. by Elliott Hughes · 12 years ago
  81. dce2b2f Add the harmony nio tests. by Elliott Hughes · 12 years ago
  82. d0d215d Add the harmony annotation tests. by Elliott Hughes · 12 years ago
  83. 8658a3f Fix a bug in DatagramChannel.send. by Elliott Hughes · 12 years ago
  84. b2da4ac Reads from /dev/urandom can't really block. by Elliott Hughes · 12 years ago
  85. 3e0dd60 Fix an outdated BigInteger test. by Elliott Hughes · 12 years ago
  86. b5ccf74 Fix BigInteger test failures. by Elliott Hughes · 12 years ago
  87. 053490c Fix two tests that weren't passing on Android or the RI. by Elliott Hughes · 12 years ago
  88. 81ccea0 Move the external/apache-harmony/math tests into libcore. by Elliott Hughes · 12 years ago