[wpt-sync] Sync PR 46824 - avoid failing entire suites when Float16Array is undefined
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46824 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46824
Details from upstream follow.
Kevin Gibbons <bakkot@gmail.com> wrote:
avoid failing entire suites when Float16Array is undefined
Followup to https://github.com/web-platform-tests/wpt/pull/45483 per https://github.com/web-platform-tests/wpt/pull/45483#issuecomment-2165766114 (cc @saschanaz).
https://github.com/web-platform-tests/wpt/pull/46278 and https://github.com/web-platform-tests/wpt/pull/45670 did part of this already, so I think these are the only remaining cases.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 9 tests and 36 subtests
Status Summary
Firefox
OK : 8
PASS : 314
FAIL : 16
ERROR: 1
Chrome
OK : 8
PASS : 314
FAIL : 16
ERROR: 1
Safari
OK : 8
PASS : 314
FAIL : 16
ERROR: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /FileAPI/blob/Blob-constructor.any.html [wpt.fyi]
- Passing a Float16Array as element of the blobParts array should work.:
FAIL(Chrome:FAIL, Safari:FAIL)
- Passing a Float16Array as element of the blobParts array should work.:
- /FileAPI/blob/Blob-constructor.any.worker.html [wpt.fyi]
- Passing a Float16Array as element of the blobParts array should work.:
FAIL(Chrome:FAIL, Safari:FAIL)
- Passing a Float16Array as element of the blobParts array should work.:
- /WebCryptoAPI/getRandomValues.any.worker.html [wpt.fyi]
- Float16 arrays:
FAIL(Chrome:FAIL, Safari:FAIL)
- Float16 arrays:
- /WebCryptoAPI/getRandomValues.any.html [wpt.fyi]
- Float16 arrays:
FAIL(Chrome:FAIL, Safari:FAIL)
- Float16 arrays:
- /compression/decompression-buffersource.tentative.any.sharedworker.html [wpt.fyi]
- chunk of type Float16Array should work for deflate:
FAIL(Chrome:FAIL, Safari:FAIL) - chunk of type Float16Array should work for gzip:
FAIL(Chrome:FAIL, Safari:FAIL) - chunk of type Float16Array should work for deflate-raw:
FAIL(Chrome:FAIL, Safari:FAIL)
- chunk of type Float16Array should work for deflate:
- /compression/decompression-buffersource.tentative.any.worker.html [wpt.fyi]
- chunk of type Float16Array should work for deflate:
FAIL(Chrome:FAIL, Safari:FAIL) - chunk of type Float16Array should work for gzip:
FAIL(Chrome:FAIL, Safari:FAIL) - chunk of type Float16Array should work for deflate-raw:
FAIL(Chrome:FAIL, Safari:FAIL)
- chunk of type Float16Array should work for deflate:
- /compression/decompression-buffersource.tentative.any.serviceworker.html [wpt.fyi]
- chunk of type Float16Array should work for deflate:
FAIL(Chrome:FAIL, Safari:FAIL) - chunk of type Float16Array should work for gzip:
FAIL(Chrome:FAIL, Safari:FAIL) - chunk of type Float16Array should work for deflate-raw:
FAIL(Chrome:FAIL, Safari:FAIL)
- chunk of type Float16Array should work for deflate:
- /compression/decompression-buffersource.tentative.any.shadowrealm.html [wpt.fyi]:
ERROR(Chrome:ERROR, Safari:ERROR) - /compression/decompression-buffersource.tentative.any.html [wpt.fyi]
- chunk of type Float16Array should work for deflate:
FAIL(Chrome:FAIL, Safari:FAIL) - chunk of type Float16Array should work for gzip:
FAIL(Chrome:FAIL, Safari:FAIL) - chunk of type Float16Array should work for deflate-raw:
FAIL(Chrome:FAIL, Safari:FAIL)
- chunk of type Float16Array should work for deflate:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/398a5e0c0d81
https://hg.mozilla.org/mozilla-central/rev/a73a3161f05a
Description
•