Closed
Bug 1482198
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12383 - RTCIceTransport: gather() implementation.
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 12383 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12383
Details from upstream follow.
Steve Anton <steveanton@chromium.org> wrote:
> RTCIceTransport: gather() implementation.
>
> This change implements the RTCIceTransport.gather() method and
> associated methods/events: getLocalCandidates(), gatheringState,
> ongatheringstatechange, and onlocalcandidate.
>
> The state property is also partially implemented so that the
> RTCIceTransport can be stopped and garbage collected.
>
> Bug: 864871
> Change-Id: I7056764789d92dc93038a7a2279a15c850b4d299
> Reviewed-on: https://chromium-review.googlesource.com/1153845
> WPT-Export-Revision: f29f3c5fe1e428166df5d374b4e597e7470a7f0b
| Assignee | ||
Comment 1•7 years ago
|
||
PR 12383 applied with additional changes from upstream: c4bd959ae80333a356e43c651ea26ee4baf017e2
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → WebRTC
Product: Testing → Core
| Assignee | ||
Comment 2•7 years ago
|
||
| 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
|
||
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8f1373e828736b7084c7d2df4b9e3deb56be5ce4
| Assignee | ||
Comment 6•7 years ago
|
||
Ran 1 tests and 13 subtests
OK : 1
FAIL : 13
New tests that have failures or other problems:
/webrtc/RTCIceTransport-extension.https.html
RTCIceTransport constructor does not throw.: FAIL
RTCIceTransport initial properties are set.: FAIL
eventually transition gatheringState to 'complete': FAIL
gather() returns at least one host candidate: FAIL
gather() returns no candidates with { gatherPolicy: 'relay'} and no turn servers: FAIL
gather() throws if called twice: FAIL
gather() throws if closed: FAIL
gather() transitions gatheringState to 'gathering': FAIL
gather() with 2 stun servers should succeed: FAIL
gather() with one turns server, one turn server, username, credential should succeed: FAIL
gather() with { iceServers: null } should throw TypeError: FAIL
gather() with { iceServers: undefined } should succeed: FAIL
onicecandidate fires with null candidate before gatheringState transitions to 'complete': FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/37aaa5c533e9
[wpt PR 12383] - RTCIceTransport: gather() implementation., a=testonly
Comment 8•7 years ago
|
||
| bugherder | ||
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
•