Bug 41299 - Build up WebKitTestRunner output in the InjectedBundle
Summary: Build up WebKitTestRunner output in the InjectedBundle
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-28 13:17 PDT by Sam Weinig
Modified: 2010-06-28 14:23 PDT (History)
3 users (show)

See Also:


Attachments
patch (14.28 KB, patch)
2010-06-28 13:19 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2010-06-28 13:17:37 PDT
We should build up WebKitTestRunner output in the InjectedBundle to simplify code and allow for easier implementation of the other types of dumping.
Comment 1 Sam Weinig 2010-06-28 13:19:17 PDT
Created attachment 59929 [details]
patch
Comment 2 WebKit Review Bot 2010-06-28 13:20:42 PDT
Attachment 59929 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKitTools/WebKitTestRunner/TestInvocation.h:51:  _didRecieveMessageFromInjectedBundle is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundle.h:35:  Alphabetical sorting problem.  [build/include_order] [4]
WebKitTools/WebKitTestRunner/TestInvocation.cpp:123:  TestInvocation::_didRecieveMessageFromInjectedBundle is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]
Total errors found: 3 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2010-06-28 13:21:09 PDT
Comment on attachment 59929 [details]
patch

r=me
Comment 4 Sam Weinig 2010-06-28 13:26:35 PDT
Landed in r62032.
Comment 5 WebKit Review Bot 2010-06-28 14:23:59 PDT
http://trac.webkit.org/changeset/62032 might have broken GTK Linux 32-bit Debug
The following changes are on the blame list:
http://trac.webkit.org/changeset/62032
http://trac.webkit.org/changeset/62033
http://trac.webkit.org/changeset/62034
http://trac.webkit.org/changeset/62031