Skip to content

Commit

Permalink
test: expect wpt/encoding/encodeInto.any.js to fail
Browse files Browse the repository at this point in the history
Since we do not implement TextEncoder.prototype.encodeInto

PR-URL: #27860
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
joyeecheung authored and danbev committed May 28, 2019
1 parent 4ccc359 commit aa42d37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/wpt/status/encoding.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@
},
"streams/*.js": {
"fail": "No implementation of TextDecoderStream and TextEncoderStream"
},
"encodeInto.any.js": {
"fail": "TextEncoder.prototype.encodeInto not implemented"
}
}

0 comments on commit aa42d37

Please sign in to comment.