Title: [174276] trunk/Tools
- Revision
- 174276
- Author
- [email protected]
- Date
- 2014-10-03 12:58:52 -0700 (Fri, 03 Oct 2014)
Log Message
[Windows] Settle for 2 chid processes running NRWT on Windows.
* Scripts/webkitpy/port/win.py:
(WinPort.default_child_processes): 3 child processes reintroduces the sporadic crashing, will settle for 2.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (174275 => 174276)
--- trunk/Tools/ChangeLog 2014-10-03 19:38:06 UTC (rev 174275)
+++ trunk/Tools/ChangeLog 2014-10-03 19:58:52 UTC (rev 174276)
@@ -1,3 +1,10 @@
+2014-10-03 Roger Fong <[email protected]>
+
+ [Windows] Settle for 2 chid processes running NRWT on Windows.
+
+ * Scripts/webkitpy/port/win.py:
+ (WinPort.default_child_processes): 3 child processes reintroduces the sporadic crashing, will settle for 2.
+
2014-10-03 Akos Kiss <[email protected]>
[GTK] Bump up and patch dependencies to allow building for aarch64
Modified: trunk/Tools/Scripts/webkitpy/port/win.py (174275 => 174276)
--- trunk/Tools/Scripts/webkitpy/port/win.py 2014-10-03 19:38:06 UTC (rev 174275)
+++ trunk/Tools/Scripts/webkitpy/port/win.py 2014-10-03 19:58:52 UTC (rev 174276)
@@ -94,7 +94,7 @@
return 'win'
def default_child_processes(self):
- return 3
+ return 2
def show_results_html_file(self, results_filename):
self._run_script('run-safari', [abspath_to_uri(SystemHost().platform, results_filename)])
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes