Title: [90434] trunk/Tools
Revision
90434
Author
[email protected]
Date
2011-07-05 21:00:28 -0700 (Tue, 05 Jul 2011)

Log Message

2011-07-05  Eric Seidel  <[email protected]>

        Disable NRWT for Leopard until https://bugs.webkit.org/show_bug.cgi?id=63973 can be fixed.

        Reviewed by Adam Barth.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90433 => 90434)


--- trunk/Tools/ChangeLog	2011-07-06 03:50:23 UTC (rev 90433)
+++ trunk/Tools/ChangeLog	2011-07-06 04:00:28 UTC (rev 90434)
@@ -1,5 +1,14 @@
 2011-07-05  Eric Seidel  <[email protected]>
 
+        Disable NRWT for Leopard until https://bugs.webkit.org/show_bug.cgi?id=63973 can be fixed.
+
+        Reviewed by Adam Barth.
+
+        * Scripts/run-webkit-tests:
+        (useNewRunWebKitTests):
+
+2011-07-05  Eric Seidel  <[email protected]>
+
         Make run-webkit-tests pass --verbose to new-run-webkit-tests on qt/gtk bots.
 
         Reviewed by Adam Barth.

Modified: trunk/Tools/Scripts/run-webkit-tests (90433 => 90434)


--- trunk/Tools/Scripts/run-webkit-tests	2011-07-06 03:50:23 UTC (rev 90433)
+++ trunk/Tools/Scripts/run-webkit-tests	2011-07-06 04:00:28 UTC (rev 90434)
@@ -69,7 +69,8 @@
     # new-run-webkit-tests by default.
     # Example: return runningOnBuildBot() && isLeopard();
     # would enable new-run-webkit-tests on only the leopard buildbots.
-    return ((isQt() or isGtk() or isLeopard() or isSnowLeopard()) and !usingWebKit2());
+    # Leopard support is blocked by https://bugs.webkit.org/show_bug.cgi?id=63973.
+    return ((isQt() or isGtk() or isSnowLeopard()) and !usingWebKit2());
 }
 
 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