Title: [102013] trunk/Tools
Revision
102013
Author
[email protected]
Date
2011-12-05 10:40:15 -0800 (Mon, 05 Dec 2011)

Log Message

Temporarily set --child-process=1 on Mac because 20+ tests are timing out
https://bugs.webkit.org/show_bug.cgi?id=73840

Reviewed by Simon Fraser.

Temporarily go back to single process mode on Mac.

* Scripts/run-webkit-tests:
(platformIsReadyForParallelTesting):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (102012 => 102013)


--- trunk/Tools/ChangeLog	2011-12-05 18:40:06 UTC (rev 102012)
+++ trunk/Tools/ChangeLog	2011-12-05 18:40:15 UTC (rev 102013)
@@ -1,3 +1,15 @@
+2011-12-05  Ryosuke Niwa  <[email protected]>
+
+        Temporarily set --child-process=1 on Mac because 20+ tests are timing out
+        https://bugs.webkit.org/show_bug.cgi?id=73840
+
+        Reviewed by Simon Fraser.
+
+        Temporarily go back to single process mode on Mac.
+
+        * Scripts/run-webkit-tests:
+        (platformIsReadyForParallelTesting):
+
 2011-12-05  Adam Roben  <[email protected]>
 
         Redeploy apple-macpro-7 and apple-xserve-1

Modified: trunk/Tools/Scripts/run-webkit-tests (102012 => 102013)


--- trunk/Tools/Scripts/run-webkit-tests	2011-12-05 18:40:06 UTC (rev 102012)
+++ trunk/Tools/Scripts/run-webkit-tests	2011-12-05 18:40:15 UTC (rev 102013)
@@ -76,7 +76,7 @@
     # We believe all platforms are ready for default parallel testing except
     # Qt, as Qt runs more than one build-slave per-server.
     # Ossy has asked me to blacklist Qt for now.
-    return !isQt();
+    return !isQt() and !isMac();
 }
 
 my $harnessName = "old-run-webkit-tests";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to