SIGN IN SIGN UP

Use relative paths for spec tests to skip to avoid ambiguity when two tests have the same basename (#8060)

* Update SPEC_TESTS_TO_SKIP and SPEC_TESTSUITE_TESTS_TO_SKIP to use
relative paths, which allows us to distinguish between tests with the
same base name. This is useful since some future changes will fix
test/spec/testsuite/memory.wast but not
test/spec/testsuite/proposals/threads/memory.wast
* Check that the user-specified `--spec-test` paths exist. This is also
done to avoid skipping rather than erroring when the user specifies a
path relative to `test/` instead of relative to the repo root (since we
drop the test/ prefix we can't tell the difference).
S
Steven Fontanella committed
2f798880e456161bee4dc5d403777e1305db45eb
Parent: 6ec7b5f
Committed by GitHub <noreply@github.com> on 11/20/2025, 12:14:54 AM