Closed
Bug 1395566
Opened 7 years ago
Closed 7 years ago
Enable webrtc.org desktop capture tests.
Categories
(Core :: WebRTC: Audio/Video, enhancement, P2)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
12.54 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
The webrtc.org desktop capture tests are not currently enabled. It looks like the platform independent test crashed on me, and I didn't try the platform specific tests.
Assignee | ||
Comment 1•7 years ago
|
||
Try jobs here:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=783efc611cfb1112025d51d6fb07d218e5eb9389
with Windows build fix:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=82af05c50dabd2a35574db8689899f4d5ab77a58
Attachment #8904629 -
Flags: review?(rjesup)
Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Comment 2•7 years ago
|
||
Comment on attachment 8904629 [details] [diff] [review]
Add more webrtc.org desktop capture unit tests
Review of attachment 8904629 [details] [diff] [review]:
-----------------------------------------------------------------
::: media/webrtc/trunk/webrtc/modules/desktop_capture/screen_capturer_unittest.cc
@@ +49,5 @@
> }
>
> bool CreateDirectxCapturer() {
> + // Mozilla builds do not include the DirectX Capturer
> + /*
Please use an ifdef -- WEBRTC_MOZILLA_BUILD probably
Attachment #8904629 -
Flags: review?(rjesup) → review+
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bffbaa5f5924
Enable more webrtc.org desktop capture tests; r=jesup
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Assignee | ||
Updated•7 years ago
|
Blocks: Screensharing
You need to log in
before you can comment on or make changes to this bug.
Description
•