Title: [90420] trunk/Tools
- Revision
- 90420
- Author
- [email protected]
- Date
- 2011-07-05 17:16:23 -0700 (Tue, 05 Jul 2011)
Log Message
2011-07-05 Eric Seidel <[email protected]>
Reviewed by Adam Barth.
re-enabling new-run-webkit-tests on the Snow Leopard WebKit1 bots
now that we believe the stray http-server issue to be solved.
* Scripts/run-webkit-tests:
(useNewRunWebKitTests):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (90419 => 90420)
--- trunk/Tools/ChangeLog 2011-07-06 00:12:06 UTC (rev 90419)
+++ trunk/Tools/ChangeLog 2011-07-06 00:16:23 UTC (rev 90420)
@@ -1,3 +1,13 @@
+2011-07-05 Eric Seidel <[email protected]>
+
+ Reviewed by Adam Barth.
+
+ re-enabling new-run-webkit-tests on the Snow Leopard WebKit1 bots
+ now that we believe the stray http-server issue to be solved.
+
+ * Scripts/run-webkit-tests:
+ (useNewRunWebKitTests):
+
2011-07-05 Adam Barth <[email protected]>
Turns out we need to support numerals too because that's what jQuery
Modified: trunk/Tools/Scripts/run-webkit-tests (90419 => 90420)
--- trunk/Tools/Scripts/run-webkit-tests 2011-07-06 00:12:06 UTC (rev 90419)
+++ trunk/Tools/Scripts/run-webkit-tests 2011-07-06 00:16:23 UTC (rev 90420)
@@ -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 0;
+ return (isSnowLeopard() and !usingWebKit2());
}
my $harnessName = "old-run-webkit-tests";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes