Skip to content

Commit 51ccdae

Browse files
joyeecheungtargos
authored andcommitted
test: expect wpt/encoding/streams to fail
Since we do not implement TextDecoderStream or TextEncoderStream. PR-URL: #27860 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 652cadb commit 51ccdae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/wpt/status/encoding.json

+3
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
},
4848
"unsupported-encodings.any.js": {
4949
"skip": "decoding-helpers.js needs XMLHttpRequest"
50+
},
51+
"streams/*.js": {
52+
"fail": "No implementation of TextDecoderStream and TextEncoderStream"
5053
}
5154
}

0 commit comments

Comments
 (0)