summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThiago Padilha <thiago@padilha.cc>2021-05-08 18:31:40 -0300
committerGitHub <noreply@github.com>2021-05-08 23:31:40 +0200
commit18a684ab1c20914e13c27bc10e20bda6396ea38d (patch)
tree42389bca4d7ec23ac3e310bf4cb99478815b4a77 /tools
parenta051a7f7bc8dab2a4360c146d08b549cbcf17b8d (diff)
fix: TextEncoder#encodeInto spec compliance + perf gains (#10129)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json24
1 files changed, 0 insertions, 24 deletions
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": [