Bug 153204

Summary: REGRESSION(r194601): Fix the jsc timeout option of jsc.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ggaren, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 153713    
Bug Blocks: 152748    
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2016-01-18 04:25:53 PST
http://trac.webkit.org/r194601 changed JSC_timeout to JSCTEST_timeout, because 
all JSC_* should be valid JSC option since http://trac.webkit.org/r194606 .

But JSC_timeout isn't a valid JSC option ( handled by runtime/Options.<h|cpp> ),
it is only an environment variable for jsc.cpp.
Comment 1 Csaba Osztrogonác 2016-01-18 04:26:53 PST
Created attachment 269215 [details]
Patch
Comment 2 WebKit Commit Bot 2016-01-18 07:28:38 PST
Comment on attachment 269215 [details]
Patch

Clearing flags on attachment: 269215

Committed r195233: <http://trac.webkit.org/changeset/195233>
Comment 3 WebKit Commit Bot 2016-01-18 07:28:40 PST
All reviewed patches have been landed.  Closing bug.