diff --git a/test_util/wpt b/test_util/wpt index 02ebfda733..aebba1588b 160000 --- a/test_util/wpt +++ b/test_util/wpt @@ -1 +1 @@ -Subproject commit 02ebfda73367c0419e19f83048fa5895a78cb418 +Subproject commit aebba1588bf4c0efd894261f24ba6bd5fd259a2d diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 36ffdb1859..b67c0d2ff9 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)"