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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py

Issue 23093014: reformat run-webkit-tests --driver-logging output to show ctrl chars. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@eof_crlf
Patch Set: Created 7 years, 4 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
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/server_process_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
index 4b9a8663c3ef7d320cecfd7752f2c357e214a419..cfb3e6f614570a17d86ac397b9514118e8e548a8 100644
--- a/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py
@@ -794,6 +794,13 @@ class RunTest(unittest.TestCase, StreamTestingMixin):
self.assertTrue('text.html passed' in logging_stream.getvalue())
self.assertTrue('image.html passed' in logging_stream.getvalue())
+ def disabled_test_driver_logging(self):
+ # FIXME: Figure out how to either use a mock-test port to
+ # get output or mack mock ports work again.
+ host = Host()
+ _, err, _ = logging_run(['--platform', 'mock-win', '--driver-logging', 'fast/harness/results.html'],
+ tests_included=True, host=host)
+ self.assertTrue('OUT:' in err.getvalue())
class EndToEndTest(unittest.TestCase):
def test_reftest_with_two_notrefs(self):
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/server_process_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698