RESOLVED FIXED Bug 88210
Expose layoutTestController as testRunner
https://bugs.webkit.org/show_bug.cgi?id=88210
Summary Expose layoutTestController as testRunner
Ryosuke Niwa
Reported 2012-06-03 21:03:31 PDT
Expose layoutTestController as testRunner
Attachments
Patch (5.78 KB, patch)
2012-06-03 21:08 PDT, Ryosuke Niwa
no flags
Added the forgotten WebKitTestRunner change (6.70 KB, patch)
2012-06-04 00:44 PDT, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2012-06-03 21:08:42 PDT
Darin Adler
Comment 2 2012-06-04 00:12:46 PDT
Comment on attachment 145512 [details] Patch Looks good for DumpRenderTree and TestShell, but to handle WebKitTestRunner, we also need a change to LayoutTestController::makeWindowObject in Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp. Since this adds a test, we’ll start seeing failures if you don’t add that, so review-.
Ryosuke Niwa
Comment 3 2012-06-04 00:43:43 PDT
(In reply to comment #2) > (From update of attachment 145512 [details]) > Looks good for DumpRenderTree and TestShell, but to handle WebKitTestRunner, we also need a change to LayoutTestController::makeWindowObject in Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp. Since this adds a test, we’ll start seeing failures if you don’t add that, so review-. Oops, I had that change in my mind and totally forgot about it. Uploading a new patch now.
Ryosuke Niwa
Comment 4 2012-06-04 00:44:29 PDT
Created attachment 145529 [details] Added the forgotten WebKitTestRunner change
Ryosuke Niwa
Comment 5 2012-06-04 16:09:47 PDT
Ping reviewers.
Ryosuke Niwa
Comment 6 2012-06-10 13:48:13 PDT
Could someone review the patch?
Ryosuke Niwa
Comment 7 2012-06-10 14:28:11 PDT
Thanks! I'll land this, and start converting tests.
WebKit Review Bot
Comment 8 2012-06-10 14:36:47 PDT
Comment on attachment 145529 [details] Added the forgotten WebKitTestRunner change Clearing flags on attachment: 145529 Committed r119946: <http://trac.webkit.org/changeset/119946>
WebKit Review Bot
Comment 9 2012-06-10 14:36:52 PDT
All reviewed patches have been landed. Closing bug.
Darin Adler
Comment 10 2012-06-10 19:04:04 PDT
Why doesn't this property get dumped and so show up in “all the properties of the window object” tests?
Ryosuke Niwa
Comment 11 2012-06-10 20:56:32 PDT
(In reply to comment #10) > Why doesn't this property get dumped and so show up in “all the properties of the window object” tests? Which test are you talking about? I thought we got rid of those dump-all-properties tests?
Note You need to log in before you can comment on or make changes to this bug.