Bug 245990
Summary: | If you have both iPhone and iPad simulators running, run-webkit-tests --ios-simulator can run in the iPad sim | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, jbedard, ryanhaddad, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
It seems wrong that it chooses to run the tests in the iPad simulator, not the iPhone simulator if both are running:
OpenSource % run-webkit-tests --ios-simulator compositing/overflow/scrolling-content-clip-to-viewport.html
Using port 'ios-simulator'
Test configuration: <, x86_64, debug>
Placing test results in /Volumes/Data/Development/system/webkit/OpenSource/WebKitBuild/Debug-iphonesimulator/layout-test-results
Using Debug build
Pixel tests disabled
Regular timeout: 30000, slow test timeout: 150000
Command line: /Volumes/Data/Development/system/webkit/OpenSource/WebKitBuild/Debug-iphonesimulator/WebKitTestRunnerApp.app -
Found 5 tests; running 5, skipping 0.
Verbose baseline search path: platform/ipad-(5th generation)-simulator-15-wk2 -> platform/ipad-(5th generation)-simulator-15 -> platform/ipad-(5th generation)-simulator-wk2 -> platform/ipad-(5th generation)-simulator -> platform/ipad-simulator-15-wk2 -> platform/ipad-simulator-15 -> platform/ipad-simulator-wk2 -> platform/ipad-simulator -> platform/ios-simulator-15-wk2 -> platform/ios-simulator-15 -> platform/ios-simulator-wk2 -> platform/ios-simulator -> platform/ipad-(5th generation)-15-wk2 -> platform/ipad-(5th generation)-15 -> platform/ipad-(5th generation)-wk2 -> platform/ipad-(5th generation) -> platform/ipad-15-wk2 -> platform/ipad-15 -> platform/ipad-wk2 -> platform/ipad -> platform/ios-15-wk2 -> platform/ios-15 -> platform/ios-wk2 -> platform/ios -> platform/wk2 -> generic
Baseline search path: platform/ios-simulator-wk2 -> platform/ios-simulator -> platform/ipad -> platform/ios-15 -> platform/ios-wk2 -> platform/ios -> platform/wk2 -> generic
Running 5 tests for iPad (5th generation) running iOS 15
Running 1 WebKitTestRunnerApp.app.
...
Verbose baseline search path: platform/iphone-12 pro-simulator-15-wk2 -> platform/iphone-12 pro-simulator-15 -> platform/iphone-12 pro-simulator-wk2 -> platform/iphone-12 pro-simulator -> platform/iphone-simulator-15-wk2 -> platform/iphone-simulator-15 -> platform/iphone-simulator-wk2 -> platform/iphone-simulator -> platform/ios-simulator-15-wk2 -> platform/ios-simulator-15 -> platform/ios-simulator-wk2 -> platform/ios-simulator -> platform/iphone-12 pro-15-wk2 -> platform/iphone-12 pro-15 -> platform/iphone-12 pro-wk2 -> platform/iphone-12 pro -> platform/iphone-15-wk2 -> platform/iphone-15 -> platform/iphone-wk2 -> platform/iphone -> platform/ios-15-wk2 -> platform/ios-15 -> platform/ios-wk2 -> platform/ios -> platform/wk2 -> generic
Baseline search path: platform/ios-simulator-wk2 -> platform/ios-simulator -> platform/ios-15 -> platform/ios-wk2 -> platform/ios -> platform/wk2 -> generic
Running 0 tests for iPhone 12 Pro running iOS 15
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
Note that I had manually launched an "iPhone 12 Pro" and a "iPad (5th Generation)" simulator instance before running run-webkit-tests. I would expect it to choose the correct one.
Radar WebKit Bug Importer
<rdar://problem/101002334>