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
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
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
Note You need to log in before you can comment on or make changes to this bug.