Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cc5c8791d67899f74214f13a338a00aefecc639d
https://github.com/WebKit/WebKit/commit/cc5c8791d67899f74214f13a338a00aefecc639d
Author: Ben Schwartz <[email protected]>
Date: 2024-04-24 (Wed, 24 Apr 2024)
Changed paths:
M Tools/Scripts/webkitpy/xcode/simulated_device.py
Log Message:
-----------
Improve error reporting on simulated device boot failure.
https://bugs.webkit.org/show_bug.cgi?id=273216
rdar://127015274
Reviewed by Jonathan Bedard.
If an error occurs while booting a simulated device, the actual error
encountered
as a result of `xcrun simctl boot <UDID>` is hidden. This output is already
passed
to ScriptError when it's invoked, so we should catch this exception and print
this
information to the log.
* Tools/Scripts/webkitpy/xcode/simulated_device.py:
(SimulatedDeviceManager._boot_device): Add try/except block to handle
ScriptError as a result of simulated device boot failing.
Canonical link: https://commits.webkit.org/277952@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes