Closed
Bug 1507064
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14046 - Implement RTCQuicStream.waitForWriteBufferedAmountBelow()
Categories
(Core :: WebRTC, enhancement, P4)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14046 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14046
Details from upstream follow.
Steve Anton <steveanton@chromium.org> wrote:
> Implement RTCQuicStream.waitForWriteBufferedAmountBelow()
>
> Bug: 874296
> Change-Id: I694325a0cc85ad520c18762e34ba05e2204e2c74
> Reviewed-on: https://chromium-review.googlesource.com/1286902
> WPT-Export-Revision: 70a4d5383ab81a9c32dda5dcdb32e28cbeead844
Assignee | ||
Comment 1•7 years ago
|
||
PR 14046 applied with additional changes from upstream: 7201104211385809c4c53914834f7fe5c7a8b425
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
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=43db8f307083b4fa786c4f10d3e6142c0227f3c2
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d8862633bbe198f582d3219092233986e852e3ae
Assignee | ||
Comment 6•7 years ago
|
||
Ran 1 tests and 34 subtests
OK : 1
FAIL : 34
New tests that have failures or other problems:
/webrtc/RTCQuicStream.https.html
Pending waitForWriteBufferedAmountBelow() promises rejected after finish().: FAIL
Pending waitForWriteBufferedAmountBelow() promises rejected after reset().: FAIL
Stream closed by local RTCQuicTransport stop(): waitForWriteBufferedBelow() rejects with InvalidStateError.: FAIL
Stream closed by local RTCQuicTransport stop(): write() throws InvalidStateError.: FAIL
Stream closed by local reset(): waitForWriteBufferedBelow() rejects with InvalidStateError.: FAIL
Stream closed by local reset(): write() throws InvalidStateError.: FAIL
Stream closed by remote RTCQuicTransport stop(): waitForWriteBufferedBelow() rejects with InvalidStateError.: FAIL
Stream closed by remote RTCQuicTransport stop(): write() throws InvalidStateError.: FAIL
Stream closed by remote reset(): waitForWriteBufferedBelow() rejects with InvalidStateError.: FAIL
Stream closed by remote reset(): write() throws InvalidStateError.: FAIL
waitForWriteBufferedAmountBelow(0) resolves immediately.: FAIL
waitForWriteBufferedAmountBelow(maxWriteBufferedAmount) resolves immediately.: FAIL
write() adds to writeBufferedAmount each call.: FAIL
write() can write exactly maxWriteBufferedAmount.: FAIL
write() throws InvalidStateError if finish() has been called.: FAIL
write() throws if data longer than maxWriteBufferedAmount.: FAIL
write() throws if total write buffered amount would be greater than maxWriteBufferedAmount.: FAIL
write() with an empty array does nothing.: FAIL
writeBufferedAmount maintained after finish() has been called.: FAIL
writeBufferedAmount set to 0 after local RTCQuicTransport stop().: FAIL
writeBufferedAmount set to 0 after local reset().: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d76dc6e3bbaa
[wpt PR 14046] - Implement RTCQuicStream.waitForWriteBufferedAmountBelow(), a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/47f01bb0b976
[wpt PR 14046] - Implement RTCQuicStream.waitForWriteBufferedAmountBelow(), a=testonly
Comment 9•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•