Bug 153204 - REGRESSION(r194601): Fix the jsc timeout option of jsc.cpp
Summary: REGRESSION(r194601): Fix the jsc timeout option of jsc.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on: 153713
Blocks: 152748
  Show dependency treegraph
 
Reported: 2016-01-18 04:25 PST by Csaba Osztrogonác
Modified: 2016-01-30 12:58 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.31 KB, patch)
2016-01-18 04:26 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.