Closed
Bug 2015529
Opened 3 months ago
Closed 2 months ago
[wpt-sync] Sync PR 57656 - [WebCryptoAPI] Add tests for transferred `ArrayBuffer`s
Categories
(Core :: DOM: Web Crypto, task, P4)
Core
DOM: Web Crypto
Tracking
()
RESOLVED
FIXED
150 Branch
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
234.59 KB,
text/plain
|
Details |
Sync web-platform-tests PR 57656 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/57656
Details from upstream follow.
Daniel Huigens <d.huigens@protonmail.com> wrote:
[WebCryptoAPI] Add tests for transferred
ArrayBuffers
- When transferring an input buffer during a call to Web Crypto, the input should be treated as an empty buffer.
- Transferring an input buffer after a call to Web Crypto should have no effect.
See diff in https://github.com/web-platform-tests/wpt/commit/3b53b43ca9d0e72f2b519bcfb55b8bd1d1f7992a.
To be merged after https://github.com/w3c/webcrypto/pull/426 and https://github.com/web-platform-tests/wpt/pull/57614.
| Assignee | ||
Updated•3 months ago
|
Component: web-platform-tests → DOM: Web Crypto
Product: Testing → Core
| Assignee | ||
Comment 1•2 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=cb12a47ea305377d905da623de3f202f740c2da5
| Assignee | ||
Comment 2•2 months ago
|
||
# CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 38 tests and 145 subtests
## Status Summary
### Firefox
`OK` : 34[GitHub] 38[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
`PASS`: 3872[GitHub] 3890[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
`FAIL`: 1688[GitHub] 1754[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt]
### Chrome
`OK` : 34
`PASS`: 2706
`FAIL`: 2854
### Safari
`OK` : 34
`PASS`: 3884
`FAIL`: 1676
## Links
[Gecko CI (Treeherder)](https://treeherder.mozilla.org/#/jobs?repo=try&revision=cb12a47ea305377d905da623de3f202f740c2da5)
[GitHub PR Head](https://wpt.fyi/results/?sha=c1a94bbe17e45067ff8256b4fc3559fad8fb63d8&label=pr_head)
[GitHub PR Base](https://wpt.fyi/results/?sha=c1a94bbe17e45067ff8256b4fc3559fad8fb63d8&label=pr_base)
## Details
(See attachment for full changes)
Pushed by wptsync@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/91234d8d53ac
https://hg.mozilla.org/integration/autoland/rev/e32ecde775a7
[wpt PR 57656] - [WebCryptoAPI] Add tests for transferred `ArrayBuffer`s, a=testonly
https://github.com/mozilla-firefox/firefox/commit/8946a5fa7dc1
https://hg.mozilla.org/integration/autoland/rev/c9d5ee7121ce
[wpt PR 57656] - Update wpt metadata, a=testonly
https://hg.mozilla.org/mozilla-central/rev/e32ecde775a7
https://hg.mozilla.org/mozilla-central/rev/c9d5ee7121ce
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox150:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 150 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•