summaryrefslogtreecommitdiff
path: root/test/wpt
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-05-22 18:45:05 +0200
committerDaniel Bevenius <daniel.bevenius@gmail.com>2019-05-28 05:28:36 +0200
commitaa42d378b1cdce7c4a2343fe06a13ed1a5bdc4e1 (patch)
treecfb652e78174518098809d34c30ada1efbab735e /test/wpt
parent4ccc3595efd4ff10768587ab65b8e342efc52070 (diff)
downloadandroid-node-v8-aa42d378b1cdce7c4a2343fe06a13ed1a5bdc4e1.tar.gz
android-node-v8-aa42d378b1cdce7c4a2343fe06a13ed1a5bdc4e1.tar.bz2
android-node-v8-aa42d378b1cdce7c4a2343fe06a13ed1a5bdc4e1.zip
test: expect wpt/encoding/encodeInto.any.js to fail
Since we do not implement TextEncoder.prototype.encodeInto PR-URL: https://github.com/nodejs/node/pull/27860 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'test/wpt')
-rw-r--r--test/wpt/status/encoding.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/wpt/status/encoding.json b/test/wpt/status/encoding.json
index 088eed802f..a81ba605c1 100644
--- a/test/wpt/status/encoding.json
+++ b/test/wpt/status/encoding.json
@@ -50,5 +50,8 @@
},
"streams/*.js": {
"fail": "No implementation of TextDecoderStream and TextEncoderStream"
+ },
+ "encodeInto.any.js": {
+ "fail": "TextEncoder.prototype.encodeInto not implemented"
}
}