1. e7d6662 Make the script bash because it uses PIPESTATUS. by Nicolas Geoffray · 10 years ago
  2. 441336c ART: Update host run test script by Andreas Gampe · 10 years ago
  3. 741c02c Add 5 minute time out to host run tests. by Ian Rogers · 10 years ago
  4. c580e04 Fix darwin run-test problems by Brian Carlstrom · 10 years ago
  5. 1d9aa4d ART: Fix host run-test script by Andreas Gampe · 10 years ago
  6. 1ef4ce8 Really fix tests. by Alex Light · 10 years ago
  7. 03a112d Add run-test support for running without a working patchoat/dex2oat by Alex Light · 10 years ago
  8. 60ffbca Fix host 64-bit ISA string by Alex Light · 10 years ago
  9. fc0082b Make 32bit run-tests work correctly on 64bit default devices. by Alex Light · 10 years ago
  10. 855564b ART: Native bridge command-line parameter by Andreas Gampe · 10 years ago
  11. e8b46af ART: Fix erroneous output by Andreas Gampe · 10 years ago
  12. 1c83cbc ART: Make run tests out of oat tests by Andreas Gampe · 10 years ago
  13. 9d72253 Changed default non-full tests to be prebuild. by Alex Light · 10 years ago
  14. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  15. afd9acc Multilib ART host. by Ian Rogers · 11 years ago
  16. 2a65d4b Fix run-test for OSX. by Ian Rogers · 11 years ago
  17. cf790bb Fix DexFile.entries to return class names, not class descriptors by Brian Carlstrom · 11 years ago
  18. 769a5ad Add DALVIKVM_FLAGS to test invocation. by Mathieu Chartier · 11 years ago
  19. 41ccffd Automatically create non-/data dalvik-cache directories by Brian Carlstrom · 11 years ago
  20. d672843 ART: Fix target run-tests to build architecture directories by Andreas Gampe · 11 years ago
  21. afbaa1a Build changes to build multilib tests by Andreas Gampe · 11 years ago
  22. 8ccc3f5 Add support for invoke-static in optimizing compiler. by Nicolas Geoffray · 11 years ago
  23. 92cf83e Run Java tests with the optimizing compiler. by Nicolas Geoffray · 11 years ago
  24. ee043fc Ensure functions start with clean CFA state. by Ian Rogers · 11 years ago
  25. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  26. 4353486 Fixes to allow test-art-host to run via build server by Brian Carlstrom · 11 years ago
  27. ea6404e Fix host-run-test-jar to be legal for /bin/sh by Mark Mendell · 11 years ago
  28. dc959ea Make ART's run-test support Dalvik so we can remove dalvik/tests by Brian Carlstrom · 11 years ago
  29. fa42b44 Move to new art dalvikvm by Brian Carlstrom · 12 years ago
  30. 7675e16 Rename art-cache to dalvik-cache by Brian Carlstrom · 12 years ago
  31. 0e03367 Allow passing of multitple --invoke-with. by Ian Rogers · 12 years ago
  32. ebf7eab Disable gdb annotate support for Emacs in run-test by Brian Carlstrom · 12 years ago
  33. 265091e Remove ExtractCodeAndPrelink and switch Portable to MCLinker by Brian Carlstrom · 12 years ago
  34. 6030ef4 run-test --gdb on host should imply dev mode. by Ian Rogers · 12 years ago
  35. 4c1bf1a Support for --gdb for target run-test. by Ian Rogers · 12 years ago
  36. 0dff3f4 Add -interpreter to run-test to test interpreter only mode. by jeffhao · 12 years ago
  37. dbe6f46 Change Thread::peer_ to be a jobject instead of an Object* by Mathieu Chartier · 12 years ago
  38. 6950e65 Fix test-art-host-run-test. by Ian Rogers · 12 years ago
  39. 4407e61 fix missing dx in build server. by Tsu Chiang Chuang · 12 years ago
  40. 4ec9b1f Remove target directory for run-test before pushing by Brian Carlstrom · 12 years ago
  41. c717eef Don't bother running dx when we're testing on the RI. by Elliott Hughes · 13 years ago
  42. 105215d Improve run-test to use new directory for each run by Brian Carlstrom · 13 years ago
  43. 2ab7f48 Remove explicit dex2oat calls from run-test by Brian Carlstrom · 13 years ago
  44. 72395bf Support ANDROID_LOG_TAGS. by Elliott Hughes · 13 years ago
  45. e7fb2a6 Don't assume that "host" means "linux-x86". by Elliott Hughes · 13 years ago
  46. 6ce558b Fix the hardcoded path. by TDYa127 · 13 years ago
  47. b92bcab Fix run-test on host. by TDYa127 · 13 years ago
  48. 4855cd5 Update run-test support for host by Brian Carlstrom · 13 years ago
  49. 904667a Do not generate run-test out files in $ANDROID_PRODUCT_OUT by Brian Carlstrom · 13 years ago
  50. 78325a4 Fix 071-dexfile by having run-test use a unique directory by Brian Carlstrom · 13 years ago
  51. a004aa9 user build support for art (2 of 3) by Brian Carlstrom · 13 years ago
  52. 58bcc40 We replace -d with -O recently, but not uniformly. by Elliott Hughes · 13 years ago
  53. 7769f50 Testing should use debug dex2oat and oatexec by default by Ian Rogers · 13 years ago
  54. 37476bd Fix a few bugs in push-and-run-test-jar. by Elliott Hughes · 13 years ago
  55. 741b5b7 Manually merge my AOSP update to the VM tests. by Elliott Hughes · 13 years ago
  56. a6cc893 Add installd support to dex2oat by Brian Carlstrom · 13 years ago
  57. 2d3430a Fix regression in vm tests 021 and 082 by Ian Rogers · 13 years ago
  58. 6ef827a Revert dex2oat file locking by Brian Carlstrom · 13 years ago
  59. a215526 Implement enough JDWP functionality that we can attach jdb. by Elliott Hughes · 13 years ago
  60. d1cc836 Wire up enough of the pieces that we can connect ddms or jdb. by Elliott Hughes · 13 years ago
  61. 262bf46 dex2oat invoked by system if it can't find an oat file for a dex file. by jeffhao · 13 years ago
  62. 3bb8156 Basic JDWP option parsing... by Elliott Hughes · 13 years ago
  63. 7c04610 Add --invoke-with and -d to the dalvik tests. by Elliott Hughes · 13 years ago
  64. c393a4f System calls dex2oat when opening a dex file with an output location by jeffhao · 13 years ago
  65. bb1e8f0 Implement -Xjnigreflimit. by Elliott Hughes · 13 years ago
  66. 47a0d5a Move art content to /data by Brian Carlstrom · 13 years ago
  67. 9ca7a1f Add -Xzygote to suppress starting the signal catcher thread. by Elliott Hughes · 13 years ago
  68. aded5f7 Working ClassLoader by Brian Carlstrom · 13 years ago
  69. 8cbc8bc Use a test-specific name for each generated file. by Elliott Hughes · 13 years ago
  70. 58ae941 Simplify command line arguments by Brian Carlstrom · 13 years ago
  71. e24fa61 Separate oat from image by Brian Carlstrom · 13 years ago
  72. 795d78f Old tests run with new system. by jeffhao · 13 years ago
  73. 5d1ac92 Adding old unit tests to test suite. by jeffhao · 13 years ago