WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
232035
run-webkit-tests --ios-simulator --print-expectations fails
https://bugs.webkit.org/show_bug.cgi?id=232035
Summary
run-webkit-tests --ios-simulator --print-expectations fails
Simon Fraser (smfr)
Reported
2021-10-20 12:44:31 PDT
Error printing expectations: <webkitpy.xcode.device_type.DeviceType object at 0x101caf7d0>
Attachments
Patch
(2.09 KB, patch)
2021-10-20 12:53 PDT
,
Simon Fraser (smfr)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2021-10-20 12:46:37 PDT
iOS simulator port has DEFAULT_DEVICE_TYPES. _collect_tests gets passed a device_type_list with this list, but ignores it and calls self._port.supported_device_types()
Simon Fraser (smfr)
Comment 2
2021-10-20 12:50:45 PDT
... and the device types don't match, so using device_type_list[0] as a key later throws.
Simon Fraser (smfr)
Comment 3
2021-10-20 12:53:31 PDT
Created
attachment 441922
[details]
Patch
EWS
Comment 4
2021-10-21 09:17:17 PDT
Committed
r284605
(
243334@main
): <
https://commits.webkit.org/243334@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 441922
[details]
.
Radar WebKit Bug Importer
Comment 5
2021-10-21 09:18:17 PDT
<
rdar://problem/84510061
>
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