From f9949a31707dcaa5a8786bfe4f84ed202be91607 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 26 Jan 2021 21:56:29 +1100 Subject: fix(op_crates/fetch): fix ReadableStream.pipeThrough() (#9265) Fixes #9252 --- cli/tests/wpt.jsonc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'cli') diff --git a/cli/tests/wpt.jsonc b/cli/tests/wpt.jsonc index 2f9573875..e207a9f90 100644 --- a/cli/tests/wpt.jsonc +++ b/cli/tests/wpt.jsonc @@ -8,7 +8,7 @@ "piping/flow-control", // "piping/general", "piping/multiple-propagation", - // "piping/pipe-through", + "piping/pipe-through", "piping/then-interception", // "piping/throwing-options", // "piping/transform-streams", @@ -134,8 +134,12 @@ // TODO(lucacasonato): uses XMLHttpRequest unnecessarily. should be fixed upstream before enabling // "unsupported-encodings", ], - "dom": ["abort/event"], - "hr-time": ["monotonic-clock"], + "dom": [ + "abort/event" + ], + "hr-time": [ + "monotonic-clock" + ], "html": [ "webappapis/microtask-queuing/queue-microtask-exceptions.any", "webappapis/microtask-queuing/queue-microtask.any", @@ -183,7 +187,6 @@ "webapi/status", "webapi/create_multiple_memory", "create_multiple_memory" - //FAILING TESTS // "jsapi/constructor/instantiate-bad-imports", // "jsapi/constructor/instantiate", @@ -225,7 +228,9 @@ "console-namespace-object-class-string", "console-tests-historical" ], - "WebCryptoApi": ["getRandomValues"], + "WebCryptoApi": [ + "getRandomValues" + ], "WebIDL": [ "ecmascript-binding/es-exceptions/DOMException-constants", "ecmascript-binding/es-exceptions/DOMException-constructor-and-prototype", @@ -242,4 +247,4 @@ ] } ] -} +} \ No newline at end of file -- cgit v1.2.3