Bug 254434 - Default MotionMark runner should be able to specify subtests to run
Summary: Default MotionMark runner should be able to specify subtests to run
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: hysu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-24 10:39 PDT by hysu
Modified: 2023-03-24 12:24 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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