diff options
author | Luca Casonato <hello@lcas.dev> | 2021-07-03 21:34:48 +0200 |
---|---|---|
committer | Luca Casonato <lucacasonato@yahoo.com> | 2021-07-03 22:20:28 +0200 |
commit | 14104c4e5be0ef3d68b4459a727ea1b0b7aa83e1 (patch) | |
tree | 8d549d89d4985b4bcb1c7c0b17ba721779c34a06 | |
parent | bf39b883d6b585a08abb4d272d9edc874545271a (diff) |
chore: update wpt submodule
m--------- | test_util/wpt | 0 | ||||
-rw-r--r-- | tools/wpt/expectation.json | 17 |
2 files changed, 15 insertions, 2 deletions
diff --git a/test_util/wpt b/test_util/wpt -Subproject 02ebfda73367c0419e19f83048fa5895a78cb41 +Subproject aebba1588bf4c0efd894261f24ba6bd5fd259a2 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 <http://example.net:8080/path>.hostname = 'example.com:' : delimiter invalidates entire value", "URL: Setting <non-spec:/.//p>.hostname = 'h' Drop /. from path", "URL: Setting <non-spec:/.//p>.hostname = ''", + "URL: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased", + "URL: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased", "URL: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes", "URL: Setting <file:///unicorn>.pathname = '//\\/' File URLs and (back)slashes", "URL: Setting <file:///unicorn>.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)" |