Skip to content

Commit

Permalink
Bug 1485601 [wpt PR 12639] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 12639
wpt-type: metadata

UltraBlame original commit: df376ec7c3d28bc0db8ca049ae1d73426080d27a
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 8210c5b commit 772c893
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[beacon-readablestream.window.html]
[sendBeacon() with a stream on which read() is called]
expected: FAIL

[sendBeacon() with a stream on which getReader() is called]
expected: FAIL

[sendBeacon() with a stream on which read() and releaseLock() are called]
expected: FAIL

[sendBeacon() with a stream does not work due to the keepalive flag being set]
expected: FAIL

Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
[request-init-stream.any.worker.html]
[Constructing a Request with a Request on which read() and releaseLock() are called]
expected: FAIL

[Constructing a Request with a stream on which read() and releaseLock() are called]
expected: FAIL

[Constructing a Request with a stream on which getReader() is called]
expected: FAIL

[Constructing a Request with a Request on which body.getReader() is called]
expected: FAIL

[Constructing a Request with a stream on which read() is called]
expected: FAIL

[Constructing a Request with a Request on which body.getReader().read() is called]
expected: FAIL


[request-init-stream.any.sharedworker.html]
[Constructing a Request with a Request on which read() and releaseLock() are called]
expected: FAIL

[Constructing a Request with a stream on which read() and releaseLock() are called]
expected: FAIL

[Constructing a Request with a stream on which getReader() is called]
expected: FAIL

[Constructing a Request with a Request on which body.getReader() is called]
expected: FAIL

[Constructing a Request with a stream on which read() is called]
expected: FAIL

[Constructing a Request with a Request on which body.getReader().read() is called]
expected: FAIL


[request-init-stream.any.html]
[Constructing a Request with a Request on which read() and releaseLock() are called]
expected: FAIL

[Constructing a Request with a stream on which read() and releaseLock() are called]
expected: FAIL

[Constructing a Request with a stream on which getReader() is called]
expected: FAIL

[Constructing a Request with a Request on which body.getReader() is called]
expected: FAIL

[Constructing a Request with a stream on which read() is called]
expected: FAIL

[Constructing a Request with a Request on which body.getReader().read() is called]
expected: FAIL


[request-init-stream.any.serviceworker.html]
[Constructing a Request with a Request on which read() and releaseLock() are called]
expected: FAIL

[Constructing a Request with a stream on which read() and releaseLock() are called]
expected: FAIL

[Constructing a Request with a stream on which getReader() is called]
expected: FAIL

[Constructing a Request with a Request on which body.getReader() is called]
expected: FAIL

[Constructing a Request with a stream on which read() is called]
expected: FAIL

[Constructing a Request with a Request on which body.getReader().read() is called]
expected: FAIL

32 changes: 32 additions & 0 deletions testing/web-platform/meta/xhr/send-data-readablestream.any.js.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[send-data-readablestream.any.sharedworker.html]
[XMLHttpRequest: send() with a stream on which read() is called]
expected: FAIL

[XMLHttpRequest: send() with a stream on which read() and releaseLock() are called]
expected: FAIL

[XMLHttpRequest: send() with a stream on which getReader() is called]
expected: FAIL


[send-data-readablestream.any.worker.html]
[XMLHttpRequest: send() with a stream on which read() is called]
expected: FAIL

[XMLHttpRequest: send() with a stream on which read() and releaseLock() are called]
expected: FAIL

[XMLHttpRequest: send() with a stream on which getReader() is called]
expected: FAIL


[send-data-readablestream.any.html]
[XMLHttpRequest: send() with a stream on which read() is called]
expected: FAIL

[XMLHttpRequest: send() with a stream on which read() and releaseLock() are called]
expected: FAIL

[XMLHttpRequest: send() with a stream on which getReader() is called]
expected: FAIL

0 comments on commit 772c893

Please sign in to comment.