[Webkit-unassigned] [Bug 136068] JSC_timeout is hard-coded in run-javascriptcore-test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 19 04:53:33 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=136068





--- Comment #2 from Csaba Osztrogonác <ossy at webkit.org>  2014-08-19 04:53:41 PST ---
(From update of attachment 236808)
View in context: https://bugs.webkit.org/attachment.cgi?id=236808&action=review

> Tools/Scripts/run-javascriptcore-tests:151
> +$ENV{JSC_timeout} = 60 if (!defined($ENV{JSC_timeout})); # Set a 60 second timeout on all jsc tests (if environment variable not defined already).

I think we can do it in a simpler way:
$ENV{JSC_timeout} = 60 unless $ENV{JSC_timeout};

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list