Source code
Revision control
Copy as Markdown
Other Tools
# Standard 'directives.txt' prologues for jit-tests
harness_directive = "|jit-test| skip-if: true"
directive = "|jit-test| test-also=--wasm-compiler=optimizing; test-also=--wasm-compiler=baseline; test-also=--setpref=wasm_test_serialization=true; test-also=--test-wasm-await-tier2; test-also=--disable-wasm-huge-memory; skip-variant-if: --disable-wasm-huge-memory, !wasmHugeMemorySupported(); local-include:harness/harness.js"
# Failing tests across all testsuites
excluded_tests = [
# false-positive windows-specific failures
"align.wast",
# memory limits can be encoded with more bytes now
"binary.wast",
"binary-leb128.wast",
# testing that multiple tables fail (imports.wast:309)
"imports.wast",
# test harness doesn't acquire global values correctly
"exports.wast",
# false-positive windows-specific failure
"memory_trap.wast",
# false-positive error on invalid UTF-8 custom section name (utf8-custom-section-id.wast:6)
"utf8-custom-section-id.wast",
# invalid table maximum length for web embeddings
"table.wast",
# fails after a bottom-type has been added to validation
"unreached-invalid.wast",
# argument is not wasm value
"^select.wast",
# fiddly text-format rules we don't care about
"annotations.wast",
"id.wast",
]
[[repos]]
name = "spec"
branch = "wasm-3.0"
excluded_tests = []
directive = "; test-also=--no-avx; skip-variant-if: --no-avx, !getBuildConfiguration('x86') && !getBuildConfiguration('x64') || getBuildConfiguration('simulator')"
[[repos]]
name = "exception-handling"
branch = "main"
parent = "spec"
directive = "; --setpref=wasm_exnref=true; skip-if: !wasmExnRefEnabled()"
excluded_tests = [
# Old tests reflecting old limits on globals in constant expressions
"data.wast.js",
"elem.wast.js",
"global.wast.js",
# Tests asserting that multi-memory is invalid
"memory.wast.js",
# Old and less complete ref_null tests
"ref_null.wast.js",
# Irrelevant SIMD tests
"simd_lane.wast.js",
"simd_linking.wast.js",
"simd_load.wast.js",
"simd_store.wast.js",
]
[[repos]]
name = "memory64"
branch = "main"
parent = "spec"
directive = "; --setpref=wasm_memory64=true; skip-if: !wasmMemory64Enabled()"
excluded_tests = []
[[repos]]
name = "gc"
branch = "main"
parent = "spec"
excluded_tests = []