Bug 298164

Summary: Skip Wasm tests in run-javascriptcore-tests and run-jsc-stress-tests when Wasm is not enabled.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.