Closed
Bug 1479460
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12230 - webrtc: throw InvalidAccessError on mismatching rtcpmuxPolicy in setRemoteDescription
Categories
(Core :: WebRTC, enhancement, P4)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12230 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12230
Details from upstream follow.
Philipp Hancke <fippo@andyet.net> wrote:
> webrtc: throw InvalidAccessError on mismatching rtcpmuxPolicy in setRemoteDescription
>
> throws InvalidAccessError when setting a remote description
> without rtcp-mux and rtcpMuxPolicy is set to 'require'.
>
> test for https://github.com/w3c/webrtc-pc/pull/1942
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → WebRTC
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=b8c9ebb573d2da61a42e388c38a6c7926d2a6c2f
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 13[linux32-opt,linux64-opt] subtests
OK : 1[linux32-opt,linux64-opt]
CRASH : 1[linux32-debug,linux64-debug]
FAIL : 13[linux32-opt,linux64-opt]
Tests that CRASH:
/webrtc/RTCConfiguration-rtcpMuxPolicy.html: [linux32-debug,linux64-debug]
New tests that have failures or other problems:
/webrtc/RTCConfiguration-rtcpMuxPolicy.html
setRemoteDescription throws InvalidAccessError when called with an answer without rtcp-mux and rtcpMuxPolicy is set to require: FAIL[linux32-opt,linux64-opt]
setRemoteDescription throws InvalidAccessError when called with an offer without rtcp-mux and rtcpMuxPolicy is set to require: FAIL[linux32-opt,linux64-opt]
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/aece087ef0d9
[wpt PR 12230] - webrtc: throw InvalidAccessError on mismatching rtcpmuxPolicy in setRemoteDescription, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/39db1cabb6cd
[wpt PR 12230] - Update wpt metadata, a=testonly
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aece087ef0d9
https://hg.mozilla.org/mozilla-central/rev/39db1cabb6cd
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•