1. 6264432 Adding JSON tests to the complete test suite. by Jesse Wilson · 14 years ago
  2. 3fe3b27 Add a simple MD5-based cache to DalvikRunner. by Elliott Hughes · 14 years ago
  3. 195e4d1 Merge "Make DalvikRunner work on production devices too." by Elliott Hughes · 14 years ago
  4. 6934977 Merge "Add a general-purpose scoped pointer for libcore JNI." by Elliott Hughes · 14 years ago
  5. 84e7874 Make DalvikRunner work on production devices too. by Elliott Hughes · 14 years ago
  6. 73c8bbb Fixing packages for JSON tests by Jesse Wilson · 14 years ago
  7. dcdc579 Merge "First round of tests for the subset of the org.json in Android." by Jesse Wilson · 14 years ago
  8. 67f4459 First round of tests for the subset of the org.json in Android. by Jesse Wilson · 14 years ago
  9. 142ea3c Merge "Detect system-wide safe mode and configure the VM accordingly." by Ben Cheng · 14 years ago
  10. ea9032e Merge "Removing unnecessary org.w3c.dom subpackages" by Jesse Wilson · 14 years ago
  11. 0233201 Removing unnecessary org.w3c.dom subpackages by Jesse Wilson · 14 years ago
  12. bce4415 Merge "Jit: Monitor exit, possible fix for Issue 2396073" by Bill Buzbee · 14 years ago
  13. c12a37b Jit: Monitor exit, possible fix for Issue 2396073 by Bill Buzbee · 14 years ago
  14. 0022418 Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 14 years ago
  15. 5efe9d6 Merge "Reverting our test runner's background building behaviour." by Jesse Wilson · 14 years ago
  16. 4547cd2 Reverting our test runner's background building behaviour. by Jesse Wilson · 14 years ago
  17. cf0c910 Flan -> Froyo by Andy McFadden · 14 years ago
  18. 6c231cf Merge "Minor dexdeps touchups." by Andy McFadden · 14 years ago
  19. f07520e Minor dexdeps touchups. by Andy McFadden · 14 years ago
  20. bcbf508 Merge "Use ashmem to create the JIT code cache." by Ben Cheng · 14 years ago
  21. 59075bc Use ashmem to create the JIT code cache. by Ben Cheng · 14 years ago
  22. 54472f0 Merge "Jit: Minor codegen tuning." by Bill Buzbee · 14 years ago
  23. ec53201 Jit: Minor codegen tuning. by Bill Buzbee · 14 years ago
  24. 2f4bbf1 Fixing problems with the test runner's ability to parse expected results files. by Jesse Wilson · 14 years ago
  25. 2b1267b Merge "Fixing some of our XSLT implementation issues." by Jesse Wilson · 14 years ago
  26. b328dee am a38780c9: merge from open-source master by The Android Open Source Project · 14 years ago
  27. a6bb789 Make DalvikRunner more resilient to running immediately after device reboot by Brian Carlstrom · 14 years ago
  28. e9ad838 merge from open-source master by The Android Open Source Project · 14 years ago
  29. c015c1b Add a general-purpose scoped pointer for libcore JNI. by Elliott Hughes · 15 years ago
  30. 08384bd Free memory associated with the trace descriptor of ALL dropped JIT work orders by Ben Cheng · 14 years ago
  31. 2e4c40c Fixing some of our XSLT implementation issues. by Jesse Wilson · 15 years ago
  32. c6e1f39 Merge "Support per-application switch to execute the VM in safe mode." by Ben Cheng · 14 years ago
  33. a6cc6a2 Merge "Added LDMIA/STMIA support to Self Verification mode." by Jeff Hao · 14 years ago
  34. c9bea4c Merge "Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets a read timeout that only applies to the SSL handshake step." by Dan Egnor · 14 years ago
  35. 9d48f97 Add a setHandshakeTimeout() to OpenSSLSocketImpl, which sets by Dan Egnor · 14 years ago
  36. c6c22fb Fix NamingPatternCodeFinder to detect final classes by Brian Carlstrom · 14 years ago
  37. f399e2d Support per-application switch to execute the VM in safe mode. by Ben Cheng · 14 years ago
  38. bb7c3ce Added LDMIA/STMIA support to Self Verification mode. by jeffhao · 14 years ago
  39. 9703b33 Merge "Remove TestRunner.success field / Make postCompileTest return void" by Brian Carlstrom · 14 years ago
  40. 46dd11b Remove TestRunner.success field / Make postCompileTest return void by Brian Carlstrom · 14 years ago
  41. e159869 Added missing break statements and improved debugging in SelfVerification. by jeffhao · 14 years ago
  42. 57782d7 Fix a couple minor bugs (bug 2404859) in TraceDump.c by Jack Veenstra · 15 years ago
  43. d2e5f37 Added support for filter in dmtracedump tool, along with some test cases. by Rodrigo Ipince · 15 years ago
  44. 2df5a15 Fix for unmatched entry/exit points in test traces by Rodrigo Ipince · 15 years ago
  45. cb97dd3 Merge "Jit: Phase 1 of register utility cleanup/rewrite - the great renaming" by Bill Buzbee · 14 years ago
  46. 9841cff Jit: Phase 1 of register utility cleanup/rewrite - the great renaming by Bill Buzbee · 14 years ago
  47. da13762 Merge "DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toString change" by Brian Carlstrom · 14 years ago
  48. a1df197 DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toString change by Brian Carlstrom · 15 years ago
  49. 5ce5d3f Free the memory associated with the trace descriptor of dropped JIT work orders. by Ben Cheng · 14 years ago
  50. 5675b3d Jit: Startup/Shutdown cleanup by Bill Buzbee · 14 years ago
  51. 99ecbe3 Jit: Remove references to interpState from C interpreter by Bill Buzbee · 14 years ago
  52. 60d0fb6 Enable JIT parameters to be initialized in an architecture dependent way. by Ben Cheng · 15 years ago
  53. 5d2e9fa Merge "JIT: Replace missing ending comment marker MONITOR_ENTER template" by Bill Buzbee · 15 years ago
  54. 6a1723a JIT: Replace missing ending comment marker MONITOR_ENTER template by Bill Buzbee · 15 years ago
  55. 56ca7ab Merge "Cleaned up uninitialized variable use warnings in Self Verification mode." by Jeff Hao · 15 years ago
  56. b1e860c Cleaned up uninitialized variable use warnings in Self Verification mode. by jeffhao · 15 years ago
  57. c341e29 Merge "Improve dexdeps output." by Andy McFadden · 15 years ago
  58. 5af522b Improve dexdeps output. by Andy McFadden · 15 years ago
  59. bb8446d Jit: Start the Jit when framework signals on first screen draw by Bill Buzbee · 15 years ago
  60. 30693cc am adbe0586: am 217f8ef4: reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  61. ca78777 am 217f8ef4: reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  62. 0a00f0b reconcile main tree with open-source eclair by The Android Open Source Project · 15 years ago
  63. ea1b221 Merge "Made Self Verification mode's memory interface less intrusive." by Jeff Hao · 15 years ago
  64. 012feb8 Made Self Verification mode's memory interface less intrusive. by jeffhao · 15 years ago
  65. 37c23ee Merge "Add two TrustCenter roots: - TC TrustCenter Class 2 CA II - TC TrustCenter Universal CA I" by Nagendra Modadugu · 15 years ago
  66. 3e7bee3 Add two TrustCenter roots: by Nagendra Modadugu · 15 years ago
  67. d15b227 Jit: Fix deadlock in method tracing. by Bill Buzbee · 15 years ago
  68. 204251b Increase the size of the stack reserved area. by Andy McFadden · 15 years ago
  69. a9a9ec1 Fix stack overflow edge case. by Andy McFadden · 15 years ago
  70. cdc0d3c Fix performance issues related to chaining and unchaining. by Ben Cheng · 15 years ago
  71. 81d2199 Merge "Jit: Rework monitor enter/exit to simplify thread suspension" by Bill Buzbee · 15 years ago
  72. 3795018 Merge "Fix a long standing bug within dvmHeapSourceGetObjectBitmaps. All callers of this function assign the return value to an unsigned value even though this function returns -1 in the error case. This causes the error checks to succeed in cases where it should otherwise fail. Rather than return -1 on error, I have elected to return 0 instead which just happens to be compatible with all current uses." by Carl Shapiro · 15 years ago
  73. 0984be3 Jit: Rework monitor enter/exit to simplify thread suspension by Bill Buzbee · 15 years ago
  74. 7477640 Fix a long standing bug within dvmHeapSourceGetObjectBitmaps. All by Carl Shapiro · 15 years ago
  75. 326600b Merge "A new test suite for our XSLT transforms." by Jesse Wilson · 15 years ago
  76. 23290a0 A new test suite for our XSLT transforms. by Jesse Wilson · 15 years ago
  77. c369827 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 15 years ago
  78. b472828 Merge "Move a test I wrote under our wing." by Elliott Hughes · 15 years ago
  79. fda79b8 Reduce VM shutdown verbosity. by Andy McFadden · 15 years ago
  80. b290f52 Move a test I wrote under our wing. by Elliott Hughes · 15 years ago
  81. e5a4be1 Add a missing "static", found by FindBugs. by Elliott Hughes · 15 years ago
  82. b463088 Merge "Fix BigDecimalTest.test_stripTrailingZero." by Elliott Hughes · 15 years ago
  83. 5c2b841 Fix BigDecimalTest.test_stripTrailingZero. by Elliott Hughes · 15 years ago
  84. 5b31804 Merge "Jit: MethodTrace + Jit fix" by Bill Buzbee · 15 years ago
  85. a6dc264 Merge "Remove @KnownFailure from tests that now pass." by Elliott Hughes · 15 years ago
  86. 3223532 Merge "FindBugs didn't like setInternalField, and neither do I." by Elliott Hughes · 15 years ago
  87. c7f73a8 Remove @KnownFailure from tests that now pass. by Elliott Hughes · 15 years ago
  88. 186ae3b FindBugs didn't like setInternalField, and neither do I. by Elliott Hughes · 15 years ago
  89. f6d9e0d Merge "Minor clarification." by Andy McFadden · 15 years ago
  90. 5cd1ebd Minor clarification. by Andy McFadden · 15 years ago
  91. 89fb193 Jit: MethodTrace + Jit fix by Bill Buzbee · 15 years ago
  92. 1fe4867 Merge "Bump up the max stack depth." by Andy McFadden · 15 years ago
  93. 64c97a3 Bump up the max stack depth. by Andy McFadden · 15 years ago
  94. fb17f94 Merge "Update with froyo change." by Andy McFadden · 15 years ago
  95. 5d7592f Fix "unmappable character for ascii" warnings in libcore tests. by Elliott Hughes · 15 years ago
  96. 80279e2 Fix varargs warnings in libcore tests. by Elliott Hughes · 15 years ago
  97. 8285dc8 Merge "Fix warnings in the new XML code." by Elliott Hughes · 15 years ago
  98. 52c57a8 Fix warnings in the new XML code. by Elliott Hughes · 15 years ago
  99. e0210f5 Update with froyo change. by Andy McFadden · 15 years ago
  100. 2b1f1d3 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 15 years ago