Title: [101880] trunk/Tools
- Revision
- 101880
- Author
- [email protected]
- Date
- 2011-12-02 17:04:36 -0800 (Fri, 02 Dec 2011)
Log Message
Enable parallel testing for Win and Gtk bots
after confirming with Lucas and Martin the bots should be OK.
Unreviewed. (I ran the idea by Lucas and Martin.)
* Scripts/run-webkit-tests:
(platformIsReadyForParallelTesting):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (101879 => 101880)
--- trunk/Tools/ChangeLog 2011-12-03 00:53:47 UTC (rev 101879)
+++ trunk/Tools/ChangeLog 2011-12-03 01:04:36 UTC (rev 101880)
@@ -1,3 +1,13 @@
+2011-12-02 Eric Seidel <[email protected]>
+
+ Enable parallel testing for Win and Gtk bots
+ after confirming with Lucas and Martin the bots should be OK.
+
+ Unreviewed. (I ran the idea by Lucas and Martin.)
+
+ * Scripts/run-webkit-tests:
+ (platformIsReadyForParallelTesting):
+
2011-12-02 Martin Robinson <[email protected]>
Try to fix the GTK+ build.
Modified: trunk/Tools/Scripts/run-webkit-tests (101879 => 101880)
--- trunk/Tools/Scripts/run-webkit-tests 2011-12-03 00:53:47 UTC (rev 101879)
+++ trunk/Tools/Scripts/run-webkit-tests 2011-12-03 01:04:36 UTC (rev 101880)
@@ -77,7 +77,7 @@
# should add themselves to this whitelist, e.g.:
# return isGtk() or isQt();
# This will likely require skipping tests or marking tests as flaky in test_expectations.txt
- return isAppleMacWebKit();
+ return isAppleMacWebKit() or isGtk() or isAppleWinWebKit();
}
my $harnessName = "old-run-webkit-tests";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes