1. 18 Aug, 2020 1 commit
    • Clemens Backes's avatar
      Reland "[wasm][fuzzer] Fix exception detection" · f7d169c6
      Clemens Backes authored
      This is a reland of 899cb348.
      The new fuzzer regression test is skipped in jitless.
      
      Original change's description:
      > [wasm][fuzzer] Fix exception detection
      >
      > Exceptions were detected by checking for a pending exception on the
      > isolate, but {CallWasmFunctionForTesting} was clearing any pending
      > exception before returning.
      > This CL fixes that by explicitly passing back a boolean which is set if
      > an exception occurred during execution.
      >
      > R=ahaas@chromium.org
      >
      > Bug: chromium:1115280
      > Change-Id: Ife71ceef0751d18e0870335b9520c2bf77e351cc
      > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2352787
      > Reviewed-by: Andreas Haas <ahaas@chromium.org>
      > Commit-Queue: Clemens Backes <clemensb@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#69404}
      
      Bug: chromium:1115280
      Change-Id: I9bb7300d423c53214e51e61233b0a6b09a21fd97
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2361464Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Commit-Queue: Clemens Backes <clemensb@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#69446}
      f7d169c6
  2. 14 Aug, 2020 2 commits
  3. 19 May, 2017 1 commit
    • Andreas Haas's avatar
      [wasm] Cleanup the wasm fuzzer corpus files. · 2f92e9eb
      Andreas Haas authored
      In a recent CL I moved the corpus of the wasm fuzzer and of the
      wasm-asmjs fuzzer to a different directory
      (wasm_corpus and wasm_asmjs_corpus) so that the corpus is not executed
      on the try-bots. With this CL I remove the old corpus from the
      .gitignore file.
      
      In addition I removed the hooks for wasm_corpus and
      wasm_asmjs_corpus from the V8 DEPS file, because in a V8 checkout
      they are not used anyway.
      
      I also added code to the test runner to delete all *.wasm files
      from the directories test/fuzzer/wasm and test/fuzzer/wasm_asmjs.
      This code should be removed in a week, but it will help my coworkers
      to cleanup their V8 checkout.
      
      
      
      R=bradnelson@chromium.org
      CC=machenbach@chromium.org
      
      Change-Id: I9fdf9d77b71b133f84f7e744763d65fdf127d624
      Reviewed-on: https://chromium-review.googlesource.com/505614
      Commit-Queue: Andreas Haas <ahaas@chromium.org>
      Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#45417}
      2f92e9eb
  4. 29 Aug, 2016 1 commit
  5. 02 Mar, 2016 1 commit