Title: [90447] trunk/Tools
Revision
90447
Author
[email protected]
Date
2011-07-06 03:13:02 -0700 (Wed, 06 Jul 2011)

Log Message

2011-07-06  Xan Lopez  <[email protected]>

        Unreviewed.

        NWRT actually seems to work locally, so it should work in the bots
        as long as we take care of the TIMEOUT issue (which is being fixed
        as I write this). Let's give this another shot and fix whatever
        breaks.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (90446 => 90447)


--- trunk/Tools/ChangeLog	2011-07-06 09:14:08 UTC (rev 90446)
+++ trunk/Tools/ChangeLog	2011-07-06 10:13:02 UTC (rev 90447)
@@ -2,6 +2,18 @@
 
         Unreviewed.
 
+        NWRT actually seems to work locally, so it should work in the bots
+        as long as we take care of the TIMEOUT issue (which is being fixed
+        as I write this). Let's give this another shot and fix whatever
+        breaks.
+
+        * Scripts/run-webkit-tests:
+        (useNewRunWebKitTests):
+
+2011-07-06  Xan Lopez  <[email protected]>
+
+        Unreviewed.
+
         Disable NWRT on GTK. At the very least it needs an updated exected
         results file since NWRT is more sensitive to timeouts, not sure
         what the exact problem is.

Modified: trunk/Tools/Scripts/run-webkit-tests (90446 => 90447)


--- trunk/Tools/Scripts/run-webkit-tests	2011-07-06 09:14:08 UTC (rev 90446)
+++ trunk/Tools/Scripts/run-webkit-tests	2011-07-06 10:13:02 UTC (rev 90447)
@@ -70,7 +70,7 @@
     # Example: return runningOnBuildBot() && isLeopard();
     # would enable new-run-webkit-tests on only the leopard buildbots.
     # NRWT Windows support still needs work: https://bugs.webkit.org/show_bug.cgi?id=38756
-    return (!isGtk() and !isAnyWindows() and !usingWebKit2());
+    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