WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
279170
[webkitpy] PortFactory should dynamically generate valid ports
https://bugs.webkit.org/show_bug.cgi?id=279170
Summary
[webkitpy] PortFactory should dynamically generate valid ports
Sam Sneddon [:gsnedders]
Reported
2024-09-04 22:50:54 PDT
While we could sensibly land a patch such as: diff --git a/Tools/Scripts/webkitpy/port/factory.py b/Tools/Scripts/webkitpy/port/factory.py index 13ab8104e138..8ca5efc6e219 100644 --- a/Tools/Scripts/webkitpy/port/factory.py +++ b/Tools/Scripts/webkitpy/port/factory.py @@ -166,16 +166,16 @@ class PortFactory(object): platform = platform or '*' all_port_names = [ 'gtk', - 'ios-simulator-17', 'ios-simulator-17-wk2', - 'ipad-simulator-17', 'ipad-simulator-17-wk2', - 'mac-monterey-wk1', - 'mac-monterey-wk2', + 'ios-simulator-18-wk2', + 'ipad-simulator-18-wk2', 'mac-sonoma-wk1', 'mac-sonoma-wk2', 'mac-ventura-wk1', 'mac-ventura-wk2', + 'mac-sequoia-wk1', + 'mac-sequoia-wk2', 'win-win10', 'wpe', ] It would probably be better to move to having a simple definition of what the minimum supported versions are and then just enumerate all intermediate versions.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-09-11 22:51:15 PDT
<
rdar://problem/135851630
>
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