Annotate some failures with bug numbers.

This commit is contained in:
Ms2ger 2017-01-19 15:43:23 +01:00
parent 4700df4311
commit 9ba04e0687
2 changed files with 7 additions and 0 deletions

View file

@ -2,19 +2,25 @@
type: testharness
[Blob Determing Encoding with encoding argument]
expected: FAIL
bug: https://github.com/servo/servo/issues/10911
[Blob Determing Encoding with type attribute]
expected: FAIL
bug: https://github.com/servo/servo/issues/10911
[Blob Determing Encoding with UTF-8 BOM]
expected: FAIL
bug: https://github.com/servo/servo/issues/10911
[Blob Determing Encoding without anything implying charset.]
expected: FAIL
bug: https://github.com/servo/servo/issues/10911
[Blob Determing Encoding with UTF-16BE BOM]
expected: FAIL
bug: https://github.com/servo/servo/issues/10911
[Blob Determing Encoding with UTF-16LE BOM]
expected: FAIL
bug: https://github.com/servo/servo/issues/10911

View file

@ -2,4 +2,5 @@
type: testharness
[Check if the Blob URI starts with 'blob' using createFor()]
expected: FAIL
bug: https://github.com/servo/servo/issues/15112