Title: [174223] trunk/Tools
- Revision
- 174223
- Author
- [email protected]
- Date
- 2014-10-02 12:14:57 -0700 (Thu, 02 Oct 2014)
Log Message
Unreviewed, rolling out r174120.
https://bugs.webkit.org/show_bug.cgi?id=137350
While number of failures is reasonable with 2 processes, test
results seem to be inconsistent between runs (Requested by
rfong on #webkit).
Reverted changeset:
"[Windows] Back to 2 child processes for NRWT on Windows."
http://trac.webkit.org/changeset/174120
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (174222 => 174223)
--- trunk/Tools/ChangeLog 2014-10-02 18:35:30 UTC (rev 174222)
+++ trunk/Tools/ChangeLog 2014-10-02 19:14:57 UTC (rev 174223)
@@ -1,3 +1,17 @@
+2014-10-02 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r174120.
+ https://bugs.webkit.org/show_bug.cgi?id=137350
+
+ While number of failures is reasonable with 2 processes, test
+ results seem to be inconsistent between runs (Requested by
+ rfong on #webkit).
+
+ Reverted changeset:
+
+ "[Windows] Back to 2 child processes for NRWT on Windows."
+ http://trac.webkit.org/changeset/174120
+
2014-10-02 Jeff Miller <[email protected]>
DumpRenderTree and WebKitTestRunner should use WebKitystemInterfaceYosemite when building on Yosemite
Modified: trunk/Tools/Scripts/webkitpy/port/win.py (174222 => 174223)
--- trunk/Tools/Scripts/webkitpy/port/win.py 2014-10-02 18:35:30 UTC (rev 174222)
+++ trunk/Tools/Scripts/webkitpy/port/win.py 2014-10-02 19:14:57 UTC (rev 174223)
@@ -94,7 +94,7 @@
return 'win'
def default_child_processes(self):
- return 2
+ return 1
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