RESOLVED FIXED 172374
webkitpy: Use simctl boot to run multiple simulators at once
https://bugs.webkit.org/show_bug.cgi?id=172374
Summary webkitpy: Use simctl boot to run multiple simulators at once
Jonathan Bedard
Reported 2017-05-19 12:13:55 PDT
Newer versions of Xcode support running multiple simulated devices from a single Simulator.app. Use this functionality instead of copying Simulator.app.
Attachments
Patch (4.84 KB, patch)
2017-05-19 12:39 PDT, Jonathan Bedard
no flags
Patch (4.96 KB, patch)
2017-05-19 13:10 PDT, Jonathan Bedard
no flags
Radar WebKit Bug Importer
Comment 1 2017-05-19 12:14:57 PDT
Jonathan Bedard
Comment 2 2017-05-19 12:39:45 PDT
Alexey Proskuryakov
Comment 3 2017-05-19 12:43:30 PDT
Comment on attachment 310684 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=310684&action=review > Tools/Scripts/webkitpy/port/ios_simulator.py:173 > + def has_old_xcode(self): I'd call this use_multiple_simulator_apps. > Tools/Scripts/webkitpy/port/ios_simulator.py:235 > + _log.info('Simulators have booted.') Maybe this would be more clear: "All simulators have booted."
Jonathan Bedard
Comment 4 2017-05-19 13:10:25 PDT
Jonathan Bedard
Comment 5 2017-05-19 13:48:27 PDT
Note You need to log in before you can comment on or make changes to this bug.