WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
303864
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-12-09 11:17:22 PST
<
rdar://problem/166160572
>
Robert Jenner
Comment 2
2025-12-09 11:23:11 PST
Pull request:
https://github.com/WebKit/WebKit/pull/55118
Robert Jenner
Comment 3
2025-12-09 16:08:57 PST
Pull request:
https://github.com/WebKit/WebKit/pull/55143
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.
Top of Page
Format For Printing
XML
Clone This Bug