mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Annotate some test failures in FileAPI tests.
This commit is contained in:
parent
d620ab71c4
commit
bac22f1b57
6 changed files with 45 additions and 66 deletions
|
@ -2,28 +2,37 @@
|
|||
type: testharness
|
||||
[Passing non-objects, Dates and RegExps for blobParts should throw a TypeError.]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/rust-mozjs/issues/269
|
||||
|
||||
[ArrayBuffer elements of the blobParts array should be supported.]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Passing typed arrays as elements of the blobParts array should work.]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Passing a Float64Array as element of the blobParts array should work.]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Passing an platform object that supports indexed properties as the blobParts array should work (select).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/11763
|
||||
|
||||
[Passing a platform array object as the blobParts array should work (MessagePort[\]).]
|
||||
[Passing a FrozenArray as the blobParts array should work (FrozenArray<MessagePort>).]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/7457
|
||||
|
||||
[Array with two buffers]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Array with two bufferviews]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
[Array with mixed types]
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/10911
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue