mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
Auto merge of #13240 - servo:test-bugs, r=jdm
Classify encoding test failures. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13240) <!-- Reviewable:end -->
This commit is contained in:
commit
6cb43f213e
13 changed files with 14 additions and 9 deletions
|
@ -1,17 +1,9 @@
|
||||||
[api-basics.html]
|
[api-basics.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13236
|
||||||
[Encode/decode round trip: utf-8]
|
[Encode/decode round trip: utf-8]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Encode/decode round trip: utf-16le]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Encode/decode round trip: utf-16be]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Encode/decode round trip: utf-16]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Decode sample: utf-16le]
|
[Decode sample: utf-16le]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[big5-encoder.html]
|
[big5-encoder.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13238
|
||||||
[big5 encoder: Highest-pointer BMP character excluded from encoder]
|
[big5 encoder: Highest-pointer BMP character excluded from encoder]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[gb18030-encoder.html]
|
[gb18030-encoder.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13238
|
||||||
[gb18030 encoder: Euro]
|
[gb18030 encoder: Euro]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[gbk-encoder.html]
|
[gbk-encoder.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13238
|
||||||
[gbk encoder: Euro]
|
[gbk encoder: Euro]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
[idlharness.html]
|
[idlharness.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[TextDecoder interface: attribute ignoreBOM]
|
[TextDecoder interface: attribute ignoreBOM]
|
||||||
|
bug: https://github.com/servo/servo/issues/5600
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type (2)]
|
[TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type (2)]
|
||||||
|
bug: https://github.com/servo/servo/issues/5600
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[iso-2022-jp-decoder.html]
|
[iso-2022-jp-decoder.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13239
|
||||||
[iso-2022-jp decoder: Error ESC]
|
[iso-2022-jp decoder: Error ESC]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[iso-2022-jp-encoder.html]
|
[iso-2022-jp-encoder.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13238
|
||||||
[iso-2022-jp encoder: basics]
|
[iso-2022-jp encoder: basics]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[textdecoder-byte-order-marks.html]
|
[textdecoder-byte-order-marks.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13233
|
||||||
[Byte-order marks: utf-8]
|
[Byte-order marks: utf-8]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[textdecoder-fatal-streaming.html]
|
[textdecoder-fatal-streaming.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13234
|
||||||
[Fatal flag, streaming cases]
|
[Fatal flag, streaming cases]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[textdecoder-ignorebom.html]
|
[textdecoder-ignorebom.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/5600
|
||||||
[BOM is ignored if ignoreBOM option is specified: utf-8]
|
[BOM is ignored if ignoreBOM option is specified: utf-8]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[textdecoder-labels.html]
|
[textdecoder-labels.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13232
|
||||||
["ms932" => "shift_jis"]
|
["ms932" => "shift_jis"]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[textdecoder-streaming.html]
|
[textdecoder-streaming.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13234
|
||||||
[Streaming decode: utf-16le, 1 byte window]
|
[Streaming decode: utf-16le, 1 byte window]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[textencoder-constructor-non-utf.html]
|
[textencoder-constructor-non-utf.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13231
|
||||||
[Encoding argument not considered for encode: ibm866]
|
[Encoding argument not considered for encode: ibm866]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue