Bug 203067 - run-webkit-tests --ios-simulator --device-type=ipad doesn't run an iPad simulator
Summary: run-webkit-tests --ios-simulator --device-type=ipad doesn't run an iPad simul...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-16 19:11 PDT by Simon Fraser (smfr)
Modified: 2019-10-16 19:51 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2019-10-16 19:11:35 PDT
I'm trying to run ipad tests. I tried:

run-webkit-tests --ios-simulator --device-type=ipad since the help says:

  iOS Options:
    --no-install        Skip install step for device and simulator testing
    --version=VERSION   Specify the version of iOS to be used. By default,
                        this will adopt the runtime for iOS Simulator.
    --device-type=DEVICE_TYPE
                        iOS Simulator device type identifier (default: i386 ->
                        iPhone 5, x86_64 -> iPhone SE)

but that still runs an iPhone SE sim.

I guess I want --ipad-simulator? Why does --device-type=ipad map to that?
Comment 1 Alexey Proskuryakov 2019-10-16 19:51:16 PDT
> I guess I want --ipad-simulator?

That’s what the bots use. 

> Why does --device-type=ipad map to that?

I think that if you used a type that exists (like “iPad Pro”), then maybe it would start an iPad simulator, but use iPhone expectations? Just guessing.