[wpt-sync] Sync PR 20721 - [Rollback] Fix crash when removing a track being rolled back.
Categories
(Core :: WebRTC, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20721 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20721
Details from upstream follow.
Henrik Boström <hbos@chromium.org> wrote:
[Rollback] Fix crash when removing a track being rolled back.
Fixes https://crbug.com/1029641 and adds WPT test coverage.
Spec for removeTrack, which explicitly handles removeTrack by aborting:
https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-removetrackBug: 1029641
Change-Id: I2c52e6711d34e0be25fad2681457eaf1eccc8f7f
Reviewed-on: https://chromium-review.googlesource.com/1962245
WPT-Export-Revision: d2ffd8bf7431da97881b95ed7c113f9cd1b5af44
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 13 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 19 subtests
Status Summary
Firefox
OK : 1
PASS : 12
FAIL : 7
Chrome
CRASH: 1
Safari
OK : 1
PASS : 2
FAIL : 17
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webrtc/RTCPeerConnection-setRemoteDescription-rollback.html
rollback of a remote offer should keep a transceiver created by addtrack: FAIL (Safari: FAIL)
rollback of a remote offer with stream changes: FAIL (Safari: FAIL)
implicit rollback of a local offer should visit stable state and fire negotiationneeded: FAIL (Safari: FAIL)
explicit rollback of local offer should remove transceivers and transport: FAIL (Safari: FAIL)
rollback of a local offer to negotiated stable state should enable applying of a remote offer: FAIL (Safari: FAIL)
rollback of a remote offer should keep a transceiver: FAIL (Safari: FAIL)
rollback a local offer with audio direction change to negotiated stable state and then add video receiver: FAIL (Safari: FAIL)
Comment 4•6 years ago
|
||
bugherder |
Description
•