| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| index aec5831a0a37beb3fd600488ad68dc540a2ba7cd..37b0a644c1ce0b7157b9a0f96994b18e88371609 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
|
| @@ -595,13 +595,6 @@ def run(port, options, args, logging_stream, stdout):
|
|
|
| _log.debug('')
|
| _log.debug('Testing completed, Exit status: %d', run_details.exit_code)
|
| -
|
| - # Temporary process dump for debugging windows timeout issues, see crbug.com/522396.
|
| - _log.debug('')
|
| - _log.debug('Process dump:')
|
| - for process in port.host.executive.process_dump():
|
| - _log.debug('\t%s', process)
|
| -
|
| return run_details
|
|
|
| finally:
|
|
|