Title: [90429] trunk/Tools
- Revision
- 90429
- Author
- [email protected]
- Date
- 2011-07-05 20:11:44 -0700 (Tue, 05 Jul 2011)
Log Message
2011-07-05 Eric Seidel <[email protected]>
Move Qt, Gtk and Leopard to NRWT.
We'll roll out any of these if we see problems.
Reviewed by Adam Barth.
* Scripts/run-webkit-tests:
(useNewRunWebKitTests):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (90428 => 90429)
--- trunk/Tools/ChangeLog 2011-07-06 02:32:14 UTC (rev 90428)
+++ trunk/Tools/ChangeLog 2011-07-06 03:11:44 UTC (rev 90429)
@@ -1,3 +1,14 @@
+2011-07-05 Eric Seidel <[email protected]>
+
+ Move Qt, Gtk and Leopard to NRWT.
+
+ We'll roll out any of these if we see problems.
+
+ Reviewed by Adam Barth.
+
+ * Scripts/run-webkit-tests:
+ (useNewRunWebKitTests):
+
2011-07-05 Adam Barth <[email protected]>
garden-o-matic should understand which tests have unexpected failures
Modified: trunk/Tools/Scripts/run-webkit-tests (90428 => 90429)
--- trunk/Tools/Scripts/run-webkit-tests 2011-07-06 02:32:14 UTC (rev 90428)
+++ trunk/Tools/Scripts/run-webkit-tests 2011-07-06 03:11:44 UTC (rev 90429)
@@ -69,7 +69,7 @@
# new-run-webkit-tests by default.
# Example: return runningOnBuildBot() && isLeopard();
# would enable new-run-webkit-tests on only the leopard buildbots.
- return (isSnowLeopard() and !usingWebKit2());
+ return ((isQt() or isGtk() or isLeopard() 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