1. 04 Dec, 2017 1 commit
    • Michal Majewski's avatar
      Reland "Reland "[test] Creating command before execution phase."" · 68c5d01a
      Michal Majewski authored
      This is a reland of 3b065110
      Original change's description:
      > Reland "[test] Creating command before execution phase."
      > 
      > This is a reland of 98cc9e86
      > Original change's description:
      > > [test] Creating command before execution phase.
      > > 
      > > Immutable command class with shell, flags and
      > > environment.
      > > 
      > > Command creation moved from worker to the main
      > > process. Because of that there is no need to send
      > > test cases beyond process boundaries and load test
      > > suites in worker processes.
      > > 
      > > Bug: v8:6917
      > > Change-Id: Ib6a44278095b4f7141eb9b96802fe3e8117678a6
      > > Reviewed-on: https://chromium-review.googlesource.com/791710
      > > Commit-Queue: Michał Majewski <majeski@google.com>
      > > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#49746}
      > 
      > Bug: v8:6917
      > Change-Id: I49c29a8db813c47909f2cc45070ac7721a447c7a
      > Reviewed-on: https://chromium-review.googlesource.com/800370
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michał Majewski <majeski@google.com>
      > Cr-Commit-Position: refs/heads/master@{#49756}
      
      Bug: v8:6917
      Change-Id: Ia39010a0a0f63537ad12490dfab17897d70d4930
      Reviewed-on: https://chromium-review.googlesource.com/806034Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michał Majewski <majeski@google.com>
      Cr-Commit-Position: refs/heads/master@{#49830}
      68c5d01a
  2. 01 Dec, 2017 1 commit
  3. 30 Nov, 2017 1 commit
  4. 14 Feb, 2017 1 commit
  5. 13 Feb, 2017 4 commits
  6. 08 Nov, 2016 1 commit
  7. 15 Feb, 2016 1 commit
    • machenbach's avatar
      [Swarming] Isolate perf tests. · 05218010
      machenbach authored
      This is to enable deduplicating performance tests. We'll
      create a hash of all relevant files and send it to perf bots
      alongside the other swarming hashes (follow up on infra
      side).
      
      This will not actually run on swarming yet, but could at
      some later point.
      
      This splits off the cctest executable from other verification
      test files, as those are not needed in performance tests.
      
      BUG=chromium:535160
      LOG=n
      
      Review URL: https://codereview.chromium.org/1695243002
      
      Cr-Commit-Position: refs/heads/master@{#33989}
      05218010