1. 3e96a16 Test to ensure duplicate methods are handled properly. by jeffhao · 12 years ago
  2. a5b3024 Split dex_pc<->native_pc mapping table by Bill Buzbee · 12 years ago
  3. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  4. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  5. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  6. 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
  7. 22469aa Make run-test report missing files by name by Brian Carlstrom · 12 years ago
  8. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  9. 6950e65 Fix test-art-host-run-test. by Ian Rogers · 12 years ago
  10. fc7120c Fix JNI Compiler for x86 target by Brian Carlstrom · 12 years ago
  11. 7fbee07 Preliminary changes to allow mips target to build. by jeffhao · 12 years ago
  12. 37e2bb8 Extra debug output in test. by Ian Rogers · 12 years ago
  13. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  14. b46c94c Using full path for dx. by Tsu Chiang Chuang · 12 years ago
  15. 4407e61 fix missing dx in build server. by Tsu Chiang Chuang · 12 years ago
  16. 011fade Build run-test files. by Tsu Chiang Chuang · 12 years ago
  17. 26c5e15 Port "Avoid method overriding if its super method is inaccessible" to art. by Elliott Hughes · 12 years ago
  18. 5a8e3d5 Bring over the new tests from https://android-review.googlesource.com/#/c/38771/. by Elliott Hughes · 12 years ago
  19. 9f509b9 Merge "Quick compiler: support for arrays, misc." into ics-mr1-plus-art by buzbee · 12 years ago
  20. 8fa0fda Quick compiler: support for arrays, misc. by buzbee · 12 years ago
  21. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  22. 3241296 Quick compiler exception support by buzbee · 12 years ago
  23. 4f1181f Quick compiler: support for 006, 012, 013, 017 by buzbee · 12 years ago
  24. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 12 years ago
  25. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  26. 92e3134 Commit the new test I wrote for this morning's Thread OOME bug fix. by Elliott Hughes · 12 years ago
  27. 6fcce30 More tests for detail messages, plus a new one. by Elliott Hughes · 12 years ago
  28. 72e401c Move all testing of runtime-thrown exceptions' detail messages into the runtime tests. by Elliott Hughes · 12 years ago
  29. e536c64 Add test 096, added to dalvik since we started on art. by Elliott Hughes · 12 years ago
  30. d9fd368 Merge "Fix run-test 089 (which has no files to delete)." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  31. 7ab3a2a Fix run-test 089 (which has no files to delete). by Elliott Hughes · 12 years ago
  32. ef77162 Bring in test 089; a "new" addition to dalvik/test/. by Elliott Hughes · 12 years ago
  33. 4ec9b1f Remove target directory for run-test before pushing by Brian Carlstrom · 12 years ago
  34. 69c27e0 Merge "Invoke support for Quick Compiler" into ics-mr1-plus-art by buzbee · 12 years ago
  35. 6969d50 Invoke support for Quick Compiler by buzbee · 12 years ago
  36. 2613de4 Fix error message running with run-test --jvm by Brian Carlstrom · 12 years ago
  37. 28c384b Test all cases of all intrinsics. by Elliott Hughes · 12 years ago
  38. c717eef Don't bother running dx when we're testing on the RI. by Elliott Hughes · 12 years ago
  39. 6e9c5a5 Fix target temporary file logging in run-test by Brian Carlstrom · 12 years ago
  40. 105215d Improve run-test to use new directory for each run by Brian Carlstrom · 12 years ago
  41. d24e264 Fix recursive static field lookup. by Ian Rogers · 12 years ago
  42. 2ab7f48 Remove explicit dex2oat calls from run-test by Brian Carlstrom · 12 years ago
  43. 3596901 Fix run-test for arm. by TDYa127 · 12 years ago
  44. bba47a4 Test for ConcurrentGC validity. by Mathieu Chartier · 12 years ago
  45. 1f71ae8 Fix host build to properly build x86. by jeffhao · 12 years ago
  46. 3e778f7 Fix JNI stubs for synchronized native methods with double/long arguments in low registers. by Elliott Hughes · 12 years ago
  47. 84a5bb4 Even better reflection IllegalArgumentException detail messages and less code. by Elliott Hughes · 12 years ago
  48. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 12 years ago
  49. 644d531 Fixes to x86 compilation. by jeffhao · 12 years ago
  50. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 12 years ago
  51. e7fb2a6 Don't assume that "host" means "linux-x86". by Elliott Hughes · 12 years ago
  52. df31cf7 Renamed ReferenceMapVisitor to prevent confusion with art version. by jeffhao · 12 years ago
  53. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago
  54. c3a16a8 Merge "Special case division by small constants" into ics-mr1-plus-art by buzbee · 12 years ago
  55. f3aac97 Special case division by small constants by buzbee · 12 years ago
  56. d4f6729 Merge "Extend test 064." into ics-mr1-plus-art by Ian Rogers · 12 years ago
  57. c71f652 Extend test 064. by Ian Rogers · 12 years ago
  58. 6ce558b Fix the hardcoded path. by TDYa127 · 12 years ago
  59. b92bcab Fix run-test on host. by TDYa127 · 12 years ago
  60. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  61. b264f08 Implement native method return value and upcall argument type checking. by Elliott Hughes · 12 years ago
  62. 4855cd5 Update run-test support for host by Brian Carlstrom · 12 years ago
  63. f8641ce Fix the division overflow. by TDYa127 · 12 years ago
  64. c150343 Remove the native Class.isInstance, and add tests. by Elliott Hughes · 12 years ago
  65. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  66. 97df07f Fix getter/setter special case codegen by buzbee · 12 years ago
  67. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  68. dfaf67f Merge "Expand test 046 and move reflective class initialization later." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  69. 923e8b8 Expand test 046 and move reflective class initialization later. by Elliott Hughes · 12 years ago
  70. 9058f2b Make our new NullPointerException detail messages more readable to Java programmers. by Elliott Hughes · 12 years ago
  71. e5b7894 Merge "Stash the directly-implemented interfaces in Proxy so we can implement Class.getInterfaces." into ics-mr1-plus-art by Elliott Hughes · 12 years ago
  72. 2ed52c4 Stash the directly-implemented interfaces in Proxy so we can implement Class.getInterfaces. by Elliott Hughes · 12 years ago
  73. e62076c Fix special method codegen by buzbee · 12 years ago
  74. 1bac54f Fix all our unused parameter warnings so we let GCC report them. by Elliott Hughes · 12 years ago
  75. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 12 years ago
  76. 98d3988 Add detail message to null pointer exceptions. by Ian Rogers · 12 years ago
  77. 530fa00 Give WalkStack's callback a way to terminate early. by Elliott Hughes · 12 years ago
  78. 904667a Do not generate run-test out files in $ANDROID_PRODUCT_OUT by Brian Carlstrom · 12 years ago
  79. 78325a4 Fix 071-dexfile by having run-test use a unique directory by Brian Carlstrom · 12 years ago
  80. c779284 Fix bug in JNI compiler AAPCS padding calculation by Ian Rogers · 12 years ago
  81. 79686a0 Fix the expectations for test 084. by Elliott Hughes · 12 years ago
  82. a58ff17 Add a test for correct delivery of exceptions caught by methods called from <clinit>. by Elliott Hughes · 12 years ago
  83. 1cefdbd Test invocation of static methods through JNI stub by Ian Rogers · 12 years ago
  84. ed0b057 Merge "Fix load/storeBaseDispWide bug with large offests." into dalvik-dev by Ian Rogers · 12 years ago
  85. 513c64a Fix load/storeBaseDispWide bug with large offests. by Ian Rogers · 12 years ago
  86. 408e419 Fix test 003's expectations. by Elliott Hughes · 12 years ago
  87. 4922ef9 Add large frame test by buzbee · 12 years ago
  88. 1441f6f Test Class.forName and serialization on inner classes by Ian Rogers · 13 years ago
  89. 55b16ce Test behavior of int shifts >= 32 by Ian Rogers · 13 years ago
  90. 4813550 Use debug dex2oatd in run-test by Brian Carlstrom · 13 years ago
  91. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  92. 58bcc40 We replace -d with -O recently, but not uniformly. by Elliott Hughes · 13 years ago
  93. b305770 Only JDWP exposes ACC_SUPER. by Elliott Hughes · 13 years ago
  94. 5b1f162 Add a new dalvik run-test test to art. by Elliott Hughes · 13 years ago
  95. 1bddec3 Add access check slow paths to field accesses by Ian Rogers · 13 years ago
  96. 7769f50 Testing should use debug dex2oat and oatexec by default by Ian Rogers · 13 years ago
  97. fa23b1d Tests should include exception stack traces on failure. by Elliott Hughes · 13 years ago
  98. 37476bd Fix a few bugs in push-and-run-test-jar. by Elliott Hughes · 13 years ago
  99. 741b5b7 Manually merge my AOSP update to the VM tests. by Elliott Hughes · 13 years ago
  100. a74ba83 Change Fibonacci to default argument when none provided for test-art-target-oat-Fibonacci by Brian Carlstrom · 13 years ago