diff options
author | Marcos Casagrande <marcoscvp90@gmail.com> | 2023-05-18 16:05:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 17:05:11 +0300 |
commit | b0f13560cb5a860df042649fbceb8cd728011b8b (patch) | |
tree | 2f5695e1326aa817d42496cfa314b5b5725d926c /tools | |
parent | c3f7e6ed6ea2da6b8be5c7b29619eb51e0c9a6e3 (diff) |
fix(ext/webidl): change createPromiseConverter (#16367)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 30 |
1 files changed, 7 insertions, 23 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 4fc0067e7..57b8ba75a 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -1843,14 +1843,8 @@ "bad-buffers-and-views.any.worker.html": true, "construct-byob-request.any.html": true, "construct-byob-request.any.worker.html": true, - "general.any.html": [ - "ReadableStream with byte source: Respond to multiple pull() by separate enqueue()", - "ReadableStream with byte source: enqueue() discards auto-allocated BYOB request" - ], - "general.any.worker.html": [ - "ReadableStream with byte source: Respond to multiple pull() by separate enqueue()", - "ReadableStream with byte source: enqueue() discards auto-allocated BYOB request" - ], + "general.any.html": true, + "general.any.worker.html": true, "non-transferable-buffers.any.html": true, "non-transferable-buffers.any.worker.html": true, "enqueue-with-detached-buffer.window.html": false, @@ -1862,10 +1856,7 @@ "enqueue-with-detached-buffer.any.worker.html": true }, "readable-streams": { - "async-iterator.any.html": [ - "next() that succeeds; return()", - "next() that succeeds; return() [no awaiting]" - ], + "async-iterator.any.html": true, "bad-strategies.any.html": true, "bad-strategies.any.worker.html": true, "bad-underlying-sources.any.html": true, @@ -1892,10 +1883,7 @@ "tee.any.worker.html": true, "templated.any.html": true, "templated.any.worker.html": true, - "async-iterator.any.worker.html": [ - "next() that succeeds; return()", - "next() that succeeds; return() [no awaiting]" - ], + "async-iterator.any.worker.html": true, "cross-realm-crash.window.html": false }, "transform-streams": { @@ -1929,12 +1917,8 @@ "bad-underlying-sinks.any.worker.html": true, "byte-length-queuing-strategy.any.html": true, "byte-length-queuing-strategy.any.worker.html": true, - "close.any.html": [ - "when close is called on a WritableStream in waiting state, ready should be fulfilled immediately even if close takes a long time" - ], - "close.any.worker.html": [ - "when close is called on a WritableStream in waiting state, ready should be fulfilled immediately even if close takes a long time" - ], + "close.any.html": true, + "close.any.worker.html": true, "constructor.any.html": true, "constructor.any.worker.html": true, "count-queuing-strategy.any.html": true, @@ -9087,4 +9071,4 @@ "media-sniff.window.html": false } } -}
\ No newline at end of file +} |