Bug 263142 - Allow run-jsc-stress-tests shell runner to be paused
Summary: Allow run-jsc-stress-tests shell runner to be paused
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zhifei Fang
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-13 15:25 PDT by Zhifei Fang
Modified: 2023-11-11 16:11 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zhifei Fang 2023-10-13 15:25:24 PDT
This gives host have more control for running jsc test on remote device
Comment 1 Radar WebKit Bug Importer 2023-10-13 15:25:41 PDT
<rdar://problem/116938793>
Comment 2 Zhifei Fang 2023-10-13 15:58:25 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19072
Comment 3 Zhifei Fang 2023-10-16 11:16:19 PDT
We need a mechanism for the jsc shell runner can be paused. This is specially needed when running the jsc shell runner on an embedded device, which is battery powered. With this mechanism, we can easily to pause the running when we need the device to charge. Otherwise we are in a risk that the device won't have enough battery to finish all the tests.
Comment 4 EWS 2023-11-11 16:11:20 PST
Committed 270606@main (eec858ecd19f): <https://commits.webkit.org/270606@main>

Reviewed commits have been landed. Closing PR #19072 and removing active labels.