Closed
Bug 1528868
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 15437 - Fill testing holes for WritableStream
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15437 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15437
Details from upstream follow.
Adam Rice <ricea@chromium.org> wrote:
Fill testing holes for WritableStream
- Verify that the ready promise is initialised on a writer created on a
closed stream.- Add a brand check test for writer.releaseLock()
- Test that writing to a released writer throws an exception
| Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Ran 15 tests
Tests that are disabled for instability:
/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/write.any.html
/streams/writable-streams/write.any.js
/streams/writable-streams/write.any.serviceworker.html
/streams/writable-streams/write.any.sharedworker.html
/streams/writable-streams/write.any.worker.html
| Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1120d09d2e1ba0f32317e8266e66ccf50ee3bb92
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/577ea54d1b0c
[wpt PR 15437] - Fill testing holes for WritableStream, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fbdc04ae24b2
[wpt PR 15437] - Fill testing holes for WritableStream, a=testonly
Comment 7•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•