Title: [90446] trunk/Tools
Revision
90446
Author
[email protected]
Date
2011-07-06 02:14:08 -0700 (Wed, 06 Jul 2011)

Log Message

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.

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

Modified Paths

Diff

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


--- trunk/Tools/ChangeLog	2011-07-06 08:06:46 UTC (rev 90445)
+++ trunk/Tools/ChangeLog	2011-07-06 09:14:08 UTC (rev 90446)
@@ -1,3 +1,14 @@
+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.
+
+        * Scripts/run-webkit-tests:
+        (useNewRunWebKitTests):
+
 2011-07-06  Adam Barth  <[email protected]>
 
         Fix global variable leak detected by noglobals.

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


--- trunk/Tools/Scripts/run-webkit-tests	2011-07-06 08:06:46 UTC (rev 90445)
+++ trunk/Tools/Scripts/run-webkit-tests	2011-07-06 09:14:08 UTC (rev 90446)
@@ -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 (!isAnyWindows() and !usingWebKit2());
+    return (!isGtk() and !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