1. 04 Nov, 2016 1 commit
  2. 11 Aug, 2016 1 commit
  3. 01 Aug, 2016 1 commit
  4. 29 Apr, 2016 1 commit
  5. 26 Jan, 2016 1 commit
  6. 06 Oct, 2015 1 commit
    • machenbach's avatar
      [swarming] Run unittests together with default tests. · 35d2028d
      machenbach authored
      This adds the unittests to the "default" test set. Now that
      the "default" and the DEFAULT_TESTS (i.e. runner with
      no arguments) are the same, removed DEFAULT_TESTS and use
      TEST_MAP["default"] instead.
      
      On the bots, where unittests and default were run in
      separation before, the explicit unittests step should now
      be skipped.
      
      This is necessary for swarming, as the unittests step is
      too small to justify its own swarming job.
      
      BUG=chromium:535160
      LOG=n
      
      Review URL: https://codereview.chromium.org/1374733006
      
      Cr-Commit-Position: refs/heads/master@{#31122}
      35d2028d
  7. 05 Oct, 2015 1 commit
  8. 02 Oct, 2015 2 commits
    • danno's avatar
      Revert of [swarming] Isolate v8 testing. (patchset #8 id:140001 of... · 280a6f8e
      danno authored
      Revert of [swarming] Isolate v8 testing. (patchset #8 id:140001 of https://codereview.chromium.org/1380593002/ )
      
      Reason for revert:
      Prime suspect in breakage of V8 Linux -- no snap
      
      Original issue's description:
      > [swarming] Isolate v8 testing.
      >
      > Add gyp support and isolates for default test suites.
      > Add two default isolates, one (default) for using the
      > test suite collection we call "default" on the bots. One
      > (developer_default) for also supporting the way developers
      > call the driver (i.e. without argument, which includes
      > the unittests).
      >
      > BUG=chromium:535160
      > LOG=n
      >
      > Committed: https://crrev.com/9bd83f58f29ab0c7c5b71b00bcb1df3a9e641f05
      > Cr-Commit-Position: refs/heads/master@{#31081}
      
      TBR=tandrii@chromium.org,jochen@chromium.org,maruel@chromium.org,machenbach@chromium.org
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      BUG=chromium:535160
      
      Review URL: https://codereview.chromium.org/1370993008
      
      Cr-Commit-Position: refs/heads/master@{#31084}
      280a6f8e
    • machenbach's avatar
      [swarming] Isolate v8 testing. · 9bd83f58
      machenbach authored
      Add gyp support and isolates for default test suites.
      Add two default isolates, one (default) for using the
      test suite collection we call "default" on the bots. One
      (developer_default) for also supporting the way developers
      call the driver (i.e. without argument, which includes
      the unittests).
      
      BUG=chromium:535160
      LOG=n
      
      Review URL: https://codereview.chromium.org/1380593002
      
      Cr-Commit-Position: refs/heads/master@{#31081}
      9bd83f58