Title: [155117] trunk/Tools
Revision
155117
Author
[email protected]
Date
2013-09-05 08:01:12 -0700 (Thu, 05 Sep 2013)

Log Message

Unreviewed, green the Mac bots by boosting the timeout on JSC tests. One of the
Mozilla tests appears to run for a longer time.
        
I think we want to continue to allow a few tests here and there to be
longer-running, rather than excluding them. I seem to recall that those tests
catch good bugs.

* Scripts/run-_javascript_core-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (155116 => 155117)


--- trunk/Tools/ChangeLog	2013-09-05 14:45:58 UTC (rev 155116)
+++ trunk/Tools/ChangeLog	2013-09-05 15:01:12 UTC (rev 155117)
@@ -1,5 +1,16 @@
 2013-09-05  Filip Pizlo  <[email protected]>
 
+        Unreviewed, green the Mac bots by boosting the timeout on JSC tests. One of the
+        Mozilla tests appears to run for a longer time.
+        
+        I think we want to continue to allow a few tests here and there to be
+        longer-running, rather than excluding them. I seem to recall that those tests
+        catch good bugs.
+
+        * Scripts/run-_javascript_core-tests:
+
+2013-09-05  Filip Pizlo  <[email protected]>
+
         Unreviewed, don't run fast/js tests in run-_javascript_core-tests on platforms that
         can't support it because if non-bourne shells. This fixes part #2 of the Linux
         bot breakage.

Modified: trunk/Tools/Scripts/run-_javascript_core-tests (155116 => 155117)


--- trunk/Tools/Scripts/run-_javascript_core-tests	2013-09-05 14:45:58 UTC (rev 155116)
+++ trunk/Tools/Scripts/run-_javascript_core-tests	2013-09-05 15:01:12 UTC (rev 155117)
@@ -114,7 +114,7 @@
 
 my $productDir = jscProductDir();
 $ENV{DYLD_FRAMEWORK_PATH} = $productDir;
-$ENV{JSC_timeout} = 20; # Set a 20 second timeout on all jsc tests.
+$ENV{JSC_timeout} = 60; # Set a 60 second timeout on all jsc tests.
 setPathForRunningWebKitApp(\%ENV) if isCygwin();
 
 sub testapiPath($)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to