Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: df07d6a5cfd4df7f1efb169ef823af73dbb10da0
https://github.com/WebKit/WebKit/commit/df07d6a5cfd4df7f1efb169ef823af73dbb10da0
Author: John James Jacoby <[email protected]>
Date: 2026-09-10 (Thu, 10 Sep 2026)
Changed paths:
M Tools/CISupport/built-product-archive
A Tools/CISupport/built_product_archive_unittest.py
Log Message:
-----------
[Win] Make Swift-enabled built products runnable on test workers
https://bugs.webkit.org/show_bug.cgi?id=323228
Reviewed by Adrian Taylor.
Swift support makes WebKit2.dll depend on libraries from the Windows Swift
runtime. The build worker has those libraries installed, but the built product
archive sent to the test worker does not contain them, so WebKitTestRunner
cannot start.
Use swiftc -print-target-info to locate the runtime and copy its DLLs into the
Windows archive.
Add tests for runtime discovery, filtering, failures, and archive integration.
Canonical link: https://commits.webkit.org/320860@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications