Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1372)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py

Issue 2836403003: Add Xvfb debugging code to run-webkit-tests. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698