[wpt-sync] Sync PR 25082 - Parse codecs on VideoEncoder::Configure()
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox82 fixed)
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25082 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25082
Details from upstream follow.
Thomas Guilbert <tguilbert@chromium.org> wrote:
Parse codecs on VideoEncoder::Configure()
// TODO(tguilbert)
Change-Id: I88df452cfa2a1b0fcfeb4da6c279665661d7380f
Reviewed-on: https://chromium-review.googlesource.com/2363711
WPT-Export-Revision: c707df7bcfb25448446f4f66ec65b6ca9583cb19
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 5 subtests
Status Summary
Firefox
TIMEOUT: 5
ERROR : 1
Chrome
TIMEOUT: 5
ERROR : 1
Safari
TIMEOUT: 5
ERROR : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webcodecs/video-encoder.html: ERROR (Chrome: ERROR, Safari: ERROR)
Test successful encode() after re-configure().: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Test VideoEncoder.configure(): TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Test VideoEncoder construction: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Test successful configure(), encode(), and flush(): TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Test encode() before configure() throws InvalidStateError.: TIMEOUT (Chrome: TIMEOUT, Safari: TIMEOUT)
Comment 6•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/374951ccaed5
https://hg.mozilla.org/mozilla-central/rev/6bc108aeafc6
Description
•