Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7f155712ace3f59d99856b8e911a17ff7317034c
https://github.com/WebKit/WebKit/commit/7f155712ace3f59d99856b8e911a17ff7317034c
Author: Ben Schwartz <[email protected]>
Date: 2025-12-17 (Wed, 17 Dec 2025)
Changed paths:
M Tools/Scripts/run-jsc-stress-tests
Log Message:
-----------
run-jsc-stress-tests can't find the jsc binary for testing in some build
configurations.
https://bugs.webkit.org/show_bug.cgi?id=304355
rdar://166728879
Reviewed by Jonathan Bedard.
Some build configurations don't place the jsc binary within
JavaScriptCore.framework. This causes run-jsc-stress-tests to fail to find the
correct binary for testing.
This change adds support to frameworkFromJSCPath for handling this case by
copying the needed binary to JavaScriptCore.framework/Helpers/jsc from its
location in the same parent directory as JavaScriptCore.framework.
* Tools/Scripts/run-jsc-stress-tests:
(frameworkFromJSCPath): Copy jsc to appropriate location if it doesn't exist.
Canonical link: https://commits.webkit.org/304623@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications