From 45768f0e832e54d61ddb5a62d62239aef0e597b5 Mon Sep 17 00:00:00 2001 From: Marcos Casagrande Date: Mon, 9 Jan 2023 21:17:36 +0100 Subject: fix(ext/web/streams): fix ReadableStream asyncIterator (#16276) --- tools/wpt/expectation.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/wpt') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index cc026e988..ebec7caf7 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1311,7 +1311,10 @@ "respond-after-enqueue.any.worker.html": true }, "readable-streams": { - "async-iterator.any.html": false, + "async-iterator.any.html": [ + "next() that succeeds; return()", + "next() that succeeds; return() [no awaiting]" + ], "bad-strategies.any.html": true, "bad-strategies.any.worker.html": true, "bad-underlying-sources.any.html": true, -- cgit v1.2.3