[Webkit-unassigned] [Bug 279170] New: [webkitpy] PortFactory should dynamically generate valid ports
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 4 22:50:54 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279170
Bug ID: 279170
Summary: [webkitpy] PortFactory should dynamically generate
valid ports
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gsnedders at apple.com
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240905/acacc437/attachment-0001.htm>
More information about the webkit-unassigned
mailing list