diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/encoding | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/encoding')
5 files changed, 106 insertions, 0 deletions
diff --git a/testing/web-platform/meta/encoding/big5-encoder.html.ini b/testing/web-platform/meta/encoding/big5-encoder.html.ini new file mode 100644 index 000000000..e18e909fd --- /dev/null +++ b/testing/web-platform/meta/encoding/big5-encoder.html.ini @@ -0,0 +1,14 @@ +[big5-encoder.html] + type: testharness + [big5 encoder: Highest-pointer BMP character excluded from encoder] + expected: FAIL + + [big5 encoder: Highest-pointer character excluded from encoder] + expected: FAIL + + [big5 encoder: The canonical BMP test character that is not in the index] + expected: FAIL + + [big5 encoder: The canonical astral test character that is not in the index] + expected: FAIL + diff --git a/testing/web-platform/meta/encoding/gbk-encoder.html.ini b/testing/web-platform/meta/encoding/gbk-encoder.html.ini new file mode 100644 index 000000000..d2c087e5f --- /dev/null +++ b/testing/web-platform/meta/encoding/gbk-encoder.html.ini @@ -0,0 +1,5 @@ +[gbk-encoder.html] + type: testharness + [gbk encoder: poo] + expected: FAIL + diff --git a/testing/web-platform/meta/encoding/idlharness.html.ini b/testing/web-platform/meta/encoding/idlharness.html.ini new file mode 100644 index 000000000..b7f3a8981 --- /dev/null +++ b/testing/web-platform/meta/encoding/idlharness.html.ini @@ -0,0 +1,8 @@ +[idlharness.html] + type: testharness + [TextDecoder interface: attribute ignoreBOM] + expected: FAIL + + [TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type (2)] + expected: FAIL + diff --git a/testing/web-platform/meta/encoding/iso-2022-jp-decoder.html.ini b/testing/web-platform/meta/encoding/iso-2022-jp-decoder.html.ini new file mode 100644 index 000000000..48116d464 --- /dev/null +++ b/testing/web-platform/meta/encoding/iso-2022-jp-decoder.html.ini @@ -0,0 +1,65 @@ +[iso-2022-jp-decoder.html] + type: testharness + [iso-2022-jp decoder: Error ESC] + expected: FAIL + + [iso-2022-jp decoder: Error ESC, character] + expected: FAIL + + [iso-2022-jp decoder: character, ASCII ESC, character] + expected: FAIL + + [iso-2022-jp decoder: SO / SI] + expected: FAIL + + [iso-2022-jp decoder: Roman ESC, characters] + expected: FAIL + + [iso-2022-jp decoder: Roman ESC, SO / SI] + expected: FAIL + + [iso-2022-jp decoder: Roman ESC, error ESC, Katakana ESC] + expected: FAIL + + [iso-2022-jp decoder: Katakana ESC, multibyte ESC, character] + expected: FAIL + + [iso-2022-jp decoder: Katakana ESC, error ESC, character] + expected: FAIL + + [iso-2022-jp decoder: Katakana ESC, error ESC #2, character] + expected: FAIL + + [iso-2022-jp decoder: Multibyte ESC, error ESC, character] + expected: FAIL + + [iso-2022-jp decoder: Double multibyte ESC] + expected: FAIL + + [iso-2022-jp decoder: Double multibyte ESC, character] + expected: FAIL + + [iso-2022-jp decoder: Double multibyte ESC #2, character] + expected: FAIL + + [iso-2022-jp decoder: Multibyte ESC, error ESC #2, character] + expected: FAIL + + [iso-2022-jp decoder: Multibyte ESC, single byte, multibyte ESC, character] + expected: FAIL + + [iso-2022-jp decoder: Multibyte ESC, lead error byte] + expected: FAIL + + [iso-2022-jp decoder: character, error ESC] + expected: FAIL + + [iso-2022-jp decoder: character, error ESC #2] + expected: FAIL + + [iso-2022-jp decoder: character, error ESC #3] + expected: FAIL + + [iso-2022-jp decoder: character, ASCII ESC] + expected: FAIL + diff --git a/testing/web-platform/meta/encoding/textdecoder-ignorebom.html.ini b/testing/web-platform/meta/encoding/textdecoder-ignorebom.html.ini new file mode 100644 index 000000000..dc0891405 --- /dev/null +++ b/testing/web-platform/meta/encoding/textdecoder-ignorebom.html.ini @@ -0,0 +1,14 @@ +[textdecoder-ignorebom.html] + type: testharness + [BOM is ignored if ignoreBOM option is specified: utf-8] + expected: FAIL + + [BOM is ignored if ignoreBOM option is specified: utf-16le] + expected: FAIL + + [BOM is ignored if ignoreBOM option is specified: utf-16be] + expected: FAIL + + [The ignoreBOM attribute of TextDecoder] + expected: FAIL + |