1. 19 Jul, 2018 1 commit
    • Clemens Hammacher's avatar
      [foozzie] Update existing configs for liftoff · 605f94b7
      Clemens Hammacher authored
      Instead of having a separate liftoff config, which is tested against
      the default (which currently means tier-up from liftoff to turbofan),
      just choose reasonable liftoff configs for the existing configs.
      'ignition' now implies pure liftoff execution.
      'ignition_turbo_opt' always compiles with turbofan.
      Other configs use the default (tier up).
      
      R=machenbach@chromium.org
      
      Bug: chromium:824098, v8:6600
      Change-Id: I92c008fc1b1fa54d3161fb5695a095127d6ac263
      Reviewed-on: https://chromium-review.googlesource.com/1141731Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#54548}
      605f94b7
  2. 21 Mar, 2018 1 commit
    • Clemens Hammacher's avatar
      [foozzie] Add Liftoff testing · 49f23ce6
      Clemens Hammacher authored
      This adds 5% testing of 'ignition' vs 'liftoff', which tests Turbofan vs
      Liftoff for wasm code, and tests Ignition vs Turbofan for javascript
      code.
      It also adds 3% testing of 'liftoff' (x64) vs 'liftoff' (ia32), which
      does standard x64 vs ia32 testing for javascript code.
      
      R=machenbach@chromium.org
      
      Bug: chromium:824098, v8:6600
      Change-Id: I6a6afae0300efc33f3535541a11695a7bb32dcc5
      Reviewed-on: https://chromium-review.googlesource.com/973161
      Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52111}
      49f23ce6
  3. 22 Feb, 2018 1 commit
  4. 21 Feb, 2018 1 commit
  5. 27 Apr, 2017 1 commit
  6. 14 Mar, 2017 1 commit
  7. 03 Feb, 2017 1 commit
  8. 18 Jan, 2017 1 commit
  9. 16 Jan, 2017 2 commits
  10. 13 Jan, 2017 1 commit
  11. 09 Jan, 2017 1 commit
  12. 20 Dec, 2016 1 commit
  13. 19 Dec, 2016 1 commit
    • machenbach's avatar
      [foozzie] Initial correctness fuzzer harness. · e669816e
      machenbach authored
      Initial version of the correctness fuzzer harness for manual testing
      and experiments.
      
      For automated usage, some outstanding TODOs are left in the code. E.g.
      - Hash source file names in error case
      - Bundle script in out directory with executables
      - Some suppressions are tied to already fixed bugs. We'll keep it like that for now to test
      removing those suppressions in production later.
      
      BUG=chromium:673246
      NOTRY=true
      
      Review-Url: https://codereview.chromium.org/2578503003
      Cr-Commit-Position: refs/heads/master@{#41789}
      e669816e