• Thibaud Michaud's avatar
    [wasm][fuzzer] Stack overflow is nondeterministic · 11110c30
    Thibaud Michaud authored
    Before the introduction of exception handling in the compile fuzzer,
    stack overflows were deterministic because they always caused the whole
    stack to be unwound.
    With support for exception handling, the stack overflow exception can be
    caught and is a source of nondeterminism. Flag the interpreter result as
    such in this case so that we skip the correctness check.
    
    R=ahaas@chromium.org
    
    Bug: chromium:1193212
    Change-Id: I7efd38df1b3c108c1c41997395c2b22ded2b4ad1
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2791566Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#73719}
    11110c30
Name
Last commit
Last update
..
wasm Loading commit data...
DEPS Loading commit data...
assembler-tester.h Loading commit data...
flag-utils.h Loading commit data...
types-fuzz.h Loading commit data...