WebKit Bugzilla
Attachment 356782 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]
Patch for landing
bug-192486-20181206212803.patch (text/plain), 1.42 KB, created by
Jonathan Bedard
on 2018-12-06 21:28:03 PST
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2018-12-06 21:28:03 PST
Size:
1.42 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 238947) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+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 >+ >+ Unreviewed infrastructure fix. >+ >+ WinCairo bots define WEBKIT_TEST_CHILD_PROCESSES to run less processes due to RAM restrictions. >+ >+ * Scripts/webkitpy/layout_tests/run_webkit_tests.py: >+ (_set_up_derived_options): >+ > 2018-12-06 Jonathan Bedard <jbedard@apple.com> > > REGRESSION: run-webkit-tests may fail when using booted simulators >Index: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py >=================================================================== >--- Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (revision 238947) >+++ Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (working copy) >@@ -370,6 +370,9 @@ def _print_expectations(port, options, a > > def _set_up_derived_options(port, options): > """Sets the options values that depend on other options values.""" >+ if not options.child_processes: >+ options.child_processes = os.environ.get('WEBKIT_TEST_CHILD_PROCESSES') >+ > if not options.configuration: > options.configuration = port.default_configuration() >
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