Title: [90440] trunk/Tools
Revision
90440
Author
[email protected]
Date
2011-07-05 23:59:56 -0700 (Tue, 05 Jul 2011)

Log Message

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

        Re-enable NRWT on Leopard now that bug 63973 is fixed.

        Reviewed by Adam Barth.

        I also made the should-enable _expression_ a black-list instead
        of a white-list since every bot on build.webkit.org is
        now using NRWT except windows and WebKit2 bots.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90439 => 90440)


--- trunk/Tools/ChangeLog	2011-07-06 06:55:09 UTC (rev 90439)
+++ trunk/Tools/ChangeLog	2011-07-06 06:59:56 UTC (rev 90440)
@@ -1,5 +1,18 @@
 2011-07-05  Eric Seidel  <[email protected]>
 
+        Re-enable NRWT on Leopard now that bug 63973 is fixed.
+
+        Reviewed by Adam Barth.
+
+        I also made the should-enable _expression_ a black-list instead
+        of a white-list since every bot on build.webkit.org is
+        now using NRWT except windows and WebKit2 bots.
+
+        * Scripts/run-webkit-tests:
+        (useNewRunWebKitTests):
+
+2011-07-05  Eric Seidel  <[email protected]>
+
         Perl string concat failure on Leopard (causes NRWT to fail)
         https://bugs.webkit.org/show_bug.cgi?id=63973
 

Modified: trunk/Tools/Scripts/run-webkit-tests (90439 => 90440)


--- trunk/Tools/Scripts/run-webkit-tests	2011-07-06 06:55:09 UTC (rev 90439)
+++ trunk/Tools/Scripts/run-webkit-tests	2011-07-06 06:59:56 UTC (rev 90440)
@@ -69,8 +69,8 @@
     # new-run-webkit-tests by default.
     # Example: return runningOnBuildBot() && isLeopard();
     # would enable new-run-webkit-tests on only the leopard buildbots.
-    # Leopard support is blocked by https://bugs.webkit.org/show_bug.cgi?id=63973.
-    return ((isQt() or isGtk() or isSnowLeopard()) and !usingWebKit2());
+    # NRWT Windows support still needs work: https://bugs.webkit.org/show_bug.cgi?id=38756
+    return (!isAnyWindows() 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