RESOLVED FIXED Bug 109041
[chromium] move webrtc mocks to testrunner library
https://bugs.webkit.org/show_bug.cgi?id=109041
Summary [chromium] move webrtc mocks to testrunner library
jochen
Reported 2013-02-06 05:20:39 PST
for now, we'll stick with the mocks
Attachments
Patch (130.03 KB, patch)
2013-02-11 01:41 PST, jochen
no flags
Patch for landing (131.29 KB, patch)
2013-02-12 00:11 PST, jochen
no flags
jochen
Comment 1 2013-02-11 01:41:51 PST
WebKit Review Bot
Comment 2 2013-02-11 01:50:46 PST
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
WebKit Review Bot
Comment 3 2013-02-11 02:58:04 PST
Comment on attachment 187526 [details] Patch Attachment 187526 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16497116 New failing tests: fast/mediastream/RTCPeerConnection-statsSelector.html fast/mediastream/RTCPeerConnection-stats.html
WebKit Review Bot
Comment 4 2013-02-11 03:32:32 PST
Comment on attachment 187526 [details] Patch Attachment 187526 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16488225 New failing tests: fast/mediastream/RTCPeerConnection-statsSelector.html fast/mediastream/RTCPeerConnection-stats.html
jochen
Comment 5 2013-02-11 04:16:11 PST
The tests fail because of a bug in webkit_support. Fix here: https://codereview.chromium.org/12212107
Adam Barth
Comment 6 2013-02-11 10:35:00 PST
Comment on attachment 187526 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187526&action=review > Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:91 > + MockWebKitPlatformSupport* getMockPlatform() { return m_mockPlatform.get(); } getMockPlatform -> mockPlatform (we tend to skip the "get" prefix)
jochen
Comment 7 2013-02-12 00:11:20 PST
Created attachment 187787 [details] Patch for landing
WebKit Review Bot
Comment 8 2013-02-12 00:49:20 PST
Comment on attachment 187787 [details] Patch for landing Clearing flags on attachment: 187787 Committed r142593: <http://trac.webkit.org/changeset/142593>
WebKit Review Bot
Comment 9 2013-02-12 00:49:24 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.