[wpt-sync] Sync PR 24617 - Python 3: Port three files in fetch/
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24617 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24617
Details from upstream follow.
Stephen McGruer <smcgruer@chromium.org> wrote:
Python 3: Port three files in fetch/
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 11 tests and 3 subtests
Status Summary
Firefox
OK : 11
PASS : 190
FAIL : 23
Chrome
OK : 11
PASS : 209
FAIL : 4
Safari
OK : 9
PASS : 147
FAIL : 15
ERROR: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/fetch/api/basic/keepalive.html
same-origin: FAIL
cross-origin redirect with preflight: FAIL
cross-origin redirect: FAIL
/fetch/api/abort/general.any.serviceworker.html
Stream will not error if body is empty. It's closed with an empty queue before it errors.: FAIL
/fetch/api/abort/general.any.html
Stream will not error if body is empty. It's closed with an empty queue before it errors.: FAIL
/fetch/api/abort/general.any.worker.html
Stream will not error if body is empty. It's closed with an empty queue before it errors.: FAIL
New Tests That Don't Pass
/fetch/api/abort/general.any.sharedworker.html
Readable stream synchronously cancels with AbortError if aborted before reading: FAIL (Chrome: FAIL)
Stream will not error if body is empty. It's closed with an empty queue before it errors.: FAIL (Chrome: PASS)
/fetch/api/basic/keepalive.html
same-origin: FAIL (Chrome: PASS, Safari: PASS)
cross-origin redirect with preflight: FAIL (Chrome: PASS, Safari: PASS)
cross-origin redirect: FAIL (Chrome: PASS, Safari: PASS)
/websockets/stream.tentative/abort.any.html
abort after connect should do nothing: FAIL (Chrome: PASS, Safari: FAIL)
abort during handshake should work: FAIL (Chrome: PASS, Safari: FAIL)
abort before constructing should prevent connection: FAIL (Chrome: PASS, Safari: FAIL)
/websockets/stream.tentative/abort.any.serviceworker.html
abort after connect should do nothing: FAIL (Chrome: PASS, Safari: FAIL)
abort during handshake should work: FAIL (Chrome: PASS, Safari: FAIL)
abort before constructing should prevent connection: FAIL (Chrome: PASS, Safari: FAIL)
/fetch/api/abort/general.any.serviceworker.html
Readable stream synchronously cancels with AbortError if aborted before reading: FAIL (Chrome: FAIL, Safari: FAIL)
Stream will not error if body is empty. It's closed with an empty queue before it errors.: FAIL (Chrome: PASS, Safari: PASS)
/websockets/stream.tentative/abort.any.worker.html
abort after connect should do nothing: FAIL (Chrome: PASS, Safari: FAIL)
abort during handshake should work: FAIL (Chrome: PASS, Safari: FAIL)
abort before constructing should prevent connection: FAIL (Chrome: PASS, Safari: FAIL)
/fetch/api/abort/general.any.html
Readable stream synchronously cancels with AbortError if aborted before reading: FAIL (Chrome: FAIL, Safari: FAIL)
Stream will not error if body is empty. It's closed with an empty queue before it errors.: FAIL (Chrome: PASS, Safari: PASS)
/fetch/api/abort/general.any.worker.html
Readable stream synchronously cancels with AbortError if aborted before reading: FAIL (Chrome: FAIL, Safari: FAIL)
Stream will not error if body is empty. It's closed with an empty queue before it errors.: FAIL (Chrome: PASS, Safari: PASS)
/websockets/stream.tentative/abort.any.sharedworker.html
abort after connect should do nothing: FAIL (Chrome: PASS)
abort during handshake should work: FAIL (Chrome: PASS)
abort before constructing should prevent connection: FAIL (Chrome: PASS)
Comment 4•5 years ago
|
||
bugherder |
Description
•