[wpt-sync] Sync PR 25124 - [webcodecs] Implement Audio/VideoDecoder error callback.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox82 fixed)
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25124 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25124
Details from upstream follow.
Dan Sanders <sandersd@chromium.org> wrote:
[webcodecs] Implement Audio/VideoDecoder error callback.
This is implemented in terms of an |is_closed_| state, which prevents
reentrancy during shutdown.Bug: 1045247
Change-Id: I69e8bd095979f6571fbe95b298f91166b61dc9f3
Reviewed-on: https://chromium-review.googlesource.com/2363998
WPT-Export-Revision: 08abde308a877121af5fbeecbe5bcbfc0a525553
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=469dfb4d3027ae1860294cd3ece6818d40dbcf92
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 7 subtests
Status Summary
Firefox
FAIL : 5
TIMEOUT: 2
ERROR : 1
Chrome
FAIL : 5
TIMEOUT: 2
ERROR : 1
Safari
FAIL : 5
TIMEOUT: 2
ERROR : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webcodecs/video-decoder.html: ERROR (Chrome: ERROR, Safari: ERROR)
Test VideoDecoder.configure() codec validity: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Closed decoder: FAIL (Chrome: FAIL, Safari: FAIL)
Decode corrupt VP9 frame: FAIL (Chrome: FAIL, Safari: FAIL)
Decode VP9: FAIL (Chrome: FAIL, Safari: FAIL)
Decode without configure: FAIL (Chrome: FAIL, Safari: FAIL)
Test VideoDecoder construction: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Decode empty VP9 frame: FAIL (Chrome: FAIL, Safari: FAIL)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0b448c55b58c [wpt PR 25124] - [webcodecs] Implement Audio/VideoDecoder error callback., a=testonly https://hg.mozilla.org/integration/autoland/rev/c38a5a5864b9 [wpt PR 25124] - Update wpt metadata, a=testonly
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0b448c55b58c
https://hg.mozilla.org/mozilla-central/rev/c38a5a5864b9
Description
•