1. e40f8de Change build target for vogar to include building vogar.jar by Neil Fuller · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 1502d44 Reset DateFormat.is24Hour after each test by Neil Fuller · 9 years ago
  3. e839716 Match junit's implementation of some assertion methods. by Nicolas Geoffray · 9 years ago
  4. 5dde089 Restore the translation from ["a", "b"] to ["a b"]. by Nicolas Geoffray · 9 years ago
  5. bdbb3dc "adb shell" now works like ssh(1); fix vogar to match. by Elliott Hughes · 9 years ago
  6. 3c5f5e5 Disable jack for vogar. by Narayan Kamath · 9 years ago
  7. 83672b1 Fix vogar's idea of quoting. by Elliott Hughes · 9 years ago
  8. cc4bfe8 Fix parsing of id command by Spencer Low · 9 years ago
  9. 3e35f7a Merge "Fix --mode=activity" by Neil Fuller · 9 years ago
  10. 9dac6f9 Fix --mode=activity by Neil Fuller · 9 years ago
  11. cef780b Add a --test-only option to Vogar. by Nicolas Geoffray · 9 years ago
  12. 539d798 Fix a typo when dealing with timeouts. by Nicolas Geoffray · 9 years ago
  13. e77f107 Remove default resource dirs by Neil Fuller · 9 years ago
  14. ab49d11 Explcitly state Android change for InterleavedReader.java. by Nicolas Geoffray · 9 years ago
  15. 2256754 Fix a bug in vogar/caliper aroud BufferedReader. by Nicolas Geoffray · 9 years ago
  16. f001fb6 Enable X64 variant for device mode by Calin Juravle · 9 years ago
  17. 0596bdc Only make it a warning when the expectation comes from a file. by Nicolas Geoffray · 9 years ago
  18. 5ad5696 Add a new "warning" outcome type. by Nicolas Geoffray · 9 years ago
  19. a3baab9 Change the default location for vogar execution by Neil Fuller · 9 years ago
  20. 5a8fd4b Add 'modes_variants' in expectation files. by Nicolas Geoffray · 9 years ago
  21. 8daeeb6 Merge "Only loop on /sdcard when waiting for tmpdir to be ready." by Nicolas Geoffray · 9 years ago
  22. ab130e4 Only loop on /sdcard when waiting for tmpdir to be ready. by Nicolas Geoffray · 9 years ago
  23. 99a0e62 Merge "Update vogar's caliper version to fix a bug" by Neil Fuller · 9 years ago
  24. b9e4091 Update vogar's caliper version to fix a bug by Neil Fuller · 9 years ago
  25. c0b66b8 Merge "Revert "Fix assertEquals for floats and doubles"" by Calin Juravle · 9 years ago
  26. 5409ddf Revert "Fix assertEquals for floats and doubles" by Calin Juravle · 9 years ago
  27. bb0ec81 Merge "Fix assertEquals for floats and doubles" by Calin Juravle · 9 years ago
  28. c95a07d Fix assertEquals for floats and doubles by Calin Juravle · 9 years ago
  29. 06f9cc5 Small vogar fixes. by Nicolas Geoffray · 9 years ago
  30. 42c6cb7 Use a different name for building the jar. by Nicolas Geoffray · 9 years ago
  31. 6c6446a Only set verify:none for dalvik. by Nicolas Geoffray · 9 years ago
  32. 2f7dda9 Integrate vogar in Android's build system. by Nicolas Geoffray · 9 years ago
  33. 0bfe27e Use --var=x64 to run the 64-bit version of ART on platforms that support it. by nfuller@google.com · 10 years ago
  34. c620846 Adding back support for Dalvik. by nfuller@google.com · 10 years ago
  35. 50e898c Update vogar to use core-libart instead of core on device and host by nfuller@google.com · 10 years ago
  36. c69effc Use adb to find the Android SDK. by limpbizkit · 10 years ago
  37. c884832 Support @Ignore. by limpbizkit · 10 years ago
  38. 26f0623 Disable JCA security checks on the RI by kroot@google.com · 10 years ago
  39. 0e62cf8 Fix getSuiteMethods to be consistent with classToJunitTests by bdc@google.com · 11 years ago
  40. 772bd9a Restore system properties to initial values by bdc@google.com · 11 years ago
  41. 9316ee3 Add conscrypt to Android BOOTCLASSPATH lists by bdc@google.com · 11 years ago
  42. f1622c3 Add --vm-command option to allow vm executable to be overridden by bdc@google.com · 11 years ago
  43. ec87632 Add basic JUnit4 support by kroot@google.com · 11 years ago
  44. 0985b49 Add okhttp to Android BOOTCLASSPATH lists by bdc@google.com · 11 years ago
  45. dd8f81c src/vogar/android/AndroidProfiler.java: fix bdc's typo. by enh@google.com · 11 years ago
  46. 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
  47. f39d9a3 Only include Run.resourceClasspath in jvm and host mode, not target mode by bdc@google.com · 11 years ago
  48. 5379730 Automatically add libcore resource directories to the runtime classpath. by enh@google.com · 11 years ago
  49. a0e9a4c Make it possible to run tests that use MockWebServer from within libcore/. by enh@google.com · 11 years ago
  50. 0ca74b9 Force glob expansion in vogar script by bdc@google.com · 12 years ago
  51. 0e1166a bin/vogar: people still use both trees with "prebuilt" and trees with "prebuilts", so support both. by enh@google.com · 12 years ago
  52. 8937db3 src/vogar/ModeId.java: simplify a condition. by enh@google.com · 12 years ago
  53. 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
  54. d0f9e4e bin/vogar: the 'prebuilts' directory was renamed 'prebuilt' a while ago. by enh@google.com · 12 years ago
  55. c7b1734 src/vogar/OptionParser.java: this didn't need to be non-static. by enh@google.com · 12 years ago
  56. 370f52f bin/vogar: prebuilt SDKs have moved. by enh@google.com · 12 years ago
  57. 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 · 12 years ago
  58. eddaebb don't require an Android SDK for --mode jvm by jessewilson@google.com · 12 years ago
  59. 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 · 12 years ago
  60. 0eb0936 Get most of running on a device via SSH working. by jessewilson@google.com · 12 years ago
  61. db82cde Redefine Environment to Target, with "AdbTarget" and "LocalTarget" implementations. This makes it possible for a new "SshTarget" implementation. by jessewilson@google.com · 12 years ago
  62. 6a0f4cd Cleanup registration of task dependencies. Do all of that registration in the driver. by jessewilson@google.com · 12 years ago
  63. f83be5e Use tasks everywhere. by jessewilson@google.com · 12 years ago
  64. 2c37ef5 Another intermediate step in refactoring vogar. by jessewilson@google.com · 12 years ago
  65. 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 · 12 years ago
  66. 2909fb5 Update KXML to be binary compatible with the latest from Android. by jessewilson@google.com · 12 years ago
  67. 132bb2b src/vogar/ModeId.java: src/vogar/Vogar.java: the sim is long dead. by enh@google.com · 13 years ago
  68. edcbbe1 Adjust the built-in Android profiler's expected API to match the current implementation. by jessewilson@google.com · 13 years ago
  69. 1ed77d4 Lazily initialize test classes by jessewilson@google.com · 13 years ago
  70. 3671608 Ignore non-numeric SDK versions by bdc@google.com · 13 years ago
  71. 5a8182b remove unused trustStore local variable by bdc@google.com · 13 years ago
  72. 7148855 Remove javax.net.ssl.trustStore property from dalvikvm command line by bdc@google.com · 13 years ago
  73. da0e7ee Properly set user.dir for device processes. by jessewilson@google.com · 13 years ago
  74. 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
  75. 62ac682 Don't fail on devices as recent as Froyo. by jessewilson@google.com · 13 years ago
  76. 0d73d27 Avoid overkilling processes. by jessewilson@google.com · 13 years ago
  77. 51f1a74 Flip a broken condition; don't clobber setUp() exceptions in tearDown(). by jessewilson@google.com · 13 years ago
  78. b92abe2 Don't clobber setUp() failures with tearDown() failures. by jessewilson@google.com · 13 years ago
  79. ba8474f src/vogar/Vogar.java: stop documenting an option that no longer exists. by enh@google.com · 13 years ago
  80. 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
  81. b233316 src/vogar/android/ActivityMode.java: by enh@google.com · 13 years ago
  82. 98d70c9 Support testcases with String constructors by jessewilson@google.com · 13 years ago
  83. 61fb61f Add a TODO for killing dalvikvm processes on Androids by jessewilson@google.com · 13 years ago
  84. 65f912d Send kill -3 before killing the process. by jessewilson@google.com · 13 years ago
  85. 1d7a0b6 Don't escalate visibility of setUp and tearDown by jessewilson@google.com · 13 years ago
  86. cba5c6d src/vogar/target/TestEnvironment.java: simplify the resetting of system properties. by enh@google.com · 13 years ago
  87. 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
  88. 4b22644 src/vogar/android/AndroidSdk.java: by enh@google.com · 13 years ago
  89. 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
  90. f7e7f5b Move profiler.stop() calls to finally block to ensure clean state on test failure. by bdc@google.com · 13 years ago
  91. b22f17d src/vogar/android/HostDalvikVm.java: include LOG_INFO level logging too. by enh@google.com · 13 years ago
  92. 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
  93. 33f75b8 Use a custom build of GSON that permits unquoted strings in lenient mode. by jessewilson@google.com · 13 years ago
  94. 3f63a1a Update Caliper to r289. by bdc@google.com · 13 years ago
  95. 06a84ff Don't reflectively call deprecated method SamplingProfiler.writeHprofData by jessewilson@google.com · 13 years ago
  96. b682140 Sync AndroidProfiler with the latest signature of writeHprofData by jessewilson@google.com · 13 years ago
  97. 113ce61 Manually sync vogar's copy of the dalvikvm boot classpath with reality. by jessewilson@google.com · 13 years ago
  98. dc0120d Fix typo. ASNI -> ANSI by jessewilson@google.com · 13 years ago
  99. 34aad5a Don't completely silence logging when running tests. by jessewilson@google.com · 13 years ago
  100. 74cd553 Update Caliper to r261. by jessewilson@google.com · 13 years ago