WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-08-19 12:11:41 PDT
<
rdar://problem/22347806
>
Blaze Burg
Comment 2
2015-08-19 15:36:52 PDT
Created
attachment 259417
[details]
Patch
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
Committed
r188687
: <
http://trac.webkit.org/changeset/188687
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug