test: enable idlharness tests for encoding · nodejs/node@0e3b714 · GitHub
Skip to content

Commit 0e3b714

Browse files
MattiasBuelensRafaelGSS
authored andcommitted
test: enable idlharness tests for encoding
TextDecoderStream and TextEncoderStream are now exposed as globals, so we can run the entire Encoding idlharness test suite. PR-URL: #50778 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 12605e8 commit 0e3b714

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

test/common/wpt.js

Lines changed: 1 addition & 1 deletion

test/wpt/status/encoding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"skip": "The iso-8859-16 encoding is not supported"
3838
},
3939
"idlharness.any.js": {
40-
"skip": "No implementation of TextDecoderStream and TextEncoderStream"
40+
"requires": ["small-icu"]
4141
},
4242
"idlharness-shadowrealm.window.js": {
4343
"skip": "ShadowRealm support is not enabled"

test/wpt/test-encoding.js

Lines changed: 2 additions & 0 deletions

0 commit comments

Comments
 (0)