mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +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]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13236
|
||||
[Encode/decode round trip: utf-8]
|
||||
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]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[big5-encoder.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13238
|
||||
[big5 encoder: Highest-pointer BMP character excluded from encoder]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[gb18030-encoder.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13238
|
||||
[gb18030 encoder: Euro]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[gbk-encoder.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13238
|
||||
[gbk encoder: Euro]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
[idlharness.html]
|
||||
type: testharness
|
||||
[TextDecoder interface: attribute ignoreBOM]
|
||||
bug: https://github.com/servo/servo/issues/5600
|
||||
expected: FAIL
|
||||
|
||||
[TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type (2)]
|
||||
bug: https://github.com/servo/servo/issues/5600
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[iso-2022-jp-decoder.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13239
|
||||
[iso-2022-jp decoder: Error ESC]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[iso-2022-jp-encoder.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13238
|
||||
[iso-2022-jp encoder: basics]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[textdecoder-byte-order-marks.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13233
|
||||
[Byte-order marks: utf-8]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[textdecoder-fatal-streaming.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13234
|
||||
[Fatal flag, streaming cases]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[textdecoder-ignorebom.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/5600
|
||||
[BOM is ignored if ignoreBOM option is specified: utf-8]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[textdecoder-labels.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13232
|
||||
["ms932" => "shift_jis"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[textdecoder-streaming.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13234
|
||||
[Streaming decode: utf-16le, 1 byte window]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[textencoder-constructor-non-utf.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13231
|
||||
[Encoding argument not considered for encode: ibm866]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue