Closed
Bug 1480754
Opened 7 years ago
Closed 6 years ago
[wpt-sync] Sync PR 12296 - [Streams] Add a test for piping to errored
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12296 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12296
Details from upstream follow.
Adam Rice <ricea@chromium.org> wrote:
> [Streams] Add a test for piping to errored
>
> The test 'Piping from an errored readable stream to an errored writable
> stream' was misnamed, as the destination writable was erroring, not
> errored. Rename it. Add a variant of the test where pipeTo() isn't
> called until the destination is errored.
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d6263dd7c72593c872bc591f2bf85a160ceb033e
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=976495e57610e281f14c7831ea62523e9ca2c472
Assignee | ||
Comment 5•7 years ago
|
||
Ran 4 tests and 37 subtests
OK : 4
PASS : 1
FAIL : 36
New tests that have failures or other problems:
/streams/piping/multiple-propagation.dedicatedworker.html
Piping from a closed readable stream to an erroring writable stream: FAIL
Piping from an errored readable stream to an erroring writable stream: FAIL
Piping from an errored readable stream to an erroring writable stream; preventAbort = true: FAIL
/streams/piping/multiple-propagation.html
Piping from a closed readable stream to an erroring writable stream: FAIL
Piping from an errored readable stream to an erroring writable stream: FAIL
Piping from an errored readable stream to an erroring writable stream; preventAbort = true: FAIL
/streams/piping/multiple-propagation.serviceworker.https.html
Piping from a closed readable stream to an erroring writable stream: FAIL
Piping from an errored readable stream to an erroring writable stream: FAIL
Piping from an errored readable stream to an erroring writable stream; preventAbort = true: FAIL
/streams/piping/multiple-propagation.sharedworker.html
Piping from a closed readable stream to an erroring writable stream: FAIL
Piping from an errored readable stream to an erroring writable stream: FAIL
Piping from an errored readable stream to an erroring writable stream; preventAbort = true: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fd45f512c9a1
[wpt PR 12296] - [Streams] Add a test for piping to errored, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/d7b4176ba7e1
[wpt PR 12296] - Update wpt metadata, a=testonly
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fd45f512c9a1
https://hg.mozilla.org/mozilla-central/rev/d7b4176ba7e1
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•