1. 19 Feb, 2019 1 commit
  2. 04 Feb, 2019 2 commits
  3. 19 Jul, 2018 2 commits
  4. 22 Jun, 2018 1 commit
  5. 06 Apr, 2018 1 commit
  6. 05 Apr, 2018 1 commit
  7. 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
  8. 22 Feb, 2018 1 commit
  9. 17 Jan, 2018 1 commit
  10. 16 Jan, 2018 1 commit
  11. 15 Jan, 2018 1 commit
    • Michael Achenbach's avatar
      [foozzie] Add flag experiments for gc fuzzing · 74a2a8f6
      Michael Achenbach authored
      This will add three gc fuzzing flags with 5% likelihood each to the second
      correctness fuzzing config. The random checks are determined by the
      top-level random-seed passed to the script.
      
      This change depends on setting the fuzzer random seed as default to the
      standard random seed, since the former isn't explicitly passed by
      clusterfuzz.
      
      NOTRY=true
      TBR=hpayer@chromium.org
      
      Bug: v8:7012
      Change-Id: I794dc48bb953b6a95bbc4fc4305ad561bc13b6ee
      Reviewed-on: https://chromium-review.googlesource.com/865912Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#50577}
      74a2a8f6
  12. 05 Jan, 2018 2 commits
  13. 26 Oct, 2017 1 commit
  14. 24 Oct, 2017 1 commit
  15. 19 Oct, 2017 1 commit
  16. 31 Jul, 2017 1 commit
  17. 26 Jul, 2017 1 commit
  18. 10 Jul, 2017 1 commit
  19. 04 May, 2017 1 commit
  20. 28 Apr, 2017 1 commit
  21. 18 Apr, 2017 1 commit
  22. 14 Mar, 2017 1 commit
  23. 10 Mar, 2017 1 commit
  24. 03 Mar, 2017 1 commit
  25. 21 Feb, 2017 1 commit
  26. 14 Feb, 2017 1 commit
  27. 13 Feb, 2017 2 commits
  28. 09 Feb, 2017 1 commit
  29. 03 Feb, 2017 2 commits
  30. 02 Feb, 2017 1 commit
    • machenbach's avatar
      [foozzie] Support multi-architecture builds · 13de00c0
      machenbach authored
      This adds optional multi-architecture builds, allowing to compile
      x86 and x64 in one build. The correctness fuzzer can be configured to
      compare the two executables, e.g. to compare x86 to x64 run the
      launcher with: --second-d8=clang_x86/d8 in an x64 build.
      
      Configuring the executable's architecture is now simplified and
      inferred from the gn build configuration.
      
      Building for clusterfuzz has now a new canonical target that can be
      used by the infrastructure (defaults to d8).
      
      The clusterfuzz release builder is now defined to compile
      multi-arch builds, which will have an effect as soon as the
      infrastructure refers to the new clusterfuzz target.
      
      BUG=chromium:673246
      NOTRY=true
      TBR=mstarzinger,jarin
      
      Review-Url: https://codereview.chromium.org/2649133010
      Cr-Commit-Position: refs/heads/master@{#42884}
      13de00c0
  31. 01 Feb, 2017 1 commit
  32. 20 Jan, 2017 1 commit
  33. 18 Jan, 2017 2 commits
  34. 16 Jan, 2017 1 commit