[Webkit-unassigned] [Bug 175987] New: Manage tests which require different device types better

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 25 09:15:50 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175987

            Bug ID: 175987
           Summary: Manage tests which require different device types
                    better
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jbedard at apple.com
                CC: lforschler at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170825/ea40f6da/attachment.html>


More information about the webkit-unassigned mailing list