Bug 254434

Summary: Default MotionMark runner should be able to specify subtests to run
Product: WebKit Reporter: hysu <hysu>
Component: Tools / TestsAssignee: hysu <hysu>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description hysu 2023-03-24 10:39:00 PDT
The MotionMark driver harness should allow users to specify a subtest or a list of multiple subtests. Currently the debug runner (developer.html) has the ability to run subtests, but:
    a) only one at a time, and
    b) only while all other options are specified (e.g, `test-interval`, `display`, etc).

We should be able to have the ability to run subtests from the main MotionMark harness (index.html) using default run and iteration settings. Because only the `MotionMark` suite is available in the default harness, we may be able to get away with specifying just test name and omitting suite like we do with JetStream2 (and even if not, test names appear to be unique anyways according to the debug runner).
Comment 1 Radar WebKit Bug Importer 2023-03-24 10:39:29 PDT
<rdar://problem/107193496>
Comment 2 hysu 2023-03-24 12:24:56 PDT
Pull request: https://github.com/WebKit/WebKit/pull/11945