Bug 203067
| Summary: | run-webkit-tests --ios-simulator --device-type=ipad doesn't run an iPad simulator | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, jbedard, simon.fraser |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
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?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
> 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.