RESOLVED FIXED303864
REGRESSION(303017@main): Broke running --site-isolation with --iOS-simulator locally
https://bugs.webkit.org/show_bug.cgi?id=303864
Summary REGRESSION(303017@main): Broke running --site-isolation with --iOS-simulator ...
Robert Jenner
Reported 2025-12-09 11:17:01 PST
When I brought up the iOS-Site-Isolation bots in our OpenSource infrastructure, I inadvertently broke the ability to run that testing locally, hitting the following error: AttributeError raised: 'NoneType' object has no attribute '_scm' Traceback (most recent call last): File "/Volumes/Data/OpenSource/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 93, in main run_details = run(port, options, args, stderr) File "/Volumes/Data/OpenSource/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 574, in run _set_up_derived_options(port, options) File "/Volumes/Data/OpenSource/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 505, in _set_up_derived_options port.host.scm().checkout_root File "/Volumes/Data/OpenSource/Tools/Scripts/webkitpy/common/host.py", line 97, in scm return self._checkout._scm AttributeError: 'NoneType' object has no attribute '_scm'
Attachments
Radar WebKit Bug Importer
Comment 1 2025-12-09 11:17:22 PST
Robert Jenner
Comment 2 2025-12-09 11:23:11 PST
Robert Jenner
Comment 3 2025-12-09 16:08:57 PST
EWS
Comment 4 2025-12-09 17:13:20 PST
Committed 304194@main (f6a83eece30c): <https://commits.webkit.org/304194@main> Reviewed commits have been landed. Closing PR #55143 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.