WebRTC Tests are run even in --disable-webrtc builds
Categories
(Testing :: Mochitest, defect, P3)
Tracking
(Not tracked)
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
(Whiteboard: [no-nag])
Attachments
(1 file, 2 obsolete files)
(deleted),
text/x-phabricator-request
|
Details |
The following tests fail in a --disable-webrtc build. They should not be run:
dom/bindings/test/test_jsimplemented_subclassing.html
dom/bindings/test/test_exceptions_from_jsimplemented.html
dom/tests/mochitest/general/test_interfaces.html
dom/tests/mochitest/general/test_interfaces_secureContext.html
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
The best thing to do here would be to detect when we are building with
--disable-webrtc and not run these tests. However that does not seem to be
possible so instead we'll disable them on the only build that has webrtc
disabled (the mingwclang build).
Comment 2•6 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:tjr, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D38034
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
I abandoned https://phabricator.services.mozilla.com/D38035 but it is still relevant if we ever revisit it.
Also https://phabricator.services.mozilla.com/D38034
Updated•3 years ago
|
Updated•2 years ago
|
Description
•