Skip to content

Commit

Permalink
test: expect wpt/encoding/streams to fail
Browse files Browse the repository at this point in the history
Since we do not implement TextDecoderStream or TextEncoderStream.

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 d6cc6ab commit 86ed4ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/wpt/status/encoding.json
Expand Up @@ -47,5 +47,8 @@
},
"unsupported-encodings.any.js": {
"skip": "decoding-helpers.js needs XMLHttpRequest"
},
"streams/*.js": {
"fail": "No implementation of TextDecoderStream and TextEncoderStream"
}
}

0 comments on commit 86ed4ad

Please sign in to comment.