Skip to content

Commit

Permalink
minor fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jan 13, 2021
1 parent 46d90b5 commit 296c313
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 209 deletions.
360 changes: 180 additions & 180 deletions cli/tests/wpt.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -58,184 +58,184 @@
"writable-streams/start",
"writable-streams/write"
],
// "encoding": [
// {
// "name": "api-basics",
// "expectFail": [
// // TODO(lucacasonato): enable when we support utf-16
// "Decode sample: utf-16le",
// "Decode sample: utf-16be",
// "Decode sample: utf-16"
// ]
// },
// "api-invalid-label",
// "api-replacement-encodings",
// "api-surrogates-utf8",
// // TODO(lucacasonato): enable encodeInto. We have a bug in implementaiton.
// // {
// // "name": "encodeInto",
// // "expectFail": [
// // "encodeInto() and a detached output buffer"
// // ]
// // },
// // "encodeInto",
// // TODO(lucacasonato): enable when we support iso-2022-jp
// // "iso-2022-jp-decoder",
// // TODO(lucacasonato): uses XMLHttpRequest unnecessarily. should be fixed upstream before enabling
// // "replacement-encodings",
// {
// "name": "textdecoder-byte-order-marks",
// "expectFail": [
// // TODO(lucacasonato): enable when we support utf-16
// "Byte-order marks: utf-16le",
// "Byte-order marks: utf-16be"
// ]
// },
// {
// "name": "textdecoder-copy",
// "expectFail": [
// // TODO(lucacasonato): enable when we have stream support
// "Modify buffer after passing it in (ArrayBuffer)",
// "Modify buffer after passing it in (SharedArrayBuffer)"
// ]
// },
// "textdecoder-fatal-single-byte",
// {
// "name": "textdecoder-fatal.",
// // TODO(lucacasonato): enable when we support utf-16
// "expectFail": [
// "Fatal flag: utf-16le - truncated code unit"
// ]
// },
// {
// "name": "textdecoder-ignorebom",
// "expectFail": [
// // TODO(lucacasonato): enable when we support utf-16
// "BOM is ignored if ignoreBOM option is specified: utf-16le",
// "BOM is ignored if ignoreBOM option is specified: utf-16be"
// ]
// },
// {
// "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",
// "big5 => Big5",
// "big5-hkscs => Big5",
// "cn-big5 => Big5",
// "csbig5 => Big5",
// "x-x-big5 => Big5",
// "cseucpkdfmtjapanese => EUC-JP",
// "euc-jp => EUC-JP",
// "x-euc-jp => EUC-JP",
// "csiso2022jp => ISO-2022-JP",
// "iso-2022-jp => ISO-2022-JP",
// "csshiftjis => Shift_JIS",
// "ms932 => Shift_JIS",
// "ms_kanji => Shift_JIS",
// "shift-jis => Shift_JIS",
// "shift_jis => Shift_JIS",
// "sjis => Shift_JIS",
// "windows-31j => Shift_JIS",
// "x-sjis => Shift_JIS",
// "cseuckr => EUC-KR",
// "csksc56011987 => EUC-KR",
// "euc-kr => EUC-KR",
// "iso-ir-149 => EUC-KR",
// "korean => EUC-KR",
// "ks_c_5601-1987 => EUC-KR",
// "ks_c_5601-1989 => EUC-KR",
// "ksc5601 => EUC-KR",
// "ksc_5601 => EUC-KR",
// "windows-949 => EUC-KR",
// "unicodefffe => UTF-16BE",
// "utf-16be => UTF-16BE",
// "csunicode => UTF-16LE",
// "iso-10646-ucs-2 => UTF-16LE",
// "ucs-2 => UTF-16LE",
// "unicode => UTF-16LE",
// "unicodefeff => UTF-16LE",
// "utf-16 => UTF-16LE",
// "utf-16le => UTF-16LE",
// "x-user-defined => x-user-defined"
// ]
// },
// // TODO(lucacasonato): enable when we have stream support
// // "textdecoder-streaming",
// // TODO(lucacasonato): enable when we support utf-16
// // "textdecoder-utf16-surrogates",
// {
// "name": "textencoder-constructor-non-utf",
// "expectFail": [
// "Encoding argument supported for decode: GBK",
// "Encoding argument supported for decode: gb18030",
// "Encoding argument supported for decode: Big5",
// "Encoding argument supported for decode: EUC-JP",
// "Encoding argument supported for decode: ISO-2022-JP",
// "Encoding argument supported for decode: Shift_JIS",
// "Encoding argument supported for decode: EUC-KR",
// "Encoding argument supported for decode: UTF-16BE",
// "Encoding argument supported for decode: UTF-16LE",
// "Encoding argument supported for decode: x-user-defined"
// ]
// }
// // TODO(lucacasonato): enable when we support utf-16
// // "textencoder-utf16-surrogates",
// // TODO(lucacasonato): uses XMLHttpRequest unnecessarily. should be fixed upstream before enabling
// // "unsupported-encodings",
// ],
// "dom": [
// "abort/event"
// ],
// "hr-time": [
// "monotonic-clock"
// ],
// "html": [
// "webappapis/microtask-queuing/queue-microtask-exceptions.any",
// "webappapis/microtask-queuing/queue-microtask.any",
// "webappapis/timers",
// ],
// "user-timing": [
// "clear_all_marks",
// "clear_all_measures",
// "clear_non_existent_mark",
// "clear_non_existent_measure",
// "clear_one_mark",
// "clear_one_measure",
// "entry_type",
// "mark-entry-constructor",
// "mark-errors",
// "mark-measure-return-objects",
// "mark.any",
// {
// "name": "measure_syntax_err",
// "expectFail": [
// // TODO(lucacasonato): re-enable when #9009 is fixed.
// "self.performance.measure(\"measure\", \"mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception.",
// "self.performance.measure(\"measure\", \"mark\", \"existing_mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception.",
// "self.performance.measure(\"measure\", \"existing_mark\", \"mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception.",
// "self.performance.measure(\"measure\", \"mark\", \"mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception."
// ]
// },
// "measure-l3",
// "structured-serialize-detail",
// "user_timing_exists"
// ],
// "console": [
// "console-is-a-namespace",
// "console-label-conversion",
// "console-namespace-object-class-string",
// "console-tests-historical",
// ],
// "WebCryptoApi": [
// "getRandomValues"
// ]
"encoding": [
{
"name": "api-basics",
"expectFail": [
// TODO(lucacasonato): enable when we support utf-16
"Decode sample: utf-16le",
"Decode sample: utf-16be",
"Decode sample: utf-16"
]
},
"api-invalid-label",
"api-replacement-encodings",
"api-surrogates-utf8",
// TODO(lucacasonato): enable encodeInto. We have a bug in implementaiton.
// {
// "name": "encodeInto",
// "expectFail": [
// "encodeInto() and a detached output buffer"
// ]
// },
// "encodeInto",
// TODO(lucacasonato): enable when we support iso-2022-jp
// "iso-2022-jp-decoder",
// TODO(lucacasonato): uses XMLHttpRequest unnecessarily. should be fixed upstream before enabling
// "replacement-encodings",
{
"name": "textdecoder-byte-order-marks",
"expectFail": [
// TODO(lucacasonato): enable when we support utf-16
"Byte-order marks: utf-16le",
"Byte-order marks: utf-16be"
]
},
{
"name": "textdecoder-copy",
"expectFail": [
// TODO(lucacasonato): enable when we have stream support
"Modify buffer after passing it in (ArrayBuffer)",
"Modify buffer after passing it in (SharedArrayBuffer)"
]
},
"textdecoder-fatal-single-byte",
{
"name": "textdecoder-fatal.",
// TODO(lucacasonato): enable when we support utf-16
"expectFail": [
"Fatal flag: utf-16le - truncated code unit"
]
},
{
"name": "textdecoder-ignorebom",
"expectFail": [
// TODO(lucacasonato): enable when we support utf-16
"BOM is ignored if ignoreBOM option is specified: utf-16le",
"BOM is ignored if ignoreBOM option is specified: utf-16be"
]
},
{
"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",
"big5 => Big5",
"big5-hkscs => Big5",
"cn-big5 => Big5",
"csbig5 => Big5",
"x-x-big5 => Big5",
"cseucpkdfmtjapanese => EUC-JP",
"euc-jp => EUC-JP",
"x-euc-jp => EUC-JP",
"csiso2022jp => ISO-2022-JP",
"iso-2022-jp => ISO-2022-JP",
"csshiftjis => Shift_JIS",
"ms932 => Shift_JIS",
"ms_kanji => Shift_JIS",
"shift-jis => Shift_JIS",
"shift_jis => Shift_JIS",
"sjis => Shift_JIS",
"windows-31j => Shift_JIS",
"x-sjis => Shift_JIS",
"cseuckr => EUC-KR",
"csksc56011987 => EUC-KR",
"euc-kr => EUC-KR",
"iso-ir-149 => EUC-KR",
"korean => EUC-KR",
"ks_c_5601-1987 => EUC-KR",
"ks_c_5601-1989 => EUC-KR",
"ksc5601 => EUC-KR",
"ksc_5601 => EUC-KR",
"windows-949 => EUC-KR",
"unicodefffe => UTF-16BE",
"utf-16be => UTF-16BE",
"csunicode => UTF-16LE",
"iso-10646-ucs-2 => UTF-16LE",
"ucs-2 => UTF-16LE",
"unicode => UTF-16LE",
"unicodefeff => UTF-16LE",
"utf-16 => UTF-16LE",
"utf-16le => UTF-16LE",
"x-user-defined => x-user-defined"
]
},
// TODO(lucacasonato): enable when we have stream support
// "textdecoder-streaming",
// TODO(lucacasonato): enable when we support utf-16
// "textdecoder-utf16-surrogates",
{
"name": "textencoder-constructor-non-utf",
"expectFail": [
"Encoding argument supported for decode: GBK",
"Encoding argument supported for decode: gb18030",
"Encoding argument supported for decode: Big5",
"Encoding argument supported for decode: EUC-JP",
"Encoding argument supported for decode: ISO-2022-JP",
"Encoding argument supported for decode: Shift_JIS",
"Encoding argument supported for decode: EUC-KR",
"Encoding argument supported for decode: UTF-16BE",
"Encoding argument supported for decode: UTF-16LE",
"Encoding argument supported for decode: x-user-defined"
]
}
// TODO(lucacasonato): enable when we support utf-16
// "textencoder-utf16-surrogates",
// TODO(lucacasonato): uses XMLHttpRequest unnecessarily. should be fixed upstream before enabling
// "unsupported-encodings",
],
"dom": [
"abort/event"
],
"hr-time": [
"monotonic-clock"
],
"html": [
"webappapis/microtask-queuing/queue-microtask-exceptions.any",
"webappapis/microtask-queuing/queue-microtask.any",
"webappapis/timers",
],
"user-timing": [
"clear_all_marks",
"clear_all_measures",
"clear_non_existent_mark",
"clear_non_existent_measure",
"clear_one_mark",
"clear_one_measure",
"entry_type",
"mark-entry-constructor",
"mark-errors",
"mark-measure-return-objects",
"mark.any",
{
"name": "measure_syntax_err",
"expectFail": [
// TODO(lucacasonato): re-enable when #9009 is fixed.
"self.performance.measure(\"measure\", \"mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception.",
"self.performance.measure(\"measure\", \"mark\", \"existing_mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception.",
"self.performance.measure(\"measure\", \"existing_mark\", \"mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception.",
"self.performance.measure(\"measure\", \"mark\", \"mark\"), where \"mark\" is a non-existent mark, throws a SyntaxError exception."
]
},
"measure-l3",
"structured-serialize-detail",
"user_timing_exists"
],
"console": [
"console-is-a-namespace",
"console-label-conversion",
"console-namespace-object-class-string",
"console-tests-historical",
],
"WebCryptoApi": [
"getRandomValues"
]
}
Loading

0 comments on commit 296c313

Please sign in to comment.