diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/wpt.jsonc | 17 |
1 files changed, 11 insertions, 6 deletions
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 |