• Leszek Swirski's avatar
    [offthread] Fix flakiness with bg compile stress · 1a806198
    Leszek Swirski authored
    If we're close to a stack overflow when starting a script compile, we
    may get into a state where main-thread compilation would stack overflow,
    but background-thread compilation wouldn't. This triggers a failure of a
    CHECK under --stress-background-compile, but isn't actually an
    interesting failure.
    
    So, we loosen this CHECK to allow the main-thread having a stack
    overflow (strictly speaking, a RangeError) to count as a "success" for
    the purposes of comparing against a background compilation success.
    
    Bug: v8:10757
    Change-Id: I7d687b52d178973b421c42ca0d89b4da0357232a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2320649
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Auto-Submit: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69092}
    1a806198
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
wasm/gdb-server Loading commit data...
x64 Loading commit data...
OWNERS Loading commit data...
debug-coverage.cc Loading commit data...
debug-coverage.h Loading commit data...
debug-evaluate.cc Loading commit data...
debug-evaluate.h Loading commit data...
debug-frames.cc Loading commit data...
debug-frames.h Loading commit data...
debug-interface.h Loading commit data...
debug-property-iterator.cc Loading commit data...
debug-property-iterator.h Loading commit data...
debug-scope-iterator.cc Loading commit data...
debug-scope-iterator.h Loading commit data...
debug-scopes.cc Loading commit data...
debug-scopes.h Loading commit data...
debug-stack-trace-iterator.cc Loading commit data...
debug-stack-trace-iterator.h Loading commit data...
debug-type-profile.cc Loading commit data...
debug-type-profile.h Loading commit data...
debug.cc Loading commit data...
debug.h Loading commit data...
interface-types.h Loading commit data...
liveedit.cc Loading commit data...
liveedit.h Loading commit data...