Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 44d4f224dc50444a6772b3e82cfb604e54935ce3
https://github.com/WebKit/WebKit/commit/44d4f224dc50444a6772b3e82cfb604e54935ce3
Author: Fujii Hironori <[email protected]>
Date: 2026-05-12 (Tue, 12 May 2026)
Changed paths:
M Tools/WebKitTestRunner/TestController.cpp
M Tools/WebKitTestRunner/TestController.h
Log Message:
-----------
[WebKitTestRunner] Add TestController::serviceWorkerProcessName()
https://bugs.webkit.org/show_bug.cgi?id=314695
Reviewed by Claudio Saavedra.
Crash logs of ServiceWorkerProcess failed to symbolize functions for GTK and
WPE because gdb couldn't find an executable named "ServiceWorkerProcess".
WebKitTestRunner has to output the correct executable name for it if the
service worker process is crashed.
Fixed GPU process too which had the same issue.
* Tools/WebKitTestRunner/TestController.cpp:
(WTR::TestController::gpuProcessName):
(WTR::TestController::serviceWorkerProcessName):
* Tools/WebKitTestRunner/TestController.h:
Canonical link: https://commits.webkit.org/313132@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications