From 6450334f5bbb059b55005cebfef57fa7969b625e Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 10 Oct 2023 18:42:31 +0900 Subject: feat(ext/web): cancel support for TransformStream (#20815) --- tools/wpt/expectation.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) (limited to 'tools') 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, -- cgit v1.2.3