Bug 214343

Summary: [JSC] Introduce JSCTEST_hardTimeout
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, ryanhaddad, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
mark.lam: review+
Patch for landing none

Description Yusuke Suzuki 2020-07-15 00:30:15 PDT
[JSC] Introduce JSCTEST_hardTimeout
Comment 1 Yusuke Suzuki 2020-07-15 00:38:35 PDT
Created attachment 404324 [details]
Patch
Comment 2 Yusuke Suzuki 2020-07-15 00:50:05 PDT
Created attachment 404325 [details]
Patch
Comment 3 Mark Lam 2020-07-15 00:59:24 PDT
Comment on attachment 404325 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=404325&action=review

> Tools/Scripts/run-jsc-stress-tests:2242
> +# We do not adjust hardTimeout. If we are not producing any results during 1200 seconds, buildbot terminates the tests. So we should terminate stucking tests.

I suggest /stucking/hung/.
Comment 4 Yusuke Suzuki 2020-07-15 01:23:44 PDT
Comment on attachment 404325 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=404325&action=review

Thanks!

>> Tools/Scripts/run-jsc-stress-tests:2242
>> +# We do not adjust hardTimeout. If we are not producing any results during 1200 seconds, buildbot terminates the tests. So we should terminate stucking tests.
> 
> I suggest /stucking/hung/.

Fixed.
Comment 5 Yusuke Suzuki 2020-07-15 01:32:42 PDT
Created attachment 404326 [details]
Patch for landing
Comment 6 Yusuke Suzuki 2020-07-15 02:53:47 PDT
the first patch's jsc EWS pass.
Comment 7 EWS 2020-07-15 03:18:44 PDT
Committed r264391: <https://trac.webkit.org/changeset/264391>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 404326 [details].
Comment 8 Radar WebKit Bug Importer 2020-07-15 03:19:33 PDT
<rdar://problem/65595769>
Comment 9 Mark Lam 2020-07-15 23:25:18 PDT
*** Bug 210063 has been marked as a duplicate of this bug. ***