Title: [150619] trunk/Tools
Revision
150619
Author
[email protected]
Date
2013-05-23 17:41:30 -0700 (Thu, 23 May 2013)

Log Message

[Windows] Unreviewed change for NRWT support.

* Scripts/webkitpy/port/win.py:
(WinPort.default_child_processes): Added a default implementation
that limits NRWT to a single instance.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (150618 => 150619)


--- trunk/Tools/ChangeLog	2013-05-24 00:03:08 UTC (rev 150618)
+++ trunk/Tools/ChangeLog	2013-05-24 00:41:30 UTC (rev 150619)
@@ -1,5 +1,13 @@
 2013-05-23  Brent Fulgham  <[email protected]>
 
+        [Windows] Unreviewed change for NRWT support.
+
+        * Scripts/webkitpy/port/win.py:
+        (WinPort.default_child_processes): Added a default implementation
+        that limits NRWT to a single instance.
+
+2013-05-23  Brent Fulgham  <[email protected]>
+
         Remove meaningless "test_uses_apache" from Python test cases.
         https://bugs.webkit.org/show_bug.cgi?id=38756
 

Modified: trunk/Tools/Scripts/webkitpy/port/win.py (150618 => 150619)


--- trunk/Tools/Scripts/webkitpy/port/win.py	2013-05-24 00:03:08 UTC (rev 150618)
+++ trunk/Tools/Scripts/webkitpy/port/win.py	2013-05-24 00:41:30 UTC (rev 150619)
@@ -111,3 +111,7 @@
 
     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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to