summaryrefslogtreecommitdiff
path: root/test/wpt/status/encoding.json
blob: b51dde2aaee4795077db3553f951d597e18369e1 (plain)
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
{
  "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"],
    "fail": "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"],
    "fail": "The iso-8859-16 encoding is not supported"
  },
  "textdecoder-labels.any.js": {
    "requires": ["full-icu"],
    "fail": "The iso-8859-16 encoding is not supported"
  },
  "textencoder-constructor-non-utf.any.js": {
    "requires": ["full-icu"],
    "fail": "The iso-8859-16 encoding is not supported"
  },
  "idlharness.any.js": {
    "fail": "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/*.js": {
    "fail": "No implementation of TextDecoderStream and TextEncoderStream"
  }
}