[wpt-sync] Sync PR 50999 - webrtc wpt: assert that RTCIceTransport does not show remote candidates
Categories
(Core :: WebRTC, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50999 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50999
Details from upstream follow.
Philipp Hancke <philipp.hancke@googlemail.com> wrote:
webrtc wpt: assert that RTCIceTransport does not show remote candidates
as stipulated in
https://w3c.github.io/webrtc-pc/#dom-rtcicetransport-getremotecandidatesThis demonstrates that the ICE transport does not have the problem addressed by
https://webrtc-review.googlesource.com/c/src/+/366562BUG=None
Change-Id: I5f3aebef9c93264bca283ac2d7b1f55b7479de07
Reviewed-on: https://chromium-review.googlesource.com/6307264
WPT-Export-Revision: 0bc797b0fa107abdf3e441d90be35f56db62d85f
Assignee | ||
Updated•25 days ago
|
Assignee | ||
Comment 1•25 days ago
|
||
Assignee | ||
Comment 2•25 days ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 16 subtests
Status Summary
Firefox
OK
: 1
PASS
: 13
FAIL
: 3
Chrome
PASS
: 9
FAIL
: 4
TIMEOUT
: 2
NOTRUN
: 2
Safari
PASS
: 11
FAIL
: 2
TIMEOUT
: 2
NOTRUN
: 2
Links
Details
New Tests That Don't Pass
- /webrtc/RTCIceTransport.html [wpt.fyi]
- Two connected iceTransports should have matching local/remote candidates returned:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Unconnected iceTransport should have empty remote candidates and selected pair:
FAIL
(Chrome:PASS
, Safari:FAIL
) - RTCIceTransport does not expose remote peer-reflexive candidates.:
FAIL
(Chrome:NOTRUN
, Safari:NOTRUN
)
- Two connected iceTransports should have matching local/remote candidates returned:
Comment 4•21 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/425f17eb362c
https://hg.mozilla.org/mozilla-central/rev/ad5f01f006cb
Description
•