RESOLVED FIXED 148181
Web Inspector: add TestHarness option to tee all commands to system console
https://bugs.webkit.org/show_bug.cgi?id=148181
Summary Web Inspector: add TestHarness option to tee all commands to system console
Blaze Burg
Reported 2015-08-19 12:10:46 PDT
It should be possible to dump test output to stderr with a single line at the top of the file. This will be useful in debugging test timeouts.
Attachments
Patch (12.26 KB, patch)
2015-08-19 15:36 PDT, Blaze Burg
joepeck: review+
Radar WebKit Bug Importer
Comment 1 2015-08-19 12:11:41 PDT
Blaze Burg
Comment 2 2015-08-19 15:36:52 PDT
Joseph Pecoraro
Comment 3 2015-08-19 16:12:08 PDT
Comment on attachment 259417 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=259417&action=review r=me > Source/WebCore/inspector/InspectorFrontendHost.cpp:311 > - WTFLogAlways("InspectorTest: %s", message.utf8().data()); > + WTFLogAlways("%s", message.utf8().data()); It is often nice to have something to grep for, perhaps here you are thinking just use the process name / pid in output?
Blaze Burg
Comment 4 2015-08-20 09:44:07 PDT
Note You need to log in before you can comment on or make changes to this bug.