Disable wasm/multiple-code-spaces test when TSAN is enabled
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: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Samuel Groß <saelo@chromium.org> Cr-Commit-Position: refs/heads/main@{#81490}
Showing
Please
register
or
sign in
to comment