RESOLVED CONFIGURATION CHANGED 175987
Manage tests which require different device types better
https://bugs.webkit.org/show_bug.cgi?id=175987
Summary Manage tests which require different device types better
Jonathan Bedard
Reported 2017-08-25 09:15:50 PDT
There are a number of problems with layout tests which require different device types. Currently, iOS Simulator test runs handle this by running the test suite first with 5s devices, then with iPads and then with iPhone 7s. This is super inefficient since we boot up an entire new queue of devices (on our bots, this means 12 devices) to run maybe a half-dozen to two-dozen tests. When running layout tests on actual iOS devices, the problem is even worse. Currently, we need to skip any device specific test no mater what type of device is connected. We need to re-factor the way we handle these types of tests.
Attachments
Radar WebKit Bug Importer
Comment 1 2017-08-25 09:16:10 PDT
Jonathan Bedard
Comment 2 2017-08-25 09:25:44 PDT
Gardened test for on-device testing in <https://trac.webkit.org/changeset/221188/webkit>.
Jonathan Bedard
Comment 3 2019-06-13 13:09:29 PDT
We implemented this when implementing better support for iPad testing.
Note You need to log in before you can comment on or make changes to this bug.