[wpt-sync] Sync PR 26629 - [WebCodecs] Actually suppress late decoder outputs
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox85 fixed)
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26629 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26629
Details from upstream follow.
b'Chris Cunningham <chcunningham@chromium.org>' wrote:
[WebCodecs] Actually suppress late decoder outputs
Forgot to do this as part of the earlier change:
https://chromium-review.googlesource.com/c/chromium/src/+/2541646Made the test a little more interesting with hopes of catching this
sort of bug.Bug: 1121340
Change-Id: Id5a23f8fe2c4e052c61f70bbed8778048adc5ceeReviewed-on: https://chromium-review.googlesource.com/2556001
WPT-Export-Revision: 07cb711a97fcb1a3ba8def8050727511a0b795c2
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
CI Results
Ran 14 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 9 subtests
Status Summary
Firefox
OK : 2
FAIL: 18
Chrome
OK : 2
PASS: 8
FAIL: 10
Safari
OK : 2
FAIL: 18
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/webcodecs/video-decoder.any.worker.html
Test VideoDecoder construction: FAIL (Chrome: FAIL, Safari: FAIL)
Test VideoDecoder.configure(): FAIL (Chrome: FAIL, Safari: FAIL)
Decode VP9: FAIL (Chrome: FAIL, Safari: FAIL)
Verify reset() suppresses output and rejects flush: FAIL (Chrome: FAIL, Safari: FAIL)
Verify closed VideoDecoder operations: FAIL (Chrome: FAIL, Safari: FAIL)
Verify unconfigured VideoDecoder operations: FAIL (Chrome: FAIL, Safari: FAIL)
Decode corrupt VP9 frame: FAIL (Chrome: FAIL, Safari: FAIL)
Decode empty VP9 frame: FAIL (Chrome: FAIL, Safari: FAIL)
Close while decoding corrupt VP9 frame: FAIL (Chrome: FAIL, Safari: FAIL)
/webcodecs/video-decoder.any.html
Test VideoDecoder construction: FAIL (Chrome: PASS, Safari: FAIL)
Test VideoDecoder.configure(): FAIL (Chrome: PASS, Safari: FAIL)
Decode VP9: FAIL (Chrome: PASS, Safari: FAIL)
Verify reset() suppresses output and rejects flush: FAIL (Chrome: FAIL, Safari: FAIL)
Verify closed VideoDecoder operations: FAIL (Chrome: PASS, Safari: FAIL)
Verify unconfigured VideoDecoder operations: FAIL (Chrome: PASS, Safari: FAIL)
Decode corrupt VP9 frame: FAIL (Chrome: PASS, Safari: FAIL)
Decode empty VP9 frame: FAIL (Chrome: PASS, Safari: FAIL)
Close while decoding corrupt VP9 frame: FAIL (Chrome: PASS, Safari: FAIL)
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/54c20c1ba1e9
https://hg.mozilla.org/mozilla-central/rev/cd52e99cbe88
Description
•