1. d501b0d am 82e86144: am 56176a05: Fix ScannerTest failures. by Brett Chabot · 15 years ago
  2. 82e8614 am 56176a05: Fix ScannerTest failures. by Brett Chabot · 15 years ago
  3. 56176a0 Fix ScannerTest failures. by Brett Chabot · 15 years ago
  4. 2dcda67 Set peer for new SSLSessionImpl instances. by Elliott Hughes · 15 years ago
  5. bf691cc am eb9ea32d: am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICompatible. by Brett Chabot · 15 years ago
  6. eb9ea32 am 53a6c01c: Fix DecimalFormatTest#test_serializationHarmonyRICompatible. by Brett Chabot · 15 years ago
  7. 39b6c52 Merge "Fixing our default HTTP Accept header to be spec-compliant." by Jesse Wilson · 15 years ago
  8. 875da7b Support non-default negative patterns in NumberFormat.getIntegerInstance. by Elliott Hughes · 15 years ago
  9. 3fae4de Merge "Allow DalvikRunner to run tests in core library packages." by Elliott Hughes · 15 years ago
  10. 53a6c01 Fix DecimalFormatTest#test_serializationHarmonyRICompatible. by Brett Chabot · 15 years ago
  11. 854d06e Fixing our default HTTP Accept header to be spec-compliant. by Jesse Wilson · 15 years ago
  12. 5c3b529 Allow DalvikRunner to run tests in core library packages. by Elliott Hughes · 15 years ago
  13. 6df09a0 The SecurityManager doesn't work, so advertise that shouldn't be used. by Jesse Wilson · 15 years ago
  14. cadf50b Fix String.toLowerCase/toUpperCase for Azeri, Greek (all locales), and Turkish. by Elliott Hughes · 15 years ago
  15. c9bb8b9 Last bunch of NumberFormat speedups. by Elliott Hughes · 15 years ago
  16. e018985 Fix a broken test. by Elliott Hughes · 15 years ago
  17. 32881d7 Speed up DecimalFormatSymbols. by Elliott Hughes · 15 years ago
  18. cfb66e8 Fix build (accidental API leak). by Elliott Hughes · 15 years ago
  19. e3c868c Stop using ResourceBundle for locale data. by Elliott Hughes · 15 years ago
  20. 3129abf am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclair by Brett Chabot · 15 years ago
  21. d3b0645 am 6cdbef55: Merge change I1d9b205f into eclair by Brett Chabot · 15 years ago
  22. 6cdbef5 Merge change I1d9b205f into eclair by Android (Google) Code Review · 15 years ago
  23. 8ba0b9b Skip locale dependent libcore tests if required locales are not present. by Brett Chabot · 15 years ago
  24. 23ada0f More ICU cleanup. by Elliott Hughes · 15 years ago
  25. 576c788 Merge change I88786692 by Android (Google) Code Review · 15 years ago
  26. 77be50c Merge change I6f22b22e by Android (Google) Code Review · 15 years ago
  27. c01ed7a Fixing BigDecimal.stripLeadingZeroes on "0e100", as discovered by jtreg. by Jesse Wilson · 15 years ago
  28. d195554 Fix leaks in ICU JNI. by Elliott Hughes · 15 years ago
  29. e166582 Merge change Iaa2af1ad by Android (Google) Code Review · 15 years ago
  30. cb1732a Speed up the way we access ICU's locale data. by Elliott Hughes · 15 years ago
  31. 91ed4f8 resolved conflicts for merge of 4923840c to master by Scott Main · 15 years ago
  32. 4923840 resolved conflicts for merge of ed7b1e77 to eclair-plus-aosp by Scott Main · 15 years ago
  33. ed7b1e7 Merge change I0ffa1dd4 into eclair by Android (Google) Code Review · 15 years ago
  34. 0ffa1dd doc change: fix a broken link in class summary by Scott Main · 15 years ago
  35. a5412be More expectations for our test runs by Jesse Wilson · 15 years ago
  36. 55be805 Fixing the XML emitter to honor the expectations file. by Jesse Wilson · 15 years ago
  37. b78a6ce Fix CurrencyTest's expectation for CAD in fr_FR. by Elliott Hughes · 15 years ago
  38. aabd077 Merge change Ic3780383 by Android (Google) Code Review · 15 years ago
  39. 29c3f75 Fixing a busted regex in the expectations file. Also doing regex checking upfront. by Jesse Wilson · 15 years ago
  40. c378038 Fix Long.toBinaryString, Long.toHexString, and Long.toOctalString for negative values. by Elliott Hughes · 15 years ago
  41. dd0155c Adding expectations for a bunch of jtreg tests. by Jesse Wilson · 15 years ago
  42. dcdba25 Merge change I1e941570 by Android (Google) Code Review · 15 years ago
  43. 369a8d2 Depessimize string conversions. by Elliott Hughes · 15 years ago
  44. 5eab246 Merge change I60383632 by Android (Google) Code Review · 15 years ago
  45. be9dbaf Merge change I83849e4a by Android (Google) Code Review · 15 years ago
  46. 62d162c Improve our java.util.Locale documentation. by Elliott Hughes · 15 years ago
  47. 3ddac0e Rename dalvik_jtreg to dalvik_runner. by Jesse Wilson · 15 years ago
  48. 96e0f63 Fixing clean to use rm -rf so it won't fail if the directory wasn't ever created. by Jesse Wilson · 15 years ago
  49. 42c5eb3 Cleaning up after each test to avoid exhausting disk space. by Jesse Wilson · 15 years ago
  50. 79cff99 Merge change Ice913bbd by Android (Google) Code Review · 15 years ago
  51. 1ce48da Make java.lang.Character fast. by Elliott Hughes · 15 years ago
  52. 1efdf68 Fixed a bug int the new version of Long.reverse introduce in change Id6bd7c81. by Joshua Bloch · 15 years ago
  53. dbd28bb Adding some debugging to help figure out why our tests aren't completing. by Jesse Wilson · 15 years ago
  54. 9537a12 Merge change Id6bd7c81 by Android (Google) Code Review · 15 years ago
  55. 9ad626d Making helper threads daemons in the jtreg runner. by Jesse Wilson · 15 years ago
  56. 72e7c5a Update luni package to Harmony r888752. by Jesse Wilson · 15 years ago
  57. 0b08961 Merge change Iadae8af9 by Android (Google) Code Review · 15 years ago
  58. adae8af Updating Caliper runner to correspond with caliper r20091215 by Jesse Wilson · 15 years ago
  59. 1a9530e Rewrote all the toString and bit twiddling code in Integer and Long using by Joshua Bloch · 15 years ago
  60. 3a11a1b Fix our test runner to look inside source files for package declarations. by Elliott Hughes · 15 years ago
  61. 45594ac Fix dalvik_jtreg build. by Elliott Hughes · 15 years ago
  62. d80ecb4 Merge change I326caaa3 by Android (Google) Code Review · 15 years ago
  63. 50b6d1a Fix our SSLSession implementations to call valueUnbound on remove. by Elliott Hughes · 15 years ago
  64. 84ef982 Merge change Id2be5eb7 by Android (Google) Code Review · 15 years ago
  65. d2be5eb Eclipse doesn't like that this class' directory didn't match its package. by Elliott Hughes · 15 years ago
  66. 9c9a7be Fix OpenSSLSessionImpl.getCreationTime and getLastAccessedTime. by Elliott Hughes · 15 years ago
  67. 61fdb24 am 173411f7: Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 15 years ago
  68. 173411f Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 15 years ago
  69. 519b145 Merge change I1d96b51e by Android (Google) Code Review · 15 years ago
  70. 9cd89df Merge change Icf57d5da by Android (Google) Code Review · 15 years ago
  71. 6579c1e Merge change Ie84afdff by Android (Google) Code Review · 15 years ago
  72. b272140 Merge branch 'logging_888752' into logging_dalvik by Jesse Wilson · 15 years ago
  73. 2286eb0 Support running caliper with the jtreg runner. This is an early first look; by Jesse Wilson · 15 years ago
  74. 1f765be Merge change I9388fbfd by Android (Google) Code Review · 15 years ago
  75. 32177d7 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  76. 1d96b51 Merge branch 'archive_888752' into archive_dalvik by Jesse Wilson · 15 years ago
  77. 544e7be Implement DTDHandler support for ExpatParser. by Elliott Hughes · 15 years ago
  78. c047c11 Fix java.util.Formatter formatting of -0.0. by Elliott Hughes · 15 years ago
  79. 5b8be58 Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 15 years ago
  80. 081cb85 Fix build. by Elliott Hughes · 15 years ago
  81. 5b54904 Merge change I8cdf9790 by Android (Google) Code Review · 15 years ago
  82. 8cdf979 Take Locale into account in java.util.Formatter uppercase conversions. by Elliott Hughes · 15 years ago
  83. 03362c2 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  84. 77a42be Merge change I76f1dbe7 by Android (Google) Code Review · 15 years ago
  85. 33ec49a More java.io.File cleanup. by Elliott Hughes · 15 years ago
  86. 536991d Improve TimeZone documentation. by Elliott Hughes · 15 years ago
  87. 1039140 Merge change I97af6ec8 by Android (Google) Code Review · 15 years ago
  88. 16a9296 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  89. 72987e2 Merge change Ia8ff1644 by Android (Google) Code Review · 15 years ago
  90. 636bc61 Fix two trivial Formatter bugs (found by jtreg). by Elliott Hughes · 15 years ago
  91. 865229b Merge change I9bb3f193 by Android (Google) Code Review · 15 years ago
  92. 9bb3f19 Add new(-ish) Dalvik opcodes to Opcodes.java. by Andy McFadden · 15 years ago
  93. c543ea3 Merge change I85442b60 by Android (Google) Code Review · 15 years ago
  94. f6774d5 am ca77c603: am a7745f97: Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  95. ca77c60 am a7745f97: Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  96. a7745f9 Remove "unused" opcodes from API. by Andy McFadden · 15 years ago
  97. 3875353 Merge change I6d8a640c by Android (Google) Code Review · 15 years ago
  98. 2c5e736 Make java.util.Formatter perform acceptably (and fix two jtreg failures). by Elliott Hughes · 15 years ago
  99. 2c0a22e More jtreg+JUnit love. Getting JUnit to work off-device. by Jesse Wilson · 15 years ago
  100. 4f8af49 Merge change I147cfdcf by Android (Google) Code Review · 15 years ago