Bug 146305

Summary: Add command line option and private function to set timeout in jsc command
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: Tools / TestsAssignee: Michael Saboff <msaboff>
Status: ASSIGNED ---    
Severity: Normal CC: fpizlo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch fpizlo: review-

Description Michael Saboff 2015-06-24 18:47:01 PDT
The jsc command can accept the JSC_timeout environment variable to set a "watch dog" type of timeout.  There should be a way to set this from the command line and for a test to call a function to set this as well.
Comment 1 Michael Saboff 2015-06-24 18:49:17 PDT
Add a timeout to the test created for https://bugs.webkit.org/show_bug.cgi?id=146298 after this is complete.
Comment 2 Michael Saboff 2015-06-25 11:25:12 PDT
Created attachment 255564 [details]
Patch
Comment 3 Filip Pizlo 2015-06-25 11:29:18 PDT
Please hold off on this until you figure out why your test didn't timeout using the existing timeout machinery.
Comment 4 Filip Pizlo 2015-06-25 11:29:56 PDT
Comment on attachment 255564 [details]
Patch

Lets hold off on this.