WPT tests: rm ini for newly passing TextDecoder tests

This commit is contained in:
Andrew Shu 2018-03-26 14:13:59 -07:00
parent 3990946a63
commit 36838d2d46
5 changed files with 0 additions and 92 deletions

View file

@ -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

View file

@ -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

View file

@ -1,6 +0,0 @@
[textdecoder-fatal-streaming.html]
type: testharness
bug: https://github.com/servo/servo/issues/13234
[Fatal flag, streaming cases]
expected: FAIL

View file

@ -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

View file

@ -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