WebKit Bugzilla
Attachment 356781 Details for
Bug 192486
: Consecutive DumpRenderTree crashes are happening again on WinCairo BuildBots since r238903
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible Improvement
bug-192486-20181206195418.patch (text/plain), 1.25 KB, created by
Jonathan Bedard
on 2018-12-06 19:54:19 PST
(
hide
)
Description:
Possible Improvement
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2018-12-06 19:54:19 PST
Size:
1.25 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 238947) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2018-12-06 Jonathan Bedard <jbedard@apple.com> >+ >+ Consecutive DumpRenderTree crashes are happening again on WinCairo BuildBots since r238903 >+ https://bugs.webkit.org/show_bug.cgi?id=192486 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/port/win.py: >+ (WinCairoPort): >+ (WinCairoPort.max_child_processes): >+ > 2018-12-06 Jonathan Bedard <jbedard@apple.com> > > REGRESSION: run-webkit-tests may fail when using booted simulators >Index: Tools/Scripts/webkitpy/port/win.py >=================================================================== >--- Tools/Scripts/webkitpy/port/win.py (revision 238947) >+++ Tools/Scripts/webkitpy/port/win.py (working copy) >@@ -490,3 +490,6 @@ class WinCairoPort(WinPort): > fallback_names = ['wincairo-' + version_name_map.to_name(version, platform=self.port_name).lower().replace(' ', '') for version in fallback_versions] > fallback_names.append('wincairo') > return map(self._webkit_baseline_path, fallback_names) >+ >+ def max_child_processes(self, device_type=None): >+ return 2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192486
:
356780
|
356781
|
356782