From 036c24fa2e050d0a781f21ea6f68aeada9f28e94 Mon Sep 17 00:00:00 2001 From: "pam@chromium.org" Date: Sun, 22 Feb 2009 03:57:46 +0000 Subject: Add diagnostic information to help track down why the Purify layout tests are occasionally hanging and can't be killed. TBR=erikkay BUG=7834 TEST=none Review URL: http://codereview.chromium.org/27039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10156 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/layout_tests/run_webkit_tests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'webkit') diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index 71b114a..1494f64 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -101,8 +101,11 @@ class TestRunner: self._PrepareListsAndPrintOutput() def __del__(self): + logging.info("flushing stdout") sys.stdout.flush() + logging.info("flushing stderr") sys.stderr.flush() + logging.info("stopping http server") # Stop the http server. self._http_server.Stop() -- cgit v1.1