[wpt-sync] Sync PR 34632 - Make AudioData transferable
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox104 fixed)
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34632 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34632
Details from upstream follow.
Thomas Guilbert <tguilbert@chromium.org> wrote:
Make AudioData transferable
The WebCodecs spec says AudioData should be transferable. This CL
mirrors the CL which made VideoFrames transferable 1, and adds
tranferability to AudioData.Bug: 1338935
Change-Id: I3b9799380331e9c823bb7f618729159318648064
Reviewed-on: https://chromium-review.googlesource.com/3733397
WPT-Export-Revision: fd92abc5da46ad02b6128b0015daa6bfc23d3f73
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 1 tests and 3 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 3
Chrome
OK
: 1
PASS
: 2
FAIL
: 1
Safari
OK
: 1
FAIL
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webcodecs/audio-data-serialization.any.html [wpt.fyi]
- Verify closing AudioData does not propagate accross contexts.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Verify posting closed AudioData throws.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - Verify transferring audio data closes them.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Verify closing AudioData does not propagate accross contexts.:
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/685a520cb4df
https://hg.mozilla.org/mozilla-central/rev/8ef7724992f9
Description
•