Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 22b00f16abbf061110bda15d4d1fb01bfd0b8bae
https://github.com/WebKit/WebKit/commit/22b00f16abbf061110bda15d4d1fb01bfd0b8bae
Author: Ian Grunert <[email protected]>
Date: 2026-09-06 (Sun, 06 Sep 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/WebKit/WKPage/ProcessDidTerminate.cpp
Log Message:
-----------
REGRESSION(320449@main) Broken Win-Build-EWS
https://bugs.webkit.org/show_bug.cgi?id=323449
rdar://186678844
Unreviewed build fix.
ProcessDidTerminate.cpp uses kill(pid, SIGKILL), which doesn't exist on
Windows. Use OpenProcess/TerminateProcess there instead.
* Tools/TestWebKitAPI/Tests/WebKit/WKPage/ProcessDidTerminate.cpp:
(TestWebKitAPI::killWebProcess):
(TestWebKitAPI::TEST):
Canonical link: https://commits.webkit.org/320583@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications