Closed
Bug 1443740
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 9896 - Readable streams: test no throwing on redundant controller.error()
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 9896 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/9896
Details from upstream follow.
Domenic Denicola wrote:
> Readable streams: test no throwing on redundant controller.error()
>
> Follows https://github.com/whatwg/streams/pull/895.
| Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=01684c8982dc79b303dd799e9ec0a97ab2501dfb
| Reporter | ||
Comment 3•7 years ago
|
||
Ran 8 tests and 106 subtests
OK : 8
PASS : 82
FAIL : 24
Existing tests that now have a worse result (e.g. they used to PASS and now FAIL):
/streams/readable-streams/garbage-collection.dedicatedworker.html
ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream: FAIL
/streams/readable-streams/garbage-collection.html
ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream: FAIL
/streams/readable-streams/garbage-collection.serviceworker.https.html
ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream: FAIL
/streams/readable-streams/garbage-collection.sharedworker.html
ReadableStreamController methods should continue working properly when scripts lose their reference to the readable stream: FAIL
New tests that have failures or other problems:
/streams/readable-streams/bad-underlying-sources.dedicatedworker.html
Underlying source: calling error after close should not throw: FAIL
Underlying source: calling error twice should not throw: FAIL
/streams/readable-streams/bad-underlying-sources.html
Underlying source: calling error after close should not throw: FAIL
Underlying source: calling error twice should not throw: FAIL
/streams/readable-streams/bad-underlying-sources.serviceworker.https.html
Underlying source: calling error after close should not throw: FAIL
Underlying source: calling error twice should not throw: FAIL
/streams/readable-streams/bad-underlying-sources.sharedworker.html
Underlying source: calling error after close should not throw: FAIL
Underlying source: calling error twice should not throw: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e71b3030e51
[wpt PR 9896] - Readable streams: test no throwing on redundant controller.error(), a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/c73d32a5944f
[wpt PR 9896] - Update wpt metadata, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7e71b3030e51
https://hg.mozilla.org/mozilla-central/rev/c73d32a5944f
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
| Assignee | ||
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
•