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 = [
# 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 = "threads"
# As of this writing, the main branch is "miserably out of date":
branch = "upstream-rebuild"
parent = "spec"
excluded_tests = [
# tests that are unrelated and out of date
"^address.wast.js",
"^align.wast.js",
"^binary.wast.js",
"^binary-leb128.wast.js",
"^br_if.wast.js",
"^br_table.wast.js",
"^call_indirect.wast.js",
"^comments.wast.js",
"^custom.wast.js",
"^data.wast.js",
"^elem.wast.js",
"^exports.wast.js",
"^f32.wast.js",
"^f64.wast.js",
"^float_exprs.wast.js",
"^float_literals.wast.js",
"^float_memory.wast.js",
"^float_misc.wast.js",
"^func.wast.js",
"^global.wast.js",
"^if.wast.js",
"^imports.wast.js",
"^linking.wast.js",
"^load.wast.js",
"^local_get.wast.js",
"^local_tee.wast.js",
"^memory(_.*)?.wast.js",
"^ref_func.wast.js",
"^ref_is_null.wast.js",
"^ref_null.wast.js",
"^select.wast.js",
"^store.wast.js",
"^simd_.*.wast.js",
"^table.*.wast.js",
"^token.wast.js",
"^tokens.wast.js",
"^unreachable.wast.js",
"^unreached-.*.wast.js",
"^utf8-.*.wast.js",
]
directive = "; skip-if: !wasmThreadsEnabled() || helperThreadCount() === 0;"
# Example proposal config:
#
# [[repos]]
# name = "exception-handling"
# branch = "main"
# parent = "spec"
# excluded_tests = [
# "^data.wast.js",
# "^elem.wast.js",
# ]