RESOLVED FIXED298164
Skip Wasm tests in run-javascriptcore-tests and run-jsc-stress-tests when Wasm is not enabled.
https://bugs.webkit.org/show_bug.cgi?id=298164
Summary Skip Wasm tests in run-javascriptcore-tests and run-jsc-stress-tests when Was...
Mark Lam
Reported 2025-08-30 22:50:48 PDT
This patch changes the following: 1. In run-javascriptcore-tests, skip wasm.yaml wholesale if Wasm is not supported. 2. In run-jsc-stress-tests, skip any tests that have "wasm-" or "-wasm" in the test name if Wasm is not supported. 3. Move some tests that are only relevant for Wasm from JSTests/stress to JSTests/wasm/stress/. With these changes, CLoop builds no longer run nor fail wasm tests without us needing to manually add skip statements or explicit checks for the WebAssembly object in the tests.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-08-30 23:34:20 PDT
Mark Lam
Comment 2 2025-08-30 23:49:45 PDT
EWS
Comment 3 2025-09-02 08:15:14 PDT
Committed 299431@main (25747ea0ed52): <https://commits.webkit.org/299431@main> Reviewed commits have been landed. Closing PR #50113 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.