Closed
Bug 1485601
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12639 - Fetch/XHR/Beacon: test locked/disturbed ReadableStream
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12639 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12639
Details from upstream follow.
Anne van Kesteren <annevk@annevk.nl> wrote:
> Fetch/XHR/Beacon: test locked/disturbed ReadableStream
>
> See https://github.com/whatwg/fetch/pull/801 for context.
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Ran 12 tests and 46 subtests
OK : 12
PASS : 12
FAIL : 34
New tests that have failures or other problems:
/beacon/beacon-readablestream.window.html
sendBeacon() with a stream does not work due to the keepalive flag being set: FAIL
/fetch/api/request/request-init-stream.any.html
Constructing a Request with a Request on which body.getReader() is called: FAIL
Constructing a Request with a Request on which body.getReader().read() is called: FAIL
Constructing a Request with a Request on which read() and releaseLock() are called: FAIL
Constructing a Request with a stream on which getReader() is called: FAIL
Constructing a Request with a stream on which read() and releaseLock() are called: FAIL
Constructing a Request with a stream on which read() is called: FAIL
/fetch/api/request/request-init-stream.any.serviceworker.html
Constructing a Request with a Request on which body.getReader() is called: FAIL
Constructing a Request with a Request on which body.getReader().read() is called: FAIL
Constructing a Request with a Request on which read() and releaseLock() are called: FAIL
Constructing a Request with a stream on which getReader() is called: FAIL
Constructing a Request with a stream on which read() and releaseLock() are called: FAIL
Constructing a Request with a stream on which read() is called: FAIL
/fetch/api/request/request-init-stream.any.sharedworker.html
Constructing a Request with a Request on which body.getReader() is called: FAIL
Constructing a Request with a Request on which body.getReader().read() is called: FAIL
Constructing a Request with a Request on which read() and releaseLock() are called: FAIL
Constructing a Request with a stream on which getReader() is called: FAIL
Constructing a Request with a stream on which read() and releaseLock() are called: FAIL
Constructing a Request with a stream on which read() is called: FAIL
/fetch/api/request/request-init-stream.any.worker.html
Constructing a Request with a Request on which body.getReader() is called: FAIL
Constructing a Request with a Request on which body.getReader().read() is called: FAIL
Constructing a Request with a Request on which read() and releaseLock() are called: FAIL
Constructing a Request with a stream on which getReader() is called: FAIL
Constructing a Request with a stream on which read() and releaseLock() are called: FAIL
Constructing a Request with a stream on which read() is called: FAIL
/xhr/send-data-readablestream.any.html
XMLHttpRequest: send() with a stream on which getReader() is called: FAIL
XMLHttpRequest: send() with a stream on which read() and releaseLock() are called: FAIL
XMLHttpRequest: send() with a stream on which read() is called: FAIL
/xhr/send-data-readablestream.any.sharedworker.html
XMLHttpRequest: send() with a stream on which getReader() is called: FAIL
XMLHttpRequest: send() with a stream on which read() and releaseLock() are called: FAIL
XMLHttpRequest: send() with a stream on which read() is called: FAIL
/xhr/send-data-readablestream.any.worker.html
XMLHttpRequest: send() with a stream on which getReader() is called: FAIL
XMLHttpRequest: send() with a stream on which read() and releaseLock() are called: FAIL
XMLHttpRequest: send() with a stream on which read() is called: FAIL
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=f42f415ed3e241e7799566468520a33dfdf8917a
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/793c6a211575
[wpt PR 12639] - Fetch/XHR/Beacon: test locked/disturbed ReadableStream, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/df376ec7c3d2
[wpt PR 12639] - Update wpt metadata, a=testonly
Comment 7•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/793c6a211575
https://hg.mozilla.org/mozilla-central/rev/df376ec7c3d2
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•