From 14104c4e5be0ef3d68b4459a727ea1b0b7aa83e1 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sat, 3 Jul 2021 21:34:48 +0200 Subject: chore: update wpt submodule --- tools/wpt/expectation.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'tools/wpt') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 36ffdb185..b67c0d2ff 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -272,7 +272,8 @@ "textencoder-constructor-non-utf.any.html": true, "textencoder-utf16-surrogates.any.html": true, "unsupported-encodings.any.html": false, - "single-byte-decoder.window.html?TextDecoder": true + "single-byte-decoder.window.html?TextDecoder": true, + "textdecoder-eof.any.html": true }, "hr-time": { "monotonic-clock.any.html": true, @@ -466,7 +467,15 @@ "terminate.any.html": true }, "writable-streams": { - "aborting.any.html": true, + "aborting.any.html": [ + "WritableStreamDefaultController.signal", + "the abort signal is signalled synchronously - write", + "the abort signal is signalled synchronously - close", + "the abort signal is not signalled on error", + "the abort signal is not signalled on write failure", + "the abort signal is not signalled on close failure", + "recursive abort() call" + ], "bad-strategies.any.html": true, "bad-underlying-sinks.any.html": true, "byte-length-queuing-strategy.any.html": true, @@ -725,6 +734,8 @@ "URL: Setting .hostname = 'example.com:' : delimiter invalidates entire value", "URL: Setting .hostname = 'h' Drop /. from path", "URL: Setting .hostname = ''", + "URL: Setting .pathname = '' Non-special URLs can have their paths erased", + "URL: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased", "URL: Setting .pathname = '\\\\' File URLs and (back)slashes", "URL: Setting .pathname = '//\\/' File URLs and (back)slashes", "URL: Setting .pathname = '//monkey/..//' File URLs and (back)slashes", @@ -848,6 +859,8 @@ "Check response clone use structureClone for teed ReadableStreams (Uint8ClampedArraychunk)", "Check response clone use structureClone for teed ReadableStreams (Uint16Arraychunk)", "Check response clone use structureClone for teed ReadableStreams (Uint32Arraychunk)", + "Check response clone use structureClone for teed ReadableStreams (BigInt64Arraychunk)", + "Check response clone use structureClone for teed ReadableStreams (BigUint64Arraychunk)", "Check response clone use structureClone for teed ReadableStreams (Float32Arraychunk)", "Check response clone use structureClone for teed ReadableStreams (Float64Arraychunk)", "Check response clone use structureClone for teed ReadableStreams (DataViewchunk)" -- cgit v1.2.3