forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathencoding.json
102 lines (102 loc) · 2.68 KB
/
encoding.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"api-basics.any.js": {
"requires": ["small-icu"]
},
"textdecoder-fatal-streaming.any.js": {
"requires": ["small-icu"]
},
"textdecoder-fatal.any.js": {
"requires": ["small-icu"]
},
"textdecoder-ignorebom.any.js": {
"requires": ["small-icu"]
},
"textdecoder-streaming.any.js": {
"requires": ["small-icu"]
},
"textdecoder-utf16-surrogates.any.js": {
"requires": ["small-icu"]
},
"iso-2022-jp-decoder.any.js": {
"requires": ["full-icu"],
"skip": "iso-2022-jp decoder state handling bug: https://encoding.spec.whatwg.org/#iso-2022-jp-decoder"
},
"textdecoder-byte-order-marks.any.js": {
"requires": ["small-icu"]
},
"textdecoder-fatal-single-byte.any.js": {
"requires": ["full-icu"],
"skip": "The iso-8859-16 encoding is not supported"
},
"textdecoder-labels.any.js": {
"requires": ["full-icu"],
"skip": "The iso-8859-16 encoding is not supported"
},
"textencoder-constructor-non-utf.any.js": {
"requires": ["full-icu"],
"skip": "The iso-8859-16 encoding is not supported"
},
"idlharness.any.js": {
"skip": "No implementation of TextDecoderStream and TextEncoderStream"
},
"replacement-encodings.any.js": {
"skip": "decoding-helpers.js needs XMLHttpRequest"
},
"unsupported-encodings.any.js": {
"skip": "decoding-helpers.js needs XMLHttpRequest"
},
"streams/decode-ignore-bom.any.js": {
"requires": ["small-icu"]
},
"streams/invalid-realm.window.js": {
"skip": "document is not defined"
},
"streams/realms.window.js": {
"skip": "window is not defined"
},
"streams/decode-attributes.any.js": {
"requires": ["full-icu"]
},
"streams/decode-incomplete-input.any.js": {
"requires": ["small-icu"]
},
"streams/decode-utf8.any.js": {
"requires": ["small-icu"]
},
"streams/decode-bad-chunks.any.js": {
"fail": {
"expected": [
"chunk of type undefined should error the stream"
]
}
},
"streams/decode-non-utf8.any.js": {
"requires": ["full-icu"]
},
"encodeInto.any.js": {
"requires": ["small-icu"]
},
"textdecoder-copy.any.js": {
"requires": ["small-icu"]
},
"legacy-mb-schinese/gbk/gbk-decoder.any.js": {
"requires": ["full-icu"],
"skip": "The gbk encoding is not supported"
},
"legacy-mb-schinese/gb18030/gb18030-decoder.any.js": {
"requires": ["full-icu"],
"skip": "The gb18030 encoding is not supported"
},
"textdecoder-arguments.any.js": {
"requires": ["small-icu"]
},
"single-byte-decoder.window.js": {
"skip": "document is not defined"
},
"textdecoder-eof.any.js": {
"requires": ["small-icu"]
},
"unsupported-labels.window.js": {
"skip": "document is not defined"
}
}