From 18a684ab1c20914e13c27bc10e20bda6396ea38d Mon Sep 17 00:00:00 2001 From: Thiago Padilha Date: Sat, 8 May 2021 18:31:40 -0300 Subject: fix: TextEncoder#encodeInto spec compliance + perf gains (#10129) --- tools/wpt/expectation.json | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 407e301bb..6eec573cb 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -39,30 +39,6 @@ "api-replacement-encodings.any.js": true, "api-surrogates-utf8.any.js": true, "encodeInto.any.js": [ - "encodeInto() into ArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 0, filler 0", - "encodeInto() into SharedArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 0, filler 0", - "encodeInto() into ArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 4, filler 0", - "encodeInto() into SharedArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 4, filler 0", - "encodeInto() into ArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 0, filler 128", - "encodeInto() into SharedArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 0, filler 128", - "encodeInto() into ArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 4, filler 128", - "encodeInto() into SharedArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 4, filler 128", - "encodeInto() into ArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 0, filler random", - "encodeInto() into SharedArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 0, filler random", - "encodeInto() into ArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 4, filler random", - "encodeInto() into SharedArrayBuffer with \ud834A\udf06A¥Hi and destination length 10, offset 4, filler random", - "encodeInto() into ArrayBuffer with A\udf06 and destination length 4, offset 0, filler 0", - "encodeInto() into SharedArrayBuffer with A\udf06 and destination length 4, offset 0, filler 0", - "encodeInto() into ArrayBuffer with A\udf06 and destination length 4, offset 4, filler 0", - "encodeInto() into SharedArrayBuffer with A\udf06 and destination length 4, offset 4, filler 0", - "encodeInto() into ArrayBuffer with A\udf06 and destination length 4, offset 0, filler 128", - "encodeInto() into SharedArrayBuffer with A\udf06 and destination length 4, offset 0, filler 128", - "encodeInto() into ArrayBuffer with A\udf06 and destination length 4, offset 4, filler 128", - "encodeInto() into SharedArrayBuffer with A\udf06 and destination length 4, offset 4, filler 128", - "encodeInto() into ArrayBuffer with A\udf06 and destination length 4, offset 0, filler random", - "encodeInto() into SharedArrayBuffer with A\udf06 and destination length 4, offset 0, filler random", - "encodeInto() into ArrayBuffer with A\udf06 and destination length 4, offset 4, filler random", - "encodeInto() into SharedArrayBuffer with A\udf06 and destination length 4, offset 4, filler random", "encodeInto() and a detached output buffer" ], "idlharness.any.js": [ -- cgit v1.2.3