Closed
Bug 1576880
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 18693 - Add WritableStream.close()
Categories
(Core :: JavaScript Engine, task, P4)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 18693 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/18693
Details from upstream follow.
Mattias Buelens <mattias@buelens.com> wrote:
Add WritableStream.close()
Add tests for the new convenience method
WritableStream.close(). See whatwg/streams#1011 for the accompanying spec change.
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → JavaScript Engine
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=30618f7ce89b2b3e5c88167917d9fdff97bbf528
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 20 tests
Tests that are disabled for instability:
/streams/writable-streams/aborting.any.html
/streams/writable-streams/aborting.any.js
/streams/writable-streams/aborting.any.serviceworker.html
/streams/writable-streams/aborting.any.sharedworker.html
/streams/writable-streams/aborting.any.worker.html
/streams/writable-streams/brand-checks.any.html
/streams/writable-streams/brand-checks.any.js
/streams/writable-streams/brand-checks.any.serviceworker.html
/streams/writable-streams/brand-checks.any.sharedworker.html
/streams/writable-streams/brand-checks.any.worker.html
/streams/writable-streams/close.any.html
/streams/writable-streams/close.any.js
/streams/writable-streams/close.any.serviceworker.html
/streams/writable-streams/close.any.sharedworker.html
/streams/writable-streams/close.any.worker.html
/streams/writable-streams/properties.any.html
/streams/writable-streams/properties.any.js
/streams/writable-streams/properties.any.serviceworker.html
/streams/writable-streams/properties.any.sharedworker.html
/streams/writable-streams/properties.any.worker.html
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b819e5a493be
[wpt PR 18693] - Add tests for WritableStream.close(), a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•