[wpt-sync] Sync PR 24124 - Add test for canceling one branch when other reads EOS
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox81 fixed)
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24124 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24124
Details from upstream follow.
Mattias Buelens <mattias@buelens.com> wrote:
Add test for canceling one branch when other reads EOS
See whatwg/streams#1039 for the accompanying spec change.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 5 tests and 22 subtests
Status Summary
Firefox
PASS : 56
TIMEOUT: 8
NOTRUN : 28
Chrome
PASS : 56
TIMEOUT: 8
NOTRUN : 28
Safari
PASS : 42
TIMEOUT: 5
ERROR : 2
NOTRUN : 21
Links
Details
New Tests That Don't Pass
/streams/readable-streams/tee.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
/streams/readable-streams/tee.any.worker.html: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
ReadableStreamTee should not pull more chunks than can fit in the branch queue: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStream teeing: canceling branch1 should finish when branch2 reads until end of stream: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
ReadableStream teeing: canceling branch1 should finish when original stream errors: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee should only pull enough to fill the emptiest queue: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while both branches are reading: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while branch 1 is reading: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while branch 2 is reading: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee should not pull when original is already errored: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
/streams/readable-streams/tee.any.serviceworker.html: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
ReadableStreamTee should not pull more chunks than can fit in the branch queue: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStream teeing: canceling branch1 should finish when branch2 reads until end of stream: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
ReadableStream teeing: canceling branch1 should finish when original stream errors: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee should only pull enough to fill the emptiest queue: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while both branches are reading: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while branch 1 is reading: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while branch 2 is reading: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee should not pull when original is already errored: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
/streams/readable-streams/tee.any.html: TIMEOUT (Chrome: TIMEOUT, Safari: ERROR)
ReadableStreamTee should not pull more chunks than can fit in the branch queue: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStream teeing: canceling branch1 should finish when branch2 reads until end of stream: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
ReadableStream teeing: canceling branch1 should finish when original stream errors: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee should only pull enough to fill the emptiest queue: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while both branches are reading: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while branch 1 is reading: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while branch 2 is reading: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
ReadableStreamTee should not pull when original is already errored: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
/streams/readable-streams/tee.any.sharedworker.html: TIMEOUT (Chrome: TIMEOUT, Safari: ERROR)
ReadableStreamTee should not pull more chunks than can fit in the branch queue: NOTRUN (Chrome: NOTRUN)
ReadableStream teeing: canceling branch1 should finish when branch2 reads until end of stream: TIMEOUT (Chrome: TIMEOUT)
ReadableStream teeing: canceling branch1 should finish when original stream errors: NOTRUN (Chrome: NOTRUN)
ReadableStreamTee should only pull enough to fill the emptiest queue: NOTRUN (Chrome: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while both branches are reading: NOTRUN (Chrome: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while branch 1 is reading: NOTRUN (Chrome: NOTRUN)
ReadableStreamTee stops pulling when original stream errors while branch 2 is reading: NOTRUN (Chrome: NOTRUN)
ReadableStreamTee should not pull when original is already errored: NOTRUN (Chrome: NOTRUN)
Tests Disabled in Gecko Infrastructure
/streams/readable-streams/tee.any.js: SKIP (Chrome: SKIP, Safari: SKIP)
Comment 4•6 years ago
|
||
Backed out for breaking SM builds.
Backout link: https://hg.mozilla.org/integration/autoland/rev/a6e9c6ea61f6c89bbdf973fdc8e9c13751a6231c
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=312454728&repo=autoland&lineNumber=89130
Comment 6•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f12c531e015c
https://hg.mozilla.org/mozilla-central/rev/ec620dcbbe81
Updated•6 years ago
|
Description
•