Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 703a0299474b6ec7303fcd26870af6201d3529e8
https://github.com/WebKit/WebKit/commit/703a0299474b6ec7303fcd26870af6201d3529e8
Author: Carlos Alberto Lopez Perez <[email protected]>
Date: 2026-05-20 (Wed, 20 May 2026)
Changed paths:
M Tools/Scripts/webkitpy/port/linux_container_sdk_utils.py
A Tools/Scripts/webkitpy/port/linux_container_sdk_utils_unittest.py
Log Message:
-----------
[GTK][WPE][Tools] container-sdk-autoenter doesn't forward
DBUS_SESSION_BUS_ADDRESS when that includes a ,guid string
https://bugs.webkit.org/show_bug.cgi?id=315178
Reviewed by Nikolas Zimmermann.
On the bots the value of DBUS_SESSION_BUS_ADDRESS includes a ",guid" suffix
because
it is obtained via dbus-launch.
The current function to obtain the path from the value was not handling that
case.
Fix it and also add some unit tests.
* Tools/Scripts/webkitpy/port/linux_container_sdk_utils.py:
(_strip_unix_path_prefix):
* Tools/Scripts/webkitpy/port/linux_container_sdk_utils_unittest.py: Added.
(ContainerSDKHelpersTest):
(ContainerSDKHelpersTest.test_dbus_standard_path):
(ContainerSDKHelpersTest.test_dbus_autolaunch_path):
(ContainerSDKHelpersTest.test_pulse_server_path):
(ContainerSDKHelpersTest.test_at_spi_bus_path):
Canonical link: https://commits.webkit.org/313569@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications