Bug 247301
Summary: | JetStream2 driver should be able to specify individual subtests/test groups to run | ||
---|---|---|---|
Product: | WebKit | Reporter: | hysu <hysu> |
Component: | Tools / Tests | Assignee: | hysu <hysu> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | ap, hysu, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | All | ||
OS: | All |
hysu
The JetStream2 driver harness should allow users to specify a subtest, a subtest group, or a list of multiple of either (or both) of the two.
For example,
?test=Box2D would only run the Box2D subtest.
?test=Box2D&test=octane-code-load would run both the Box2D and octane-code-load subtests, and report aggregated scores only pertaining to those two results.
?test=Octane would run only the tests in the Octane test group (Box2D, octane-code-load, crypto, etc). and aggregate scores accordingly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101783726>
hysu
Pull request: https://github.com/WebKit/WebKit/pull/6046
EWS
Committed 256264@main (c770d8fffc08): <https://commits.webkit.org/256264@main>
Reviewed commits have been landed. Closing PR #6046 and removing active labels.