Bug 263142

Summary: Allow run-jsc-stress-tests shell runner to be paused
Product: WebKit Reporter: Zhifei Fang <zhifei_fang>
Component: Tools / TestsAssignee: Zhifei Fang <zhifei_fang>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, jbedard, ryanhaddad, webkit-bug-importer, zhifei_fang
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.