1. 9136e86 Merge "make DalvikRunner ignore .#Foo.java files" into dalvik-dev by Brian Carlstrom · 14 years ago
  2. 2bce2e7 make DalvikRunner ignore .#Foo.java files by Brian Carlstrom · 14 years ago
  3. 08ec8fd Java 6 java.io.File changes. by Elliott Hughes · 15 years ago
  4. cf4ccc5 Don't silently ignore arguments just because we don't take any. by Elliott Hughes · 15 years ago
  5. ae5b391 Merge "Add (but @hide) String.isEmpty and Locale.ROOT." into dalvik-dev by Elliott Hughes · 15 years ago
  6. 31df07d Add (but @hide) String.isEmpty and Locale.ROOT. by Elliott Hughes · 15 years ago
  7. db311cc vogar should chdir to android_root by Brian Carlstrom · 15 years ago
  8. 33dedce am 60a65773: Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after reboot works again. by Brian Carlstrom · 15 years ago
  9. d7b9bef am d1ad6ae8: DalvikRunner --tee option to send output to a file or stdout at runtime by Brian Carlstrom · 15 years ago
  10. c6bb9d9 If we're in an Android build tree, we should use core.jar as our "SDK". by Elliott Hughes · 15 years ago
  11. 927b777 Fix DalvikRunner on the dalvik-dev branch. by Elliott Hughes · 15 years ago
  12. 8a0897f Minor fix for Adb.waitForNonEmptyDirectory so that waiting for /sdcard after reboot works again. by Brian Carlstrom · 15 years ago
  13. 6f78e81 DalvikRunner --tee option to send output to a file or stdout at runtime by Brian Carlstrom · 15 years ago
  14. 8045d07 Merge "Removing bogus check to permit on-host debugging." by Jesse Wilson · 15 years ago
  15. 24190ff Removing bogus check to permit on-host debugging. by Jesse Wilson · 15 years ago
  16. 68e1f2a More DalvikRunner cleanup. by Elliott Hughes · 15 years ago
  17. 3fe3b27 Add a simple MD5-based cache to DalvikRunner. by Elliott Hughes · 15 years ago
  18. 84e7874 Make DalvikRunner work on production devices too. by Elliott Hughes · 15 years ago
  19. 4547cd2 Reverting our test runner's background building behaviour. by Jesse Wilson · 15 years ago
  20. a6bb789 Make DalvikRunner more resilient to running immediately after device reboot by Brian Carlstrom · 15 years ago
  21. c6c22fb Fix NamingPatternCodeFinder to detect final classes by Brian Carlstrom · 15 years ago
  22. 46dd11b Remove TestRunner.success field / Make postCompileTest return void by Brian Carlstrom · 15 years ago
  23. a1df197 DalvikRunner can run a test as an android.app.Activity & PathClassLoader.toString change by Brian Carlstrom · 15 years ago
  24. 926f5df Change DalvikRunner to use newly added OptionParser. by Brian Carlstrom · 15 years ago
  25. 6d0d1f4 Adding support for arbitrary VM args in dalvik runner. by Jesse Wilson · 15 years ago
  26. a38a001 Teaching DalvikRunner to run arbitrary classes with main() methods. by Jesse Wilson · 15 years ago
  27. 3c583fa Merge "Scrubbing some jtreg bugs." by Jesse Wilson · 15 years ago
  28. 22da437 Scrubbing some jtreg bugs. by Jesse Wilson · 15 years ago
  29. 9761125 Show DalvikRunner test output even on success when given --verbose. by Elliott Hughes · 15 years ago
  30. f9a1d99 Allow DalvikRunner to run tests in core library packages. by Elliott Hughes · 15 years ago
  31. 4b8c7d1 Fixing BigDecimal.stripLeadingZeroes on "0e100", as discovered by jtreg. by Jesse Wilson · 15 years ago
  32. bc030f2 More expectations for our test runs by Jesse Wilson · 15 years ago
  33. 7b5d508 Fixing the XML emitter to honor the expectations file. by Jesse Wilson · 15 years ago
  34. bd2ee33 Fixing a busted regex in the expectations file. Also doing regex checking upfront. by Jesse Wilson · 15 years ago
  35. fe90e00 Adding expectations for a bunch of jtreg tests. by Jesse Wilson · 15 years ago
  36. 8681935 Rename dalvik_jtreg to dalvik_runner. by Jesse Wilson · 15 years ago
  37. e5d56f5 Fixing clean to use rm -rf so it won't fail if the directory wasn't ever created. by Jesse Wilson · 15 years ago
  38. ecf2128 Cleaning up after each test to avoid exhausting disk space. by Jesse Wilson · 15 years ago
  39. 5e8308c Adding some debugging to help figure out why our tests aren't completing. by Jesse Wilson · 15 years ago
  40. c948ac5 Making helper threads daemons in the jtreg runner. by Jesse Wilson · 15 years ago
  41. c2bab2c Merge change Iadae8af9 by Android (Google) Code Review · 15 years ago
  42. 3bad4ae Updating Caliper runner to correspond with caliper r20091215 by Jesse Wilson · 15 years ago
  43. 6b5a19e Fix our test runner to look inside source files for package declarations. by Elliott Hughes · 15 years ago
  44. ace9bc2 Fix dalvik_jtreg build. by Elliott Hughes · 15 years ago
  45. e75be42 Support running caliper with the jtreg runner. This is an early first look; by Jesse Wilson · 15 years ago
  46. 95dc504 More jtreg+JUnit love. Getting JUnit to work off-device. by Jesse Wilson · 15 years ago
  47. 23b7e6d JUnit support for jtreg runner. This makes it so that a single command by Jesse Wilson · 15 years ago
  48. 4fd6678 Changing JtregRunner to support running tests off device. by Jesse Wilson · 15 years ago
  49. 242798c Don't ignore errors on expected result, compile, or install in jtreg runner. by Jesse Wilson · 15 years ago
  50. df4f3c3 Merge change Id8a539c6 by Android (Google) Code Review · 15 years ago
  51. 0c6bf3c Suppressing an invalid test that's checking implementation details. by Jesse Wilson · 15 years ago
  52. b3e547e Specifying the /tmp directory and other properties for test runs. by Jesse Wilson · 15 years ago
  53. ac512eb Merge change I690f0051 by Android (Google) Code Review · 15 years ago
  54. 837cc60 Fixing a simple concurrency issue in the jtreg runner. by Jesse Wilson · 15 years ago
  55. 5d74d50 Suppressing BufferedReader jtreg tests we're better off not passing. by Jesse Wilson · 15 years ago
  56. 20998ea Sanitize text before emitting to XML. by Jesse Wilson · 15 years ago
  57. bc72f7b Emitting JUnit+Ant style XML from the jtreg test runner. by Jesse Wilson · 15 years ago
  58. 72358d6 Adding timeouts to jtreg runner. by Jesse Wilson · 15 years ago
  59. 18f3045 Merge change I57dd1032 by Android (Google) Code Review · 15 years ago
  60. 9270ddc Supporting expected results for the jtreg test runner. by Jesse Wilson · 15 years ago
  61. 49edfa5 Merge change I88e8376e by Android (Google) Code Review · 15 years ago
  62. 0024889 Change the jtreg tool to perform both building and running steps. by Jesse Wilson · 15 years ago
  63. 53d4bb1 Script for compiling and dexing jtreg tests for Dalvik. by Jesse Wilson · 15 years ago
  64. 6aeae90 Update logging to r820767 by Jesse Wilson · 15 years ago
  65. d383e2a Tools to push code back upstream. by Jesse Wilson · 15 years ago
  66. 0ad6047 First cut at a tool to perform automated syncs from Harmony to Dalvik. by Jesse Wilson · 15 years ago