1. 52cd6de Merge "Drop two recently added test methods of which one failed on buildbot." by Tobias Thierer · 8 years ago
  2. f0f87ff Merge "Revert "Disable private Runtime#load/loadLibrary(String,ClassLoader) in >N"" by Treehugger Robot · 8 years ago
  3. 4b91335 Revert "Disable private Runtime#load/loadLibrary(String,ClassLoader) in >N" by Hiroshi Yamauchi · 8 years ago
  4. c8322dc Drop two recently added test methods of which one failed on buildbot. by Tobias Thierer · 8 years ago
  5. 0bb0ab0 Tests that Processes with redirects expose null input/output streams. by Tobias Thierer · 8 years ago
  6. 69addbd Merge "Test remaining API surface of ProcessBuilder." by Tobias Thierer · 8 years ago
  7. 9131846 Merge "Disable private Runtime#load/loadLibrary(String,ClassLoader) in >N" by Przemyslaw Szczepaniak · 8 years ago
  8. de6cabd Test remaining API surface of ProcessBuilder. by Tobias Thierer · 8 years ago
  9. 67f656a Disable private Runtime#load/loadLibrary(String,ClassLoader) in >N by Przemyslaw Szczepaniak · 8 years ago
  10. 3282e7b Test ProcessBuilder.Redirect.INHERIT by Tobias Thierer · 8 years ago
  11. 9de2bb0 Merge "NetworkInterface should show all available interfaces" by Yi Kong · 8 years ago
  12. c89864c NetworkInterface should show all available interfaces by Yi Kong · 8 years ago
  13. c186ac1 Merge "Fix time zone formatting with setZoneStrings()." by Joachim Sauer · 8 years ago
  14. d8bef3c Fix time zone formatting with setZoneStrings(). by Joachim Sauer · 8 years ago
  15. 80540f0 Libcore: Remove usage of ScopedFd by Andreas Gampe · 8 years ago
  16. 7afc142 Merge "Regression test for HTTP proxy request line" by Tobias Thierer · 8 years ago
  17. 69496f9 OldSystemTest: Add test for System.load for non absolute paths. by Narayan Kamath · 8 years ago
  18. c09900c Regression test for HTTP proxy request line by Tobias Thierer · 8 years ago
  19. bf34d83 Fix Unsafe#park for large wait-time values. by Przemyslaw Szczepaniak · 8 years ago
  20. 397d27c Merge "Add tests to Math.atan and Math.atan2." by Joachim Sauer · 8 years ago
  21. b3ab870 Add tests to Math.atan and Math.atan2. by Joachim Sauer · 8 years ago
  22. 22049bb Merge "Import upstream change: java.net.URI.equals/hashCode not consistent for some URIs" by Treehugger Robot · 8 years ago
  23. 2b82d66 Merge "remove x attribute of java file" by Treehugger Robot · 8 years ago
  24. 0754731 Merge "Fix serialization of class fields with same names." by Przemyslaw Szczepaniak · 8 years ago
  25. 49965c1 remove x attribute of java file by Ganesh Mahendran · 8 years ago
  26. 36d1716 Merge "Fix BigDecimal multiplication for -1 * Long.MIN_VALUE" by Tobias Thierer · 8 years ago
  27. 4f9b04a Fix BigDecimal multiplication for -1 * Long.MIN_VALUE by Tobias Thierer · 8 years ago
  28. e0bf2a3 Import upstream change: java.net.URI.equals/hashCode not consistent for some URIs by Yi Kong · 8 years ago
  29. dad9392 Merge changes I2595acb9,Ied3cb245 by Paul Duffin · 8 years ago
  30. 3683e91 Make ChoiceFormat take defensive copies of its arrays by Paul Duffin · 8 years ago
  31. 1cef212 Import upstream change: java.net.URLClassLoader.findClass uses exceptions in control flow by Yi Kong · 8 years ago
  32. 4869d36 Fix URLConnectionTest asserting on the wrong connection by Tobias Thierer · 8 years ago
  33. 0885fcb Fix serialization of class fields with same names. by Przemyslaw Szczepaniak · 8 years ago
  34. 99028e6 Merge "Fix MemebershipTest" by Shubham Ajmera · 8 years ago
  35. 3b51268 Fix MemebershipTest by Shubham Ajmera · 8 years ago
  36. a642d0e Merge "URLConnectionTest changes for upgrade to OkHttp 2.7.5" by Tobias Thierer · 8 years ago
  37. 3652b08 Remove expensive operations from constructor by Neil Fuller · 8 years ago
  38. 1e85bc7 Remove Thread.sleep() from OldBufferedReaderTest.test_8778372 by Neil Fuller · 8 years ago
  39. 891c282 Merge "DigestTest: remove performance comparison" by Sergio Giro · 8 years ago
  40. 321eed8 URLConnectionTest changes for upgrade to OkHttp 2.7.5 by Tobias Thierer · 8 years ago
  41. a412e13 Merge "Tidy up MockWebServer usage" by Neil Fuller · 8 years ago
  42. 9cc268d Tidy up MockWebServer usage by Neil Fuller · 8 years ago
  43. 3759d4d Merge "Revert "Accept empty labels in hostname for compatibility"" by Treehugger Robot · 8 years ago
  44. 07bfa5d DigestTest: remove performance comparison by Sergio Giro · 8 years ago
  45. c3ccff5 Fix URLConnectionTest.testConnectTimeouts() by dropping use of Mockito by Tobias Thierer · 8 years ago
  46. bb540b8 Revert "Accept empty labels in hostname for compatibility" by Yi Kong · 8 years ago
  47. 99197ec Merge "Port openJdk8 java.lang package, part 2" by Przemyslaw Szczepaniak · 8 years ago
  48. cc4ece7 URLConnectionTest: explicitly close() all the TestSSLContexts by Tobias Thierer · 8 years ago
  49. 5d43f66 Merge "Disable leak detection in URLConnectionTest by extending TestCase." by Tobias Thierer · 8 years ago
  50. 5d26b88 Merge "Let testImplAccept_detectsClosedState() fail quickly when it fails." by Tobias Thierer · 8 years ago
  51. 3635336 Merge "Revert "URLConnection: Add regression test for b/26769689."" by Tobias Thierer · 8 years ago
  52. 5ccc6fa Disable leak detection in URLConnectionTest by extending TestCase. by Tobias Thierer · 8 years ago
  53. 79a03395 Let testImplAccept_detectsClosedState() fail quickly when it fails. by Tobias Thierer · 8 years ago
  54. e765ba6 Fix ServerSocketConcurrentCloseTest's package by Tobias Thierer · 8 years ago
  55. 694e617 Port openJdk8 java.lang package, part 2 by Przemyslaw Szczepaniak · 8 years ago
  56. 41a4ba6 Revert "URLConnection: Add regression test for b/26769689." by Tobias Thierer · 8 years ago
  57. 73145a3 Merge "Fix name constant used in Inet6Address.LOOPBACK" by Neil Fuller · 8 years ago
  58. 21d479d Fix name constant used in Inet6Address.LOOPBACK by Neil Fuller · 8 years ago
  59. 5bb82cc Remove libcore.icu.LocaleData.shortDateFormat4. by Joachim Sauer · 8 years ago
  60. cc1e67c Merge "Charset: Fix broken level-1 caching." by Treehugger Robot · 8 years ago
  61. b33d82c Merge "Correct address fields in ByteBufferAsXBuffer classes" by Shubham Ajmera · 8 years ago
  62. e0f383f Correct address fields in ByteBufferAsXBuffer classes by Shubham Ajmera · 8 years ago
  63. 5769b65 Charset: Fix broken level-1 caching. by Narayan Kamath · 8 years ago
  64. dbb107c Cipher: always select a SPI in init according to the parameters by Sergio Giro · 8 years ago
  65. 38477dc Merge "Lambda implementation / reflection tests" by Neil Fuller · 8 years ago
  66. e83f58b Merge "SocketTest: Write test for connect in the presence of a ProxySelector." by Treehugger Robot · 8 years ago
  67. 51dea17 SocketTest: Write test for connect in the presence of a ProxySelector. by Narayan Kamath · 8 years ago
  68. d3a89fc Merge "Correct traversal of the UResourceBundle data structure in ICU." by Joachim Sauer · 8 years ago
  69. 830d954 Asynchronous(Server)SocketChannel tests and missing code. by Przemyslaw Szczepaniak · 9 years ago
  70. 248a0f7 Correct traversal of the UResourceBundle data structure in ICU. by Fredrik Roubert · 9 years ago
  71. d01fdc5 Merge "Add unit tests for java.nio.channels.AsynchronousChannelGroup" by Shubham Ajmera · 8 years ago
  72. 62a57bf Merge "Add multicast channel tests for DatagramChannel" by Shubham Ajmera · 8 years ago
  73. a8aa69d Merge "Improve getChars() bounds checking and add a test" by Neil Fuller · 8 years ago
  74. 7e6c789 Improve getChars() bounds checking and add a test by Neil Fuller · 8 years ago
  75. aea7855 Add multicast channel tests for DatagramChannel by Neil Fuller · 8 years ago
  76. 8110dcc Merge "Revert "Add java.util.zip.ZipFile/OPEN_DELETE test."" by Nicolas Geoffray · 8 years ago
  77. 558a95b Revert "Add java.util.zip.ZipFile/OPEN_DELETE test." by Nicolas Geoffray · 8 years ago
  78. e64b476 Merge "Sync default timezone to ICU." by Joachim Sauer · 8 years ago
  79. 31ad31c Merge "Relax tests around HTTP header validation" by Neil Fuller · 8 years ago
  80. b2c91e9 Sync default timezone to ICU. by Joachim Sauer · 8 years ago
  81. 984c459 FileDispatcherImpl: Untag sockets before preClose. by Narayan Kamath · 8 years ago
  82. 65433f5 Merge "Add java.util.zip.ZipFile/OPEN_DELETE test." by Przemyslaw Szczepaniak · 8 years ago
  83. 3512176 Add java.util.zip.ZipFile/OPEN_DELETE test. by Przemyslaw Szczepaniak · 8 years ago
  84. 173e4cf Selector: Use poll based selector instead of an epoll based selector. by Narayan Kamath · 8 years ago
  85. 4f3470f OsTest: Explicitly delete temporary files. by Narayan Kamath · 8 years ago
  86. 9f6ca97 Relax tests around HTTP header validation by Neil Fuller · 8 years ago
  87. efbeffb Merge "Revert "Test ProcessBuilder.Redirect.INHERIT"" by Tobias Thierer · 8 years ago
  88. b90dbb9 Revert "Test ProcessBuilder.Redirect.INHERIT" by Tobias Thierer · 8 years ago
  89. 60b589c Merge "Further ProcessBuilder tweaks." by Treehugger Robot · 8 years ago
  90. e8a4182 Fix setCurrency resetting fraction digits. by Joachim Sauer · 8 years ago
  91. 09e6f66 Further ProcessBuilder tweaks. by Tobias Thierer · 8 years ago
  92. ed4aead Test ProcessBuilder.Redirect.INHERIT by Tobias Thierer · 8 years ago
  93. 6da71a5 Fix NetworkInterface#getHardwareAddress corner case by Przemyslaw Szczepaniak · 8 years ago
  94. 46b9940 Fix race condition in accept() on socket that is concurrently closed. by Tobias Thierer · 8 years ago
  95. 3cca3d9 Merge "Fix MethodTest tests that use identifyCaller()" by Neil Fuller · 8 years ago
  96. 3b90fe1 Fix MethodTest tests that use identifyCaller() by Neil Fuller · 8 years ago
  97. 9c49f91 Merge "Test default and static interface method reflection" by Neil Fuller · 8 years ago
  98. 45348e1 Rewrite NetworkInterface#{getFlags,getMTU} by Yi Kong · 8 years ago
  99. 9238665 Lambda implementation / reflection tests by Neil Fuller · 8 years ago
  100. cc50b42 Test default and static interface method reflection by Neil Fuller · 9 years ago