Closed
Bug 1837447
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 40453 - Streams: tests for `Transformer.cancel`
Categories
(Core :: DOM: Streams, task, P4)
Core
DOM: Streams
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40453 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40453
Details from upstream follow.
Luca Casonato <hello@lcas.dev> wrote:
Streams: tests for
Transformer.cancel
| Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → DOM: Streams
Product: Testing → Core
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=84661b3de6600d28ddd71b876d418041e985462f
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 25 tests and 11 subtests
Status Summary
Firefox
OK : 20
PASS : 244
FAIL : 40
ERROR: 5
Chrome
OK : 20
PASS : 244
FAIL : 40
ERROR: 5
Safari
OK : 20
PASS : 244
FAIL : 40
ERROR: 5
Links
Details
New Tests That Don't Pass
- /streams/transform-streams/cancel.any.serviceworker.html [wpt.fyi]
- cancelling the readable side should call transformer.cancel():
FAIL(Chrome:FAIL, Safari:FAIL) - cancelling the readable side should reject if transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - aborting the writable side should call transformer.abort():
FAIL(Chrome:FAIL, Safari:FAIL) - aborting the writable side should reject if transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - closing the writable side should reject if a parallel transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error():
FAIL(Chrome:FAIL, Safari:FAIL) - writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error():
FAIL(Chrome:FAIL, Safari:FAIL)
- cancelling the readable side should call transformer.cancel():
- /streams/transform-streams/cancel.any.html [wpt.fyi]
- cancelling the readable side should call transformer.cancel():
FAIL(Chrome:FAIL, Safari:FAIL) - cancelling the readable side should reject if transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - aborting the writable side should call transformer.abort():
FAIL(Chrome:FAIL, Safari:FAIL) - aborting the writable side should reject if transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - closing the writable side should reject if a parallel transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error():
FAIL(Chrome:FAIL, Safari:FAIL) - writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error():
FAIL(Chrome:FAIL, Safari:FAIL)
- cancelling the readable side should call transformer.cancel():
- /streams/transform-streams/cancel.any.shadowrealm.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR) - /streams/transform-streams/cancel.any.worker.html [wpt.fyi]
- cancelling the readable side should call transformer.cancel():
FAIL(Chrome:FAIL, Safari:FAIL) - cancelling the readable side should reject if transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - aborting the writable side should call transformer.abort():
FAIL(Chrome:FAIL, Safari:FAIL) - aborting the writable side should reject if transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - closing the writable side should reject if a parallel transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error():
FAIL(Chrome:FAIL, Safari:FAIL) - writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error():
FAIL(Chrome:FAIL, Safari:FAIL)
- cancelling the readable side should call transformer.cancel():
- /streams/transform-streams/cancel.any.sharedworker.html [wpt.fyi]
- cancelling the readable side should call transformer.cancel():
FAIL(Chrome:FAIL, Safari:FAIL) - cancelling the readable side should reject if transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - aborting the writable side should call transformer.abort():
FAIL(Chrome:FAIL, Safari:FAIL) - aborting the writable side should reject if transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - closing the writable side should reject if a parallel transformer.cancel() throws:
FAIL(Chrome:FAIL, Safari:FAIL) - readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error():
FAIL(Chrome:FAIL, Safari:FAIL) - writable.abort() and readable.cancel() should reject if a transformer.cancel() calls controller.error():
FAIL(Chrome:FAIL, Safari:FAIL)
- cancelling the readable side should call transformer.cancel():
- /streams/transform-streams/errors.any.html [wpt.fyi]
- controller.error() should close writable immediately after readable.cancel():
FAIL(Chrome:FAIL, Safari:FAIL)
- controller.error() should close writable immediately after readable.cancel():
- /streams/transform-streams/errors.any.shadowrealm.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR) - /streams/transform-streams/errors.any.serviceworker.html [wpt.fyi]
- controller.error() should close writable immediately after readable.cancel():
FAIL(Chrome:FAIL, Safari:FAIL)
- controller.error() should close writable immediately after readable.cancel():
- /streams/transform-streams/errors.any.worker.html [wpt.fyi]
- controller.error() should close writable immediately after readable.cancel():
FAIL(Chrome:FAIL, Safari:FAIL)
- controller.error() should close writable immediately after readable.cancel():
- /streams/transform-streams/errors.any.sharedworker.html [wpt.fyi]
- controller.error() should close writable immediately after readable.cancel():
FAIL(Chrome:FAIL, Safari:FAIL)
- controller.error() should close writable immediately after readable.cancel():
- /streams/transform-streams/flush.any.shadowrealm.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR) - /streams/transform-streams/general.any.shadowrealm.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR) - /streams/transform-streams/general.any.html [wpt.fyi]
- terminate() should abort writable immediately after readable.cancel():
FAIL(Chrome:FAIL, Safari:FAIL)
- terminate() should abort writable immediately after readable.cancel():
- /streams/transform-streams/general.any.serviceworker.html [wpt.fyi]
- terminate() should abort writable immediately after readable.cancel():
FAIL(Chrome:FAIL, Safari:FAIL)
- terminate() should abort writable immediately after readable.cancel():
- /streams/transform-streams/general.any.sharedworker.html [wpt.fyi]
- terminate() should abort writable immediately after readable.cancel():
FAIL(Chrome:FAIL, Safari:FAIL)
- terminate() should abort writable immediately after readable.cancel():
- /streams/transform-streams/general.any.worker.html [wpt.fyi]
- terminate() should abort writable immediately after readable.cancel():
FAIL(Chrome:FAIL, Safari:FAIL)
- terminate() should abort writable immediately after readable.cancel():
- /streams/transform-streams/reentrant-strategies.any.shadowrealm.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR) - /streams/transform-streams/reentrant-strategies.any.serviceworker.html [wpt.fyi]
- writer.abort() inside size() should work:
FAIL(Chrome:FAIL, Safari:FAIL)
- writer.abort() inside size() should work:
- /streams/transform-streams/reentrant-strategies.any.sharedworker.html [wpt.fyi]
- writer.abort() inside size() should work:
FAIL(Chrome:FAIL, Safari:FAIL)
- writer.abort() inside size() should work:
- /streams/transform-streams/reentrant-strategies.any.worker.html [wpt.fyi]
- writer.abort() inside size() should work:
FAIL(Chrome:FAIL, Safari:FAIL)
- writer.abort() inside size() should work:
- /streams/transform-streams/reentrant-strategies.any.html [wpt.fyi]
- writer.abort() inside size() should work:
FAIL(Chrome:FAIL, Safari:FAIL)
- writer.abort() inside size() should work:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3aaac2199ed1
[wpt PR 40453] - Streams: tests for `Transformer.cancel`, a=testonly
https://hg.mozilla.org/integration/autoland/rev/1c35270c3874
[wpt PR 40453] - Update wpt metadata, a=testonly
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3aaac2199ed1
https://hg.mozilla.org/mozilla-central/rev/1c35270c3874
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•