Closed
Bug 1487585
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12771 - RTCQuicTransport: start() implementation
Categories
(Core :: WebRTC, enhancement, P4)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12771 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12771
Details from upstream follow.
Steve Anton <steveanton@chromium.org> wrote:
> RTCQuicTransport: start() implementation
>
> This change implements the RTCQuicTransport.start() method and
> associated events: onstatechange, onerror.
>
> Bug: 874296
> Change-Id: I8cb5d525ff5dd9d7d0a07a306f72297febc9aaaa
>
> Reviewed-on: https://chromium-review.googlesource.com/1171904
> WPT-Export-Revision: 853bfc09c94e8c8deed0b8b6be721323c0e56e96
| Assignee | ||
Comment 1•7 years ago
|
||
PR 12771 applied with additional changes from upstream: 297722ededba1c80e2a8768100129af300f67dbf
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → WebRTC
Product: Testing → Core
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
| Assignee | ||
Comment 8•7 years ago
|
||
| Assignee | ||
Comment 9•7 years ago
|
||
| Assignee | ||
Comment 10•7 years ago
|
||
| Assignee | ||
Comment 11•7 years ago
|
||
PR 12771 applied with additional changes from upstream: 557602e6c5e29c9cf65aa3357a73699224399460
| Assignee | ||
Comment 12•7 years ago
|
||
| Assignee | ||
Comment 13•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d8ec72834772b090c7935603865e06151aa93a93
| Assignee | ||
Comment 14•7 years ago
|
||
| Assignee | ||
Comment 15•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=acb6e1f0f9c1282fd3552bda33274133e60f1000
| Assignee | ||
Comment 16•7 years ago
|
||
| Assignee | ||
Comment 17•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ea087b1984483210a9c53df3dcf4b63f229d1d78
| Assignee | ||
Comment 18•7 years ago
|
||
| Assignee | ||
Comment 19•7 years ago
|
||
| Assignee | ||
Comment 20•7 years ago
|
||
Ran 3 tests and 44 subtests
OK : 3
FAIL : 44
New tests that have failures or other problems:
/webrtc/RTCQuicStream.https.html
RTCQuicTransport.stop() closes all streams.: FAIL
createStream() returns an RTCQuicStream with initial properties set.: FAIL
createStream() throws if the transport is closed.: FAIL
/webrtc/RTCQuicTransport.https.html
RTCIceTransport.stop() changes RTCQuicTransport.state to 'closed'.: FAIL
RTCQuicTransport constructor throws if passed an RTCIceTransport that already has an active RTCQuicTransport.: FAIL
Two RTCQuicTransports connect to each other.: FAIL
start() throws if called after stop().: FAIL
start() throws if called after the RTCIceTransport has stopped.: FAIL
start() throws if called twice.: FAIL
start() with a non-started RTCIceTransport does not change state.: FAIL
start() with a non-started RTCIceTransport later changes state to 'connecting' once the RTCIceTransport.start() is called.: FAIL
start() with a started RTCIceTransport changes state to 'connecting'.: FAIL
stop() fires a statechange event to 'closed' on the remote transport: FAIL
| Assignee | ||
Comment 21•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e56a448127d690d0ce0b50b498e8e866dba007c7
Comment 22•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/29412641d601
[wpt PR 12771] - RTCQuicTransport: start() implementation, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/b9b5f7cd0c5e
[wpt PR 12771] - Update wpt metadata, a=testonly
Comment 23•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/29412641d601
https://hg.mozilla.org/mozilla-central/rev/b9b5f7cd0c5e
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•