PR-URL: https://github.com/nodejs/node/pull/62132 Refs: https://github.com/microsoft/vscode/issues/251777 Refs: https://chromium-review.googlesource.com/c/v8/v8/+/7638233 Reviewed-By: Aditi Singh <aditisingh1400@gmail.com>
16 lines
509 B
Text
16 lines
509 B
Text
prefix wasm-allocation
|
|
|
|
# To mark a test as flaky, list the test name in the appropriate section
|
|
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
|
# sample-test : PASS,FLAKY
|
|
|
|
[true] # This section applies to all platforms
|
|
|
|
[$system!=linux || $asan==on || $pointer_compression==on]
|
|
test-wasm-allocation: SKIP
|
|
test-wasm-allocation-auto-adapt: SKIP
|
|
test-wasm-allocation-memory64: SKIP
|
|
|
|
[$arch!=x64 && $arch!=arm64]
|
|
test-wasm-allocation: SKIP
|
|
test-wasm-allocation-memory64: SKIP
|