[wpt-sync] Sync PR 24079 - Python3: port beacon tests
Categories
(Core :: DOM: Networking, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24079 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24079
Details from upstream follow.
Ziran Sun <zsun@igalia.com> wrote:
Python3: port beacon tests
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 9 tests and 1 subtests
Status Summary
Firefox
OK : 9
PASS: 54
FAIL: 16
Chrome
OK : 9
PASS: 59
FAIL: 11
Safari
OK : 9
PASS: 68
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/fetch/api/request/request-keepalive-quota.html?include=slow-3
A Keep-Alive fetch() should not be allowed if the Quota is used up.: FAIL
/fetch/api/request/request-keepalive-quota.html?include=slow-2
A Keep-Alive fetch() should return only its allocated Quota upon promise resolution.: FAIL
/fetch/api/request/request-keepalive-quota.html?include=fast
A Keep-Alive fetch() with a body over the Quota Limit should reject.: FAIL
/beacon/beacon-error.sub.window.html
Verify the behavior after the quota is exhausted.: FAIL
Verify calling 'navigator.sendBeacon()' with a large payload returns 'false'.: FAIL
New Tests That Don't Pass
/fetch/api/request/request-keepalive-quota.html?include=slow-3
A Keep-Alive fetch() should not be allowed if the Quota is used up.: FAIL (Chrome: PASS, Safari: PASS)
/fetch/api/request/request-keepalive-quota.html?include=slow-2
A Keep-Alive fetch() should return only its allocated Quota upon promise resolution.: FAIL (Chrome: PASS, Safari: PASS)
/fetch/api/request/request-keepalive-quota.html?include=fast
A Keep-Alive fetch() with a body over the Quota Limit should reject.: FAIL (Chrome: PASS, Safari: PASS)
/beacon/beacon-error.sub.window.html
Verify the behavior after the quota is exhausted.: FAIL (Chrome: PASS, Safari: PASS)
Verify calling 'navigator.sendBeacon()' with a large payload returns 'false'.: FAIL (Chrome: PASS, Safari: PASS)
/fetch/api/response/response-clone.html
Check response clone use structureClone for teed ReadableStreams (Uint8ClampedArraychunk): FAIL (Chrome: FAIL, Safari: PASS)
Check response clone use structureClone for teed ReadableStreams (Float32Arraychunk): FAIL (Chrome: FAIL, Safari: PASS)
Check response clone use structureClone for teed ReadableStreams (Float64Arraychunk): FAIL (Chrome: FAIL, Safari: PASS)
Check response clone use structureClone for teed ReadableStreams (Uint16Arraychunk): FAIL (Chrome: FAIL, Safari: PASS)
Check response clone use structureClone for teed ReadableStreams (Int8Arraychunk): FAIL (Chrome: FAIL, Safari: PASS)
Check response clone use structureClone for teed ReadableStreams (ArrayBufferchunk): FAIL (Chrome: FAIL, Safari: FAIL)
Check response clone use structureClone for teed ReadableStreams (Int32Arraychunk): FAIL (Chrome: FAIL, Safari: PASS)
Check response clone use structureClone for teed ReadableStreams (DataViewchunk): FAIL (Chrome: FAIL, Safari: FAIL)
Check response clone use structureClone for teed ReadableStreams (Uint32Arraychunk): FAIL (Chrome: FAIL, Safari: PASS)
Check response clone use structureClone for teed ReadableStreams (Int16Arraychunk): FAIL (Chrome: FAIL, Safari: PASS)
Check response clone use structureClone for teed ReadableStreams (Uint8Arraychunk): FAIL (Chrome: FAIL, Safari: PASS)
Comment 4•6 years ago
|
||
| bugherder | ||
Description
•