[wpt-sync] Sync PR 29670 - [WebCodecs] Implement serialization for encoded chunks.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox92 fixed)
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29670 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29670
Details from upstream follow.
b'Dale Curtis <dalecurtis@chromium.org>' wrote:
[WebCodecs] Implement serialization for encoded chunks.
This allows EncodedAudioChunk and EncodedVideoChunk to be passed
between the window/worker boundary.Fixed: 1229422
Change-Id: I9707874315e316b69ab8fdc865c35c222d4eb880
Reviewed-on: https://chromium-review.googlesource.com/3028522
WPT-Export-Revision: 92fb4292f7758d932a52f035ee51a816c9d4c7ac
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK : 1
FAIL: 2
Chrome
OK : 1
FAIL: 2
Safari
OK : 1
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webcodecs/chunk-serialization.any.html
Verify EncodedAudioChunk is serializable.: FAIL (Chrome: FAIL, Safari: FAIL)
Verify EncodedVideoChunk is serializable.: FAIL (Chrome: FAIL, Safari: FAIL)
![]() |
||
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b4c3d350fb84
https://hg.mozilla.org/mozilla-central/rev/eedb5cc48ac6
Description
•