• Samuel Groß's avatar
    Disable wasm/multiple-code-spaces test when TSAN is enabled · df723c28
    Samuel Groß authored
    TSAN may cause the sandbox to fail to obtain enough virtual address
    space during initialization, thereby causing it to fall back to a
    smaller backing reservation. This combined with the very inefficient
    ArrayBufferAllocator that is used in standalone v8 builds when the
    sandbox is enabled may cause some tests to run out-of-memory earlier
    than they otherwise would. For now we just disable these tests on TSAN
    builds, but should be able to re-enable them once we have a better
    ArrayBufferAllocator on standalone v8 builds.
    
    Bug: v8:13009, chromium:1340224
    Change-Id: I93e46e05d47a8850788504c10a6498067400128a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3738740Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
    Commit-Queue: Samuel Groß <saelo@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#81490}
    df723c28
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint 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...