Skip to content

Commit

Permalink
Update web-platform-tests to revision fd0429f0b45f975b25d85256dac3376…
Browse files Browse the repository at this point in the history
…2134952c5
  • Loading branch information
servo-wpt-sync committed Apr 16, 2019
1 parent 0ba7da4 commit c8202dd
Show file tree
Hide file tree
Showing 50 changed files with 1,209 additions and 190 deletions.
27 changes: 27 additions & 0 deletions tests/wpt/metadata/FileAPI/blob/Blob-array-buffer.any.js.ini
@@ -0,0 +1,27 @@
[Blob-array-buffer.any.html]
[Blob.arrayBuffer() non-unicode input]
expected: FAIL

[Blob.arrayBuffer()]
expected: FAIL

[Blob.arrayBuffer() non-ascii input]
expected: FAIL

[Blob.arrayBuffer() empty Blob data]
expected: FAIL


[Blob-array-buffer.any.worker.html]
[Blob.arrayBuffer() non-unicode input]
expected: FAIL

[Blob.arrayBuffer()]
expected: FAIL

[Blob.arrayBuffer() non-ascii input]
expected: FAIL

[Blob.arrayBuffer() empty Blob data]
expected: FAIL

21 changes: 21 additions & 0 deletions tests/wpt/metadata/FileAPI/blob/Blob-stream.any.js.ini
@@ -0,0 +1,21 @@
[Blob-stream.any.worker.html]
[Blob.stream() empty Blob]
expected: FAIL

[Blob.stream()]
expected: FAIL

[Blob.stream() non-unicode input]
expected: FAIL


[Blob-stream.any.html]
[Blob.stream() empty Blob]
expected: FAIL

[Blob.stream()]
expected: FAIL

[Blob.stream() non-unicode input]
expected: FAIL

45 changes: 45 additions & 0 deletions tests/wpt/metadata/FileAPI/blob/Blob-text.any.js.ini
@@ -0,0 +1,45 @@
[Blob-text.any.html]
[Blob.text() different charset param in type option]
expected: FAIL

[Blob.text() different charset param with non-ascii input]
expected: FAIL

[Blob.text() multi-element array in constructor]
expected: FAIL

[Blob.text() invalid utf-8 input]
expected: FAIL

[Blob.text() non-unicode]
expected: FAIL

[Blob.text()]
expected: FAIL

[Blob.text() empty blob data]
expected: FAIL


[Blob-text.any.worker.html]
[Blob.text() different charset param in type option]
expected: FAIL

[Blob.text() different charset param with non-ascii input]
expected: FAIL

[Blob.text() multi-element array in constructor]
expected: FAIL

[Blob.text() invalid utf-8 input]
expected: FAIL

[Blob.text() non-unicode]
expected: FAIL

[Blob.text()]
expected: FAIL

[Blob.text() empty blob data]
expected: FAIL

27 changes: 27 additions & 0 deletions tests/wpt/metadata/FileAPI/idlharness.html.ini
Expand Up @@ -18,3 +18,30 @@
[File API automated IDL tests]
expected: FAIL

[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "text()" with the proper type]
expected: FAIL

[Blob interface: operation stream()]
expected: FAIL

[Blob interface: new Blob(["TEST"\]) must inherit property "arrayBuffer()" with the proper type]
expected: FAIL

[Blob interface: operation text()]
expected: FAIL

[Blob interface: new Blob(["TEST"\]) must inherit property "text()" with the proper type]
expected: FAIL

[Blob interface: new Blob(["TEST"\]) must inherit property "stream()" with the proper type]
expected: FAIL

[Blob interface: operation arrayBuffer()]
expected: FAIL

[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "stream()" with the proper type]
expected: FAIL

[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "arrayBuffer()" with the proper type]
expected: FAIL

27 changes: 27 additions & 0 deletions tests/wpt/metadata/FileAPI/idlharness.worker.js.ini
Expand Up @@ -30,3 +30,30 @@
[idlharness]
expected: FAIL

[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "text()" with the proper type]
expected: FAIL

[Blob interface: operation stream()]
expected: FAIL

[Blob interface: new Blob(["TEST"\]) must inherit property "arrayBuffer()" with the proper type]
expected: FAIL

[Blob interface: operation text()]
expected: FAIL

[Blob interface: new Blob(["TEST"\]) must inherit property "text()" with the proper type]
expected: FAIL

[Blob interface: new Blob(["TEST"\]) must inherit property "stream()" with the proper type]
expected: FAIL

[Blob interface: operation arrayBuffer()]
expected: FAIL

[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "stream()" with the proper type]
expected: FAIL

[Blob interface: new File(["myFileBits"\], "myFileName") must inherit property "arrayBuffer()" with the proper type]
expected: FAIL

0 comments on commit c8202dd

Please sign in to comment.