summaryrefslogtreecommitdiff
path: root/cli/tests/wpt.jsonc
diff options
context:
space:
mode:
authorali ahmed <48116123+AliBasicCoder@users.noreply.github.com>2021-01-24 21:08:01 +0200
committerGitHub <noreply@github.com>2021-01-24 20:08:01 +0100
commitfeff6361b1247c82bb86aedfea349b04899b9610 (patch)
tree0a1c92f59d8492c067d0793169c28945f969b2a4 /cli/tests/wpt.jsonc
parentad60e750d75471d7c7f31f9f40ff233a29aba332 (diff)
feat(op_crates/web): adding gb18030 and GBK encodings (#9242)
Diffstat (limited to 'cli/tests/wpt.jsonc')
-rw-r--r--cli/tests/wpt.jsonc17
1 files changed, 3 insertions, 14 deletions
diff --git a/cli/tests/wpt.jsonc b/cli/tests/wpt.jsonc
index 7c636b68c..2f9573875 100644
--- a/cli/tests/wpt.jsonc
+++ b/cli/tests/wpt.jsonc
@@ -90,16 +90,6 @@
{
"name": "textdecoder-labels",
"expectFail": [
- "chinese => GBK",
- "csgb2312 => GBK",
- "csiso58gb231280 => GBK",
- "gb2312 => GBK",
- "gb_2312 => GBK",
- "gb_2312-80 => GBK",
- "gbk => GBK",
- "iso-ir-58 => GBK",
- "x-gbk => GBK",
- "gb18030 => gb18030",
"cseucpkdfmtjapanese => EUC-JP",
"euc-jp => EUC-JP",
"x-euc-jp => EUC-JP",
@@ -132,8 +122,6 @@
{
"name": "textencoder-constructor-non-utf",
"expectFail": [
- "Encoding argument supported for decode: GBK",
- "Encoding argument supported for decode: gb18030",
"Encoding argument supported for decode: EUC-JP",
"Encoding argument supported for decode: ISO-2022-JP",
"Encoding argument supported for decode: Shift_JIS",
@@ -141,7 +129,8 @@
"Encoding argument supported for decode: x-user-defined"
]
},
- "textencoder-utf16-surrogates"
+ "textencoder-utf16-surrogates",
+ "legacy-mb-schinese"
// TODO(lucacasonato): uses XMLHttpRequest unnecessarily. should be fixed upstream before enabling
// "unsupported-encodings",
],
@@ -236,7 +225,7 @@
"console-namespace-object-class-string",
"console-tests-historical"
],
- "WebCryptoApi": ["getRandomValues"]
+ "WebCryptoApi": ["getRandomValues"],
"WebIDL": [
"ecmascript-binding/es-exceptions/DOMException-constants",
"ecmascript-binding/es-exceptions/DOMException-constructor-and-prototype",