diff options
author | Luca Casonato <hello@lcas.dev> | 2023-10-10 18:42:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 18:42:31 +0900 |
commit | 6450334f5bbb059b55005cebfef57fa7969b625e (patch) | |
tree | e8ebce7f641a9f19cb297a27b5deb1446155efb0 /tools | |
parent | 6bbccb72d7153f95688b63391672f2e2b979eeed (diff) |
feat(ext/web): cancel support for TransformStream (#20815)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index b547dee36..5e377ab9d 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -3161,32 +3161,20 @@ "transform-streams": { "backpressure.any.html": true, "backpressure.any.worker.html": true, - "errors.any.html": [ - "controller.error() should close writable immediately after readable.cancel()" - ], - "errors.any.worker.html": [ - "controller.error() should close writable immediately after readable.cancel()" - ], + "errors.any.html": true, + "errors.any.worker.html": true, "flush.any.html": true, "flush.any.worker.html": true, - "general.any.html": [ - "terminate() should abort writable immediately after readable.cancel()" - ], - "general.any.worker.html": [ - "terminate() should abort writable immediately after readable.cancel()" - ], + "general.any.html": true, + "general.any.worker.html": true, "lipfuzz.any.html": true, "lipfuzz.any.worker.html": true, "patched-global.any.html": true, "patched-global.any.worker.html": true, "properties.any.html": true, "properties.any.worker.html": true, - "reentrant-strategies.any.html": [ - "writer.abort() inside size() should work" - ], - "reentrant-strategies.any.worker.html": [ - "writer.abort() inside size() should work" - ], + "reentrant-strategies.any.html": true, + "reentrant-strategies.any.worker.html": true, "strategies.any.html": true, "strategies.any.worker.html": true, "terminate.any.html": true, |