mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
WPT tests: rm ini for newly passing TextDecoder tests
This commit is contained in:
parent
3990946a63
commit
36838d2d46
5 changed files with 0 additions and 92 deletions
|
@ -1,12 +0,0 @@
|
|||
[textdecoder-byte-order-marks.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13233
|
||||
[Byte-order marks: utf-8]
|
||||
expected: FAIL
|
||||
|
||||
[Byte-order marks: utf-16le]
|
||||
expected: FAIL
|
||||
|
||||
[Byte-order marks: utf-16be]
|
||||
expected: FAIL
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[textdecoder-copy.any.html]
|
||||
type: testharness
|
||||
[Modify buffer after passing it in]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[textdecoder-copy.any.worker.html]
|
||||
type: testharness
|
||||
[Modify buffer after passing it in]
|
||||
expected: FAIL
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[textdecoder-fatal-streaming.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13234
|
||||
[Fatal flag, streaming cases]
|
||||
expected: FAIL
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
[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
|
||||
|
||||
[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
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
[textdecoder-streaming.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13234
|
||||
[Streaming decode: utf-16le, 1 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-16le, 3 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-16le, 5 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-16be, 1 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-16be, 3 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-16be, 5 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-8, 1 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-8, 2 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-8, 3 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-8, 4 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-8, 5 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-16le, 2 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-16le, 4 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-16be, 2 byte window]
|
||||
expected: FAIL
|
||||
|
||||
[Streaming decode: utf-16be, 4 byte window]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue