mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Annotate some failures with bug numbers.
This commit is contained in:
parent
4700df4311
commit
9ba04e0687
2 changed files with 7 additions and 0 deletions
|
@ -2,19 +2,25 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
[Blob Determing Encoding with encoding argument]
|
[Blob Determing Encoding with encoding argument]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
bug: https://github.com/servo/servo/issues/10911
|
||||||
|
|
||||||
[Blob Determing Encoding with type attribute]
|
[Blob Determing Encoding with type attribute]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
bug: https://github.com/servo/servo/issues/10911
|
||||||
|
|
||||||
[Blob Determing Encoding with UTF-8 BOM]
|
[Blob Determing Encoding with UTF-8 BOM]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
bug: https://github.com/servo/servo/issues/10911
|
||||||
|
|
||||||
[Blob Determing Encoding without anything implying charset.]
|
[Blob Determing Encoding without anything implying charset.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
bug: https://github.com/servo/servo/issues/10911
|
||||||
|
|
||||||
[Blob Determing Encoding with UTF-16BE BOM]
|
[Blob Determing Encoding with UTF-16BE BOM]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
bug: https://github.com/servo/servo/issues/10911
|
||||||
|
|
||||||
[Blob Determing Encoding with UTF-16LE BOM]
|
[Blob Determing Encoding with UTF-16LE BOM]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
bug: https://github.com/servo/servo/issues/10911
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
[Check if the Blob URI starts with 'blob' using createFor()]
|
[Check if the Blob URI starts with 'blob' using createFor()]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
bug: https://github.com/servo/servo/issues/15112
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue