Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 707fe4bc83e3d6e211785b274eca385dcb646587
https://github.com/WebKit/WebKit/commit/707fe4bc83e3d6e211785b274eca385dcb646587
Author: Sosuke Suzuki <[email protected]>
Date: 2026-05-24 (Sun, 24 May 2026)
Changed paths:
M JSTests/stress/create-many-realms.js
M JSTests/stress/decouple-calllinkinfo-from-access-case.js
M JSTests/stress/osr-exit-scratch-buffer-gc.js
M JSTests/wasm/gc/struct-write-barrier.js
Log Message:
-----------
Unreviewed, Fix malformed `//@` directives in `JSTests` that were silently
ignored
https://bugs.webkit.org/show_bug.cgi?id=315454
run-jsc-stress-tests only recognizes directive lines that start exactly
with "//@". A few tests have malformed directives (a leading space, a
space between "//" and "@", or a missing "@"), so the harness silently
treats them as plain comments and the intended options are never
applied.
* JSTests/stress/create-many-realms.js:
* JSTests/stress/decouple-calllinkinfo-from-access-case.js:
* JSTests/stress/osr-exit-scratch-buffer-gc.js:
* JSTests/wasm/gc/struct-write-barrier.js:
Canonical link: https://commits.webkit.org/313810@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications