• Andreas Haas's avatar
    [wasm] Disable flaky tests · 6b68692f
    Andreas Haas authored
    The tests are flaky because of missing safepoint information for stack
    checks. Adding the safepoint information there is not trivial though,
    so I disable these tests for now to keep at least the bots green.
    An alternative would be to revert the CLs that add safepoints in the
    first place. However, I would prefer to avoid the overhead that would
    be caused by it. The implementation is completely hidden behind a flag,
    so it does not have impact on production code.
    
    R=clemensb@chromium.org
    
    Bug: v8:10929
    Change-Id: I38c0e3c3806de2cc39ba26bc3b47c2ea8d1cf81a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2423705Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Commit-Queue: Andreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70056}
    6b68692f
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...