Title: [152604] trunk/Tools
- Revision
- 152604
- Author
- [email protected]
- Date
- 2013-07-12 12:51:38 -0700 (Fri, 12 Jul 2013)
Log Message
[Windows] Remove single-worker restriction on tests.
* Scripts/webkitpy/port/win.py: Remove restriction of one worker.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (152603 => 152604)
--- trunk/Tools/ChangeLog 2013-07-12 19:30:23 UTC (rev 152603)
+++ trunk/Tools/ChangeLog 2013-07-12 19:51:38 UTC (rev 152604)
@@ -1,3 +1,9 @@
+2013-07-12 Brent Fulgham <[email protected]>
+
+ [Windows] Remove single-worker restriction on tests.
+
+ * Scripts/webkitpy/port/win.py: Remove restriction of one worker.
+
2013-07-12 Commit Queue <[email protected]>
Unreviewed, rolling out r152599.
Modified: trunk/Tools/Scripts/webkitpy/port/win.py (152603 => 152604)
--- trunk/Tools/Scripts/webkitpy/port/win.py 2013-07-12 19:30:23 UTC (rev 152603)
+++ trunk/Tools/Scripts/webkitpy/port/win.py 2013-07-12 19:51:38 UTC (rev 152604)
@@ -123,10 +123,6 @@
def _path_to_lighttpd_php(self):
return "/usr/bin/php-cgi"
- # Remove this implementation when we are confident that DumpRenderTree on Windows works properly in parallel.
- def default_child_processes(self):
- return 1
-
def _driver_tempdir_for_environment(self):
return cygpath(self._driver_tempdir())
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes