[wpt-sync] Sync PR 25870 - Fix senders and receivers when transceivers are removed.
Categories
(Core :: WebRTC, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25870 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25870
Details from upstream follow.
b'Harald Alvestrand <hta@chromium.org>' wrote:
Fix senders and receivers when transceivers are removed.
This also adds a failing test for the outstanding issue with transceiver
updates.Bug: chromium:980879
Checkpoint
Change-Id: Ib7a87042bd5a8dbf14d484731da4a1ffc5d563d5
Reviewed-on: https://chromium-review.googlesource.com/2437402
WPT-Export-Revision: a007e2a85e49559d3088e02b559261f098f4370b
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 38 subtests
Status Summary
Firefox
OK : 2
PASS : 36
FAIL : 10
Chrome
OK : 1
PASS : 26
FAIL : 6
TIMEOUT: 2
NOTRUN : 13
Safari
OK : 1
PASS : 5
FAIL : 3
ERROR : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webrtc/RTCRtpTransceiver-stop.html
If a transceiver is stopped, transceivers, senders and receivers should disappear after offer/answer: FAIL (Chrome: FAIL, Safari: FAIL)
If a transceiver is stopped, transceivers should end up in state stopped: FAIL (Chrome: FAIL, Safari: FAIL)
/webrtc/RTCRtpTransceiver.https.html
checkStop: FAIL (Chrome: TIMEOUT)
checkStopAfterCreateOffer: FAIL (Chrome: NOTRUN)
checkStopAfterSetLocalOffer: FAIL (Chrome: NOTRUN)
checkStopAfterSetRemoteOffer: FAIL (Chrome: NOTRUN)
checkStopAfterCreateAnswer: FAIL (Chrome: NOTRUN)
checkStopAfterSetLocalAnswer: FAIL (Chrome: NOTRUN)
checkLocalRollback: FAIL (Chrome: NOTRUN)
checkRemoteRollback: FAIL (Chrome: NOTRUN)
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7abaf60844c8
https://hg.mozilla.org/mozilla-central/rev/1d703921e835
Description
•