1. 1502d44 Reset DateFormat.is24Hour after each test by Neil Fuller · 9 years ago
  2. e839716 Match junit's implementation of some assertion methods. by Nicolas Geoffray · 9 years ago
  3. 5dde089 Restore the translation from ["a", "b"] to ["a b"]. by Nicolas Geoffray · 9 years ago
  4. bdbb3dc "adb shell" now works like ssh(1); fix vogar to match. by Elliott Hughes · 9 years ago
  5. 83672b1 Fix vogar's idea of quoting. by Elliott Hughes · 9 years ago
  6. cc4bfe8 Fix parsing of id command by Spencer Low · 9 years ago
  7. 3e35f7a Merge "Fix --mode=activity" by Neil Fuller · 9 years ago
  8. 9dac6f9 Fix --mode=activity by Neil Fuller · 9 years ago
  9. cef780b Add a --test-only option to Vogar. by Nicolas Geoffray · 9 years ago
  10. 539d798 Fix a typo when dealing with timeouts. by Nicolas Geoffray · 9 years ago
  11. e77f107 Remove default resource dirs by Neil Fuller · 9 years ago
  12. ab49d11 Explcitly state Android change for InterleavedReader.java. by Nicolas Geoffray · 9 years ago
  13. 2256754 Fix a bug in vogar/caliper aroud BufferedReader. by Nicolas Geoffray · 9 years ago
  14. f001fb6 Enable X64 variant for device mode by Calin Juravle · 9 years ago
  15. 0596bdc Only make it a warning when the expectation comes from a file. by Nicolas Geoffray · 10 years ago
  16. 5ad5696 Add a new "warning" outcome type. by Nicolas Geoffray · 10 years ago
  17. a3baab9 Change the default location for vogar execution by Neil Fuller · 10 years ago
  18. 5a8fd4b Add 'modes_variants' in expectation files. by Nicolas Geoffray · 10 years ago
  19. 8daeeb6 Merge "Only loop on /sdcard when waiting for tmpdir to be ready." by Nicolas Geoffray · 10 years ago
  20. ab130e4 Only loop on /sdcard when waiting for tmpdir to be ready. by Nicolas Geoffray · 10 years ago
  21. b9e4091 Update vogar's caliper version to fix a bug by Neil Fuller · 10 years ago
  22. 06f9cc5 Small vogar fixes. by Nicolas Geoffray · 10 years ago
  23. 6c6446a Only set verify:none for dalvik. by Nicolas Geoffray · 10 years ago
  24. 2f7dda9 Integrate vogar in Android's build system. by Nicolas Geoffray · 10 years ago
  25. 0bfe27e Use --var=x64 to run the 64-bit version of ART on platforms that support it. by nfuller@google.com · 10 years ago
  26. c620846 Adding back support for Dalvik. by nfuller@google.com · 10 years ago
  27. 50e898c Update vogar to use core-libart instead of core on device and host by nfuller@google.com · 10 years ago
  28. c69effc Use adb to find the Android SDK. by limpbizkit · 10 years ago
  29. c884832 Support @Ignore. by limpbizkit · 10 years ago
  30. 26f0623 Disable JCA security checks on the RI by kroot@google.com · 11 years ago
  31. 0e62cf8 Fix getSuiteMethods to be consistent with classToJunitTests by bdc@google.com · 11 years ago
  32. 772bd9a Restore system properties to initial values by bdc@google.com · 11 years ago
  33. 9316ee3 Add conscrypt to Android BOOTCLASSPATH lists by bdc@google.com · 11 years ago
  34. f1622c3 Add --vm-command option to allow vm executable to be overridden by bdc@google.com · 11 years ago
  35. ec87632 Add basic JUnit4 support by kroot@google.com · 11 years ago
  36. 0985b49 Add okhttp to Android BOOTCLASSPATH lists by bdc@google.com · 11 years ago
  37. dd8f81c src/vogar/android/AndroidProfiler.java: fix bdc's typo. by enh@google.com · 11 years ago
  38. c3487a4 src/vogar/android/AndroidSdk.java: fix "--mode activity", at least from the root of a build tree. Tests that require a Context still fail, but this is a step forward: by enh@google.com · 11 years ago
  39. f39d9a3 Only include Run.resourceClasspath in jvm and host mode, not target mode by bdc@google.com · 11 years ago
  40. 5379730 Automatically add libcore resource directories to the runtime classpath. by enh@google.com · 12 years ago
  41. a0e9a4c Make it possible to run tests that use MockWebServer from within libcore/. by enh@google.com · 12 years ago
  42. 8937db3 src/vogar/ModeId.java: simplify a condition. by enh@google.com · 12 years ago
  43. 5bb07a6 src/vogar/android/AndroidSdk.java: automatically make MockWebServer available if you're running in an Android tree. (So more libcore tests are runnable by default.) by enh@google.com · 12 years ago
  44. c7b1734 src/vogar/OptionParser.java: this didn't need to be non-static. by enh@google.com · 12 years ago
  45. 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
  46. eddaebb don't require an Android SDK for --mode jvm by jessewilson@google.com · 13 years ago
  47. 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
  48. 0eb0936 Get most of running on a device via SSH working. by jessewilson@google.com · 13 years ago
  49. 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
  50. 6a0f4cd Cleanup registration of task dependencies. Do all of that registration in the driver. by jessewilson@google.com · 13 years ago
  51. f83be5e Use tasks everywhere. by jessewilson@google.com · 13 years ago
  52. 2c37ef5 Another intermediate step in refactoring vogar. by jessewilson@google.com · 13 years ago
  53. 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
  54. 132bb2b src/vogar/ModeId.java: src/vogar/Vogar.java: the sim is long dead. by enh@google.com · 13 years ago
  55. edcbbe1 Adjust the built-in Android profiler's expected API to match the current implementation. by jessewilson@google.com · 13 years ago
  56. 1ed77d4 Lazily initialize test classes by jessewilson@google.com · 13 years ago
  57. 3671608 Ignore non-numeric SDK versions by bdc@google.com · 13 years ago
  58. 5a8182b remove unused trustStore local variable by bdc@google.com · 13 years ago
  59. 7148855 Remove javax.net.ssl.trustStore property from dalvikvm command line by bdc@google.com · 13 years ago
  60. da0e7ee Properly set user.dir for device processes. by jessewilson@google.com · 13 years ago
  61. 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
  62. 62ac682 Don't fail on devices as recent as Froyo. by jessewilson@google.com · 13 years ago
  63. 0d73d27 Avoid overkilling processes. by jessewilson@google.com · 13 years ago
  64. 51f1a74 Flip a broken condition; don't clobber setUp() exceptions in tearDown(). by jessewilson@google.com · 13 years ago
  65. b92abe2 Don't clobber setUp() failures with tearDown() failures. by jessewilson@google.com · 13 years ago
  66. ba8474f src/vogar/Vogar.java: stop documenting an option that no longer exists. by enh@google.com · 13 years ago
  67. 8627ce0 src/vogar/Vogar.java: don't time out benchmarks after 1 minute. Benchmarks rarely finish that quickly. by enh@google.com · 13 years ago
  68. b233316 src/vogar/android/ActivityMode.java: by enh@google.com · 13 years ago
  69. 98d70c9 Support testcases with String constructors by jessewilson@google.com · 13 years ago
  70. 61fb61f Add a TODO for killing dalvikvm processes on Androids by jessewilson@google.com · 13 years ago
  71. 65f912d Send kill -3 before killing the process. by jessewilson@google.com · 13 years ago
  72. 1d7a0b6 Don't escalate visibility of setUp and tearDown by jessewilson@google.com · 13 years ago
  73. cba5c6d src/vogar/target/TestEnvironment.java: simplify the resetting of system properties. by enh@google.com · 13 years ago
  74. 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 · 13 years ago
  75. 4b22644 src/vogar/android/AndroidSdk.java: by enh@google.com · 13 years ago
  76. 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 · 13 years ago
  77. f7e7f5b Move profiler.stop() calls to finally block to ensure clean state on test failure. by bdc@google.com · 13 years ago
  78. b22f17d src/vogar/android/HostDalvikVm.java: include LOG_INFO level logging too. by enh@google.com · 13 years ago
  79. f7cb247 Write all results to one large file rather than many small files. Intended to improve performance with NFS. by jessewilson@google.com · 13 years ago
  80. 06a84ff Don't reflectively call deprecated method SamplingProfiler.writeHprofData by jessewilson@google.com · 13 years ago
  81. b682140 Sync AndroidProfiler with the latest signature of writeHprofData by jessewilson@google.com · 13 years ago
  82. 113ce61 Manually sync vogar's copy of the dalvikvm boot classpath with reality. by jessewilson@google.com · 13 years ago
  83. dc0120d Fix typo. ASNI -> ANSI by jessewilson@google.com · 13 years ago
  84. 34aad5a Don't completely silence logging when running tests. by jessewilson@google.com · 13 years ago
  85. b8e5c25 Permit .zip files on the classpath! by jessewilson@google.com · 13 years ago
  86. 1359051 Support app_process as alternative to dalvikvm by bdc@google.com · 13 years ago
  87. fe4b051 Fix varargs compile warnings by bdc@google.com · 13 years ago
  88. 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
  89. d35a3a0 Break dependency from ExpectationStore on Commands. by jessewilson@google.com · 14 years ago
  90. 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
  91. 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
  92. ac984af Make sure the user prefs directory is writable. Necessary for activity mode. by jessewilson@google.com · 14 years ago
  93. ae32482 Support building with the reorganized gingerbread SDK. by jessewilson@google.com · 14 years ago
  94. 6d3e078 Use the action name when the outcome name is insufficient. by jessewilson@google.com · 14 years ago
  95. 1d793b5 Force an exit. Threads spawned by tests shouldn't keep the test runner process alive. by jessewilson@google.com · 14 years ago
  96. 023bda1 Close the target stream when we're closing the monitor. by jessewilson@google.com · 14 years ago
  97. 34b70bf adding --profile-binary option for --mode jvm by bdc@google.com · 14 years ago
  98. d2798be Don't bail if the test self-timed out by jessewilson@google.com · 14 years ago
  99. 3cea2f5 Fix skipPast so that it's honored across test classes. by jessewilson@google.com · 14 years ago
  100. 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