Bug 271812
| Summary: | run-webkit-tests --ipad-simulator --reset-results updates the wrong result | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ben_schwartz, gsnedders, jbedard, ryanhaddad, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
compositing/backing/page-scale-overlap-in-iframe.html
has results in:
LayoutTests % find platform -name 'page-scale-overlap-in-iframe-*'
platform/ios/compositing/backing/page-scale-overlap-in-iframe-expected.txt
platform/ipad/compositing/backing/page-scale-overlap-in-iframe-expected.txt
but if I run `run-webkit-tests compositing/backing/page-scale-overlap-in-iframe.html --ipad-simulator --reset-results`
it updates the one in platform/ios:
Running 1 WebKitTestRunnerApp.app.
Writing new expected result "platform/ios/compositing/backing/page-scale-overlap-in-iframe-expected.txt"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/125521629>
Sam Sneddon [:gsnedders]
Probably isn't passing device_type appropriately.
Bug 271069 refactors a bunch of this and may well fix this, because it starts passing device_type a bunch more.
Sam Sneddon [:gsnedders]
Fixed by bug 271069.
*** This bug has been marked as a duplicate of bug 271069 ***