WebKit Bugzilla
Attachment 356780 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]
Original Behavior
bug-192486-20181206195054.patch (text/plain), 1.31 KB, created by
Jonathan Bedard
on 2018-12-06 19:50:55 PST
(
hide
)
Description:
Original Behavior
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2018-12-06 19:50:55 PST
Size:
1.31 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 238947) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+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/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