From 313077ea62345c13ce9a7d20b7cf90be2a06a98b Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 22 May 2019 18:45:05 +0200 Subject: [PATCH] test: expect wpt/encoding/encodeInto.any.js to fail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we do not implement TextEncoder.prototype.encodeInto PR-URL: https://github.com/nodejs/node/pull/27860 Reviewed-By: Michaƫl Zasso Reviewed-By: Rich Trott Reviewed-By: Anna Henningsen --- test/wpt/status/encoding.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/wpt/status/encoding.json b/test/wpt/status/encoding.json index 088eed802f0fe7..a81ba605c1e72f 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" } }