From 62bf4031576ab833a8057c6b7037e6476d13bf65 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Sun, 6 Jun 2021 03:23:16 +0200 Subject: feat(web): Implement TextDecoderStream and TextEncoderStream (#10842) --- tools/wpt/expectation.json | 45 +++++++++++++++------------------------------ 1 file changed, 15 insertions(+), 30 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index a941864e2..d87017c9e 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -186,24 +186,7 @@ "encodeInto.any.html": [ "encodeInto() and a detached output buffer" ], - "idlharness.any.html": [ - "TextDecoderStream interface: existence and properties of interface object", - "TextDecoderStream interface object length", - "TextDecoderStream interface object name", - "TextDecoderStream interface: existence and properties of interface prototype object", - "TextDecoderStream interface: existence and properties of interface prototype object's \"constructor\" property", - "TextDecoderStream interface: existence and properties of interface prototype object's @@unscopables property", - "TextDecoderStream interface: attribute encoding", - "TextDecoderStream interface: attribute fatal", - "TextDecoderStream interface: attribute ignoreBOM", - "TextEncoderStream interface: existence and properties of interface object", - "TextEncoderStream interface object length", - "TextEncoderStream interface object name", - "TextEncoderStream interface: existence and properties of interface prototype object", - "TextEncoderStream interface: existence and properties of interface prototype object's \"constructor\" property", - "TextEncoderStream interface: existence and properties of interface prototype object's @@unscopables property", - "TextEncoderStream interface: attribute encoding" - ], + "idlharness.any.html": true, "iso-2022-jp-decoder.any.html": true, "legacy-mb-schinese": { "gb18030": { @@ -215,18 +198,20 @@ }, "replacement-encodings.any.html": false, "streams": { - "backpressure.any.html": false, - "decode-attributes.any.html": false, - "decode-bad-chunks.any.html": false, - "decode-ignore-bom.any.html": false, - "decode-incomplete-input.any.html": false, - "decode-non-utf8.any.html": false, - "decode-split-character.any.html": false, - "decode-utf8.any.html": false, - "encode-bad-chunks.any.html": false, - "encode-utf8.any.html": false, - "readable-writable-properties.any.html": false, - "realms.window.html": false + "backpressure.any.html": true, + "decode-attributes.any.html": true, + "decode-bad-chunks.any.html": true, + "decode-ignore-bom.any.html": true, + "decode-incomplete-input.any.html": true, + "decode-non-utf8.any.html": true, + "decode-split-character.any.html": true, + "decode-utf8.any.html": [ + "decoding a transferred Uint8Array chunk should give no output", + "decoding a transferred ArrayBuffer chunk should give no output" + ], + "encode-bad-chunks.any.html": true, + "encode-utf8.any.html": true, + "readable-writable-properties.any.html": true }, "textdecoder-arguments.any.html": true, "textdecoder-byte-order-marks.any.html": true, -- cgit v1.2.3