• Clemens Backes's avatar
    [wasm][fuzzer] Check for nondeterminism in all fuzzers · 388a317c
    Clemens Backes authored
    The "wasm fuzzer" and "wasm async fuzzer" use the
    {InterpretAndExecuteModule} function, which did not check for possible
    nondeterminism in the interpreter yet. This can lead to wrong reports
    of mismatches, or in endless loops being executed in compiled code which
    was not executed in the interpreter.
    
    This CL adds the check for nondeterminism in that function, and adds a
    TODO to merge the two very similar methods.
    
    R=ahaas@chromium.org
    
    Bug: chromium:1112099, chromium:1113681
    Change-Id: I80b01d4c53d04f0632807fa852147dc9fb8075ca
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2346280
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69324}
    388a317c
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...