1. 27 Jul, 2016 3 commits
  2. 22 Jul, 2016 1 commit
  3. 21 Jul, 2016 1 commit
  4. 20 Jul, 2016 2 commits
  5. 15 Jul, 2016 2 commits
  6. 12 Jul, 2016 2 commits
  7. 06 Jul, 2016 3 commits
  8. 04 Jul, 2016 1 commit
  9. 30 Jun, 2016 1 commit
  10. 21 Jun, 2016 1 commit
    • dpranke's avatar
      Use the new "optimize_speed" GN config. · 365e32b1
      dpranke authored
      The GN configs for different optimization levels are confusing and
      should probably be reworked, but for now we add a special config
      specifically so that we can compile with -O3 when appropriate.
      
      R=brettw@chromium.org, machenbach@chromium.org
      BUG=616031, 618678, 621335
      
      Review-Url: https://codereview.chromium.org/2076403002
      Cr-Commit-Position: refs/heads/master@{#37158}
      365e32b1
  11. 17 Jun, 2016 1 commit
  12. 14 Jun, 2016 1 commit
  13. 03 Jun, 2016 1 commit
  14. 24 May, 2016 2 commits
  15. 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
  16. 19 Jan, 2016 1 commit
  17. 04 Jan, 2016 1 commit
    • machenbach's avatar
      [test] Add ignition test set. · ee665067
      machenbach authored
      Add control for the ignition test suites. This will be
      followed by a change on the infra side that targets the
      ignition set instead of the hardcoded mjsunit.
      
      After that, cctest can be enabled in a separate CL. This CL
      already includes the logic for running cctest for ignition
      on swarming.
      
      BUG=v8:4280
      LOG=N
      
      Review URL: https://codereview.chromium.org/1559943002
      
      Cr-Commit-Position: refs/heads/master@{#33089}
      ee665067
  18. 14 Oct, 2015 1 commit
  19. 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
  20. 05 Oct, 2015 1 commit
  21. 25 Sep, 2015 1 commit