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..eb6f9825437bfc528c072d85286800fb99be13cc 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 |
@@ -596,12 +596,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. |
mithro
2017/04/26 01:57:17
This ideally would be a separate CL.
Dirk Pranke
2017/04/26 02:03:00
Yeah, ideally :).
|
- _log.debug('') |
- _log.debug('Process dump:') |
- for process in port.host.executive.process_dump(): |
- _log.debug('\t%s', process) |
- |
return run_details |
finally: |