Title: [101856] trunk/Tools
Revision
101856
Author
[email protected]
Date
2011-12-02 14:37:13 -0800 (Fri, 02 Dec 2011)

Log Message

Enable parallel testing for all Mac bots.

Unreviewed.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (101855 => 101856)


--- trunk/Tools/ChangeLog	2011-12-02 22:34:53 UTC (rev 101855)
+++ trunk/Tools/ChangeLog	2011-12-02 22:37:13 UTC (rev 101856)
@@ -1,5 +1,14 @@
 2011-12-02  Eric Seidel  <[email protected]>
 
+        Enable parallel testing for all Mac bots.
+
+        Unreviewed.
+
+        * Scripts/run-webkit-tests:
+        (platformIsReadyForParallelTesting):
+
+2011-12-02  Eric Seidel  <[email protected]>
+
         Enable parallel testing for run-webkit-tests on Mac Lion.
         I plan to move all the machines to parallel testing shortly
         but we're starting with Lion.

Modified: trunk/Tools/Scripts/run-webkit-tests (101855 => 101856)


--- trunk/Tools/Scripts/run-webkit-tests	2011-12-02 22:34:53 UTC (rev 101855)
+++ trunk/Tools/Scripts/run-webkit-tests	2011-12-02 22:37:13 UTC (rev 101856)
@@ -77,7 +77,7 @@
     # should add themselves to this whitelist, e.g.:
     # return isGtk() or isQt();
     # This will likely require skipping tests or marking tests as flaky in test_expectations.txt
-    return isAppleMacWebKit() and isLion();
+    return isAppleMacWebKit();
 }
 
 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