[wpt-sync] Sync PR 26716 - Test closing mulitple datachannels
Categories
(Core :: WebRTC, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26716 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26716
Details from upstream follow.
b'Harald Alvestrand <hta@chromium.org>' wrote:
Test closing mulitple datachannels
Tests that when a PeerConnection closes, all open datachannels
get the error and close events.
(The bug was fixed earlier, but this adds a test for it)Bug: webrtc:6881
Change-Id: I4734f3d29333dcad98c34cf5dbdc8d4b04a5f986
Reviewed-on: https://chromium-review.googlesource.com/2568278
WPT-Export-Revision: f1882405c17a8181c89fec9f825e1b47e9e70289
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 10 subtests
Status Summary
Firefox
OK : 1
PASS : 2
FAIL : 8
Chrome
OK : 1
PASS : 10
Safari
FAIL : 3
TIMEOUT: 2
NOTRUN : 6
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webrtc/RTCDataChannel-close.html
Close datachannel causes onclosing and onclose to be called: FAIL (Chrome: PASS, Safari: FAIL)
Close datachannel causes closing and close event to be called: FAIL (Chrome: PASS, Safari: FAIL)
Close peerconnection causes close event and error to be called on datachannel: FAIL (Chrome: PASS, Safari: FAIL)
Close peerconnection causes close event and error on many channels, datachannel: FAIL (Chrome: PASS, Safari: NOTRUN)
Close negotiated datachannel causes onclosing and onclose to be called: FAIL (Chrome: PASS, Safari: NOTRUN)
Close negotiated datachannel causes closing and close event to be called: FAIL (Chrome: PASS, Safari: NOTRUN)
Close peerconnection causes close event and error to be called on negotiated datachannel: FAIL (Chrome: PASS, Safari: NOTRUN)
Close peerconnection causes close event and error on many channels, negotiated datachannel: FAIL (Chrome: PASS, Safari: NOTRUN)
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8a7ce31d957c
https://hg.mozilla.org/mozilla-central/rev/3058f1b8ea65
Description
•