1. d0f9e4e bin/vogar: the 'prebuilts' directory was renamed 'prebuilt' a while ago. by enh@google.com · 12 years ago
  2. c7b1734 src/vogar/OptionParser.java: this didn't need to be non-static. by enh@google.com · 12 years ago
  3. 370f52f bin/vogar: prebuilt SDKs have moved. by enh@google.com · 12 years ago
  4. 3b3cf36 Fix --stream to run only one test at a time. Otherwise tests are run concurrently and output is interleaved. Use --no-stream to run multiple tests in parallel. by jessewilson@google.com · 13 years ago
  5. eddaebb don't require an Android SDK for --mode jvm by jessewilson@google.com · 13 years ago
  6. 30872fe Add a hack to work around missing environment variables on a third-parth sshd. We shouldn't need this to run on openssh. by jessewilson@google.com · 13 years ago
  7. 0eb0936 Get most of running on a device via SSH working. by jessewilson@google.com · 13 years ago
  8. db82cde Redefine Environment to Target, with "AdbTarget" and "LocalTarget" implementations. This makes it possible for a new "SshTarget" implementation. by jessewilson@google.com · 13 years ago
  9. 6a0f4cd Cleanup registration of task dependencies. Do all of that registration in the driver. by jessewilson@google.com · 13 years ago
  10. f83be5e Use tasks everywhere. by jessewilson@google.com · 13 years ago
  11. 2c37ef5 Another intermediate step in refactoring vogar. by jessewilson@google.com · 13 years ago
  12. c10fce8 Intermediate step in refactoring vogar to be composed of tasks. When this is done we should have better parallelism and it should be simpler to introduce newer, more sophisticated modes. by jessewilson@google.com · 13 years ago
  13. 2909fb5 Update KXML to be binary compatible with the latest from Android. by jessewilson@google.com · 13 years ago
  14. 132bb2b src/vogar/ModeId.java: src/vogar/Vogar.java: the sim is long dead. by enh@google.com · 13 years ago
  15. edcbbe1 Adjust the built-in Android profiler's expected API to match the current implementation. by jessewilson@google.com · 13 years ago
  16. 1ed77d4 Lazily initialize test classes by jessewilson@google.com · 13 years ago
  17. 3671608 Ignore non-numeric SDK versions by bdc@google.com · 13 years ago
  18. 5a8182b remove unused trustStore local variable by bdc@google.com · 13 years ago
  19. 7148855 Remove javax.net.ssl.trustStore property from dalvikvm command line by bdc@google.com · 13 years ago
  20. da0e7ee Properly set user.dir for device processes. by jessewilson@google.com · 13 years ago
  21. 16edacf Now that we've crossed into double-digit platform names, we can't rely on string sorting to pick the newest. by jessewilson@google.com · 13 years ago
  22. 62ac682 Don't fail on devices as recent as Froyo. by jessewilson@google.com · 13 years ago
  23. 0d73d27 Avoid overkilling processes. by jessewilson@google.com · 13 years ago
  24. 51f1a74 Flip a broken condition; don't clobber setUp() exceptions in tearDown(). by jessewilson@google.com · 14 years ago
  25. b92abe2 Don't clobber setUp() failures with tearDown() failures. by jessewilson@google.com · 14 years ago
  26. ba8474f src/vogar/Vogar.java: stop documenting an option that no longer exists. by enh@google.com · 14 years ago
  27. 8627ce0 src/vogar/Vogar.java: don't time out benchmarks after 1 minute. Benchmarks rarely finish that quickly. by enh@google.com · 14 years ago
  28. b233316 src/vogar/android/ActivityMode.java: by enh@google.com · 14 years ago
  29. 98d70c9 Support testcases with String constructors by jessewilson@google.com · 14 years ago
  30. 61fb61f Add a TODO for killing dalvikvm processes on Androids by jessewilson@google.com · 14 years ago
  31. 65f912d Send kill -3 before killing the process. by jessewilson@google.com · 14 years ago
  32. 1d7a0b6 Don't escalate visibility of setUp and tearDown by jessewilson@google.com · 14 years ago
  33. cba5c6d src/vogar/target/TestEnvironment.java: simplify the resetting of system properties. by enh@google.com · 14 years ago
  34. bd8bda7 Use our own minimal JUnit instead of the full framework. This permits us to create test instances lazily and dispose of them eagerly. by jessewilson@google.com · 14 years ago
  35. 4b22644 src/vogar/android/AndroidSdk.java: by enh@google.com · 14 years ago
  36. dcd73a9 src/vogar/android/AndroidSdk.java: drop support for pre-gingerbread SDK trees, but free "vogar --mode host" from the need for an adb binary. Even quicker host builds ahoy! by enh@google.com · 14 years ago
  37. f7e7f5b Move profiler.stop() calls to finally block to ensure clean state on test failure. by bdc@google.com · 14 years ago
  38. b22f17d src/vogar/android/HostDalvikVm.java: include LOG_INFO level logging too. by enh@google.com · 14 years ago
  39. f7cb247 Write all results to one large file rather than many small files. Intended to improve performance with NFS. by jessewilson@google.com · 14 years ago
  40. 33f75b8 Use a custom build of GSON that permits unquoted strings in lenient mode. by jessewilson@google.com · 14 years ago
  41. 3f63a1a Update Caliper to r289. by bdc@google.com · 14 years ago
  42. 06a84ff Don't reflectively call deprecated method SamplingProfiler.writeHprofData by jessewilson@google.com · 14 years ago
  43. b682140 Sync AndroidProfiler with the latest signature of writeHprofData by jessewilson@google.com · 14 years ago
  44. 113ce61 Manually sync vogar's copy of the dalvikvm boot classpath with reality. by jessewilson@google.com · 14 years ago
  45. dc0120d Fix typo. ASNI -> ANSI by jessewilson@google.com · 14 years ago
  46. 34aad5a Don't completely silence logging when running tests. by jessewilson@google.com · 14 years ago
  47. 74cd553 Update Caliper to r261. by jessewilson@google.com · 14 years ago
  48. b8e5c25 Permit .zip files on the classpath! by jessewilson@google.com · 14 years ago
  49. 1359051 Support app_process as alternative to dalvikvm by bdc@google.com · 14 years ago
  50. fe4b051 Fix varargs compile warnings by bdc@google.com · 14 years ago
  51. c1feb79 Fix command to be permissive on the types used as parameters to args(). I had a bug in the expectations where calling args() with a List<Long> was equivalent to calling args() with the toString() of that list. by jessewilson@google.com · 14 years ago
  52. d35a3a0 Break dependency from ExpectationStore on Commands. by jessewilson@google.com · 14 years ago
  53. b5c5c44 Inject the log rather than looking it up statically. This is needed for other apps that want to reuse the ExpectationStore but not the rest of Vogar! by jessewilson@google.com · 14 years ago
  54. 860eb2e Don't let java.util.prefs emit an unactionable warning when we clear the preferences. See bug 43. by jessewilson@google.com · 14 years ago
  55. ac984af Make sure the user prefs directory is writable. Necessary for activity mode. by jessewilson@google.com · 14 years ago
  56. ae32482 Support building with the reorganized gingerbread SDK. by jessewilson@google.com · 14 years ago
  57. 6d3e078 Use the action name when the outcome name is insufficient. by jessewilson@google.com · 14 years ago
  58. 1d793b5 Force an exit. Threads spawned by tests shouldn't keep the test runner process alive. by jessewilson@google.com · 14 years ago
  59. 023bda1 Close the target stream when we're closing the monitor. by jessewilson@google.com · 14 years ago
  60. 34b70bf adding --profile-binary option for --mode jvm by bdc@google.com · 14 years ago
  61. d2798be Don't bail if the test self-timed out by jessewilson@google.com · 14 years ago
  62. 3cea2f5 Fix skipPast so that it's honored across test classes. by jessewilson@google.com · 14 years ago
  63. 5f9e5b9 Name main classes by their class name, not the action name. Otherwise it's ambiguous when many main methods are run from a single .jar. by jessewilson@google.com · 14 years ago
  64. 7959b8a Sanitize the LogManager between tests. Some tests were installing properties into the log manager that was causing later tests to fail. by jessewilson@google.com · 14 years ago
  65. a20d57c Don't report completed normally until all of the test classes have completed normally. We were short circuiting too early when vogar was run with a package name. by jessewilson@google.com · 14 years ago
  66. bb92795 If running with --debug, compile with -g by bdc@google.com · 14 years ago
  67. 381adf7 src/vogar/Driver.java: if the VM crashes part way through a test, that's not a success... by enh@google.com · 14 years ago
  68. 5762c9c src/vogar/android/DeviceDalvikVm.java: by enh@google.com · 14 years ago
  69. 0a04961 Have TestEnvironment.reset run GC and finalization to encourage CloseGuard warnings ASAP by bdc@google.com · 14 years ago
  70. fa28005 Fail with a better message if an Android platform isn't available. by jessewilson@google.com · 14 years ago
  71. a2d9933 Fix a CloseGuard warning - we weren't cleaning up Dex files during scan. by jessewilson@google.com · 14 years ago
  72. 8b676e0 Remove some accidentally-committed debugging. by jessewilson@google.com · 14 years ago
  73. 2547456 Record an outcome if no outcomes are started. This occurs for example, when the timeouts are very small. by jessewilson@google.com · 14 years ago
  74. 306a457 Don't run the same action forever in a loop when it crashes! by jessewilson@google.com · 14 years ago
  75. 542be93 remove space before time units for consistency within TimeUtilities.nsToString by bdc@google.com · 14 years ago
  76. 6fa1029 Profiler improvements for JUnit by bdc@google.com · 14 years ago
  77. fe3edd8 simplify strace usage example to not use hex by default which obscures ASCII output by bdc@google.com · 14 years ago
  78. 1bdeb9d vogar --profile support by bdc@google.com · 14 years ago
  79. 7f334e2 Preserve the Vm's user home, user dir and temp.dir rather than trying to set them all to something fancy. by jessewilson@google.com · 14 years ago
  80. ee67ab7 Fixing vogar to cleanup after itself when parsing properties. by jessewilson@google.com · 14 years ago
  81. 3cc430f Sort tests. Kill the target process if there's a timeout. by jessewilson@google.com · 14 years ago
  82. 5f52953 New caliper supports VM arguments. by jessewilson@google.com · 14 years ago
  83. f9fc241 Latest Caliper with Android version information. by jessewilson@google.com · 14 years ago
  84. 27aeaf1 TestEnvironment now saves and restores HttpsURLConnection's default HostnameVerifier and default SSLSocketFactory by bdc@google.com · 14 years ago
  85. 0942355 Add ansi option to allow the disabling of terminal position control sequences by bdc@google.com · 14 years ago
  86. a84a6a1 Don't assume out == system.out. Whoops. by jessewilson@google.com · 14 years ago
  87. cf0327f Fix mark reset console to work in line-wrapping terminals. by jessewilson@google.com · 14 years ago
  88. 2b3ec15 Don't leave verbose output in the stream. by jessewilson@google.com · 14 years ago
  89. 72bce7b Tweak saving the stream mark when writing streamed and verbose output. Previously we were indenting things wrong when multiple verbose lines interrupted streaming output. by jessewilson@google.com · 14 years ago
  90. c99bff8 Don't retrieve prefs.xml from the device; it's a waste of effort. by jessewilson@google.com · 14 years ago
  91. 4878be6 Don't inject unwanted line breaks when streamed output is not attached to a test case. by jessewilson@google.com · 14 years ago
  92. 5b2080e Attempt to improve behavior when vogar is printing both verbose output and streamed output. Previously we were inserting unnecessary line breaks in the streamed output like this: by jessewilson@google.com · 14 years ago
  93. dbd85ad Fixed activity mode. Vogar will use stdout/stderr by default, and a socket when that's not possible. by jessewilson@google.com · 14 years ago
  94. 693bab6 Change how host + target processes communicate. by jessewilson@google.com · 14 years ago
  95. 43ee315 Don't crash the host monitor when it is asynchronously closed. by jessewilson@google.com · 14 years ago
  96. f989de3 Run the tests within a package in alphabetical order. by jessewilson@google.com · 14 years ago
  97. d7aa0c8 Actually do set java.home, but only on Dalvik VMs. by jessewilson@google.com · 14 years ago
  98. d57bb98 Don't set java.home. by jessewilson@google.com · 14 years ago
  99. 39afccb More cruft stripped from stacktraces. by jessewilson@google.com · 14 years ago
  100. bf9a566 Strip vogar cruft from stacktraces. by jessewilson@google.com · 14 years ago