Bug 172374 - webkitpy: Use simctl boot to run multiple simulators at once
Summary: webkitpy: Use simctl boot to run multiple simulators at once
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-05-19 12:13 PDT by Jonathan Bedard
Modified: 2019-04-05 14:36 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.84 KB, patch)
2017-05-19 12:39 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff
Patch (4.96 KB, patch)
2017-05-19 13:10 PDT, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 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.
Comment 1 Radar WebKit Bug Importer 2017-05-19 12:14:57 PDT
<rdar://problem/32299645>
Comment 2 Jonathan Bedard 2017-05-19 12:39:45 PDT
Created attachment 310684 [details]
Patch
Comment 3 Alexey Proskuryakov 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."
Comment 4 Jonathan Bedard 2017-05-19 13:10:25 PDT
Created attachment 310691 [details]
Patch
Comment 5 Jonathan Bedard 2017-05-19 13:48:27 PDT
Landed in <https://trac.webkit.org/r217147>.