Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 20ae11673d56cd78a3d5aec5fcfc6be4768e143f
https://github.com/WebKit/WebKit/commit/20ae11673d56cd78a3d5aec5fcfc6be4768e143f
Author: Jonathan Bedard <[email protected]>
Date: 2025-11-20 (Thu, 20 Nov 2025)
Changed paths:
M Tools/Scripts/webkitpy/xcode/simulated_device.py
Log Message:
-----------
[webkitpy] Apply timeouts to individual simctl commands (Follow-up)
https://bugs.webkit.org/show_bug.cgi?id=302826
rdar://165085170
Reviewed by Elliott Williams.
'simctl terminate' relies on simulator frames executing, if a simulator has
completey hanged, we
will never get a simulator frame, so 'simctl terminate' will never resolve.
* Tools/Scripts/webkitpy/xcode/simulated_device.py:
(SimulatedDeviceManager._wait_until_device_is_usable): Support a response of
"None" from
"is_usable", which indicates a device will never become usable.
(SimulatedDevice.is_usable): Return "None" if 'simctl terminate' times out,
since this means
the simulated device has completely hanged.
Canonical link: https://commits.webkit.org/303354@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications