Closed Bug 1709980 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 28884 - [webcodecs] Add WPT H.264 VideoDecoder tests.

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox90 fixed)

RESOLVED FIXED
90 Branch
Tracking Status
firefox90 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 28884 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/28884
Details from upstream follow.

b'Dan Sanders <sandersd@chromium.org>' wrote:

[webcodecs] Add WPT H.264 VideoDecoder tests.

Bug: 1117643
Change-Id: I1e98643716de1192db34efe803e86f6ecedc6a18
Reviewed-on: https://chromium-review.googlesource.com/2879161
WPT-Export-Revision: d5b4e03619ae44bd20059a5fdceafe3ad3176210

Whiteboard: [wptsync downstream] → [wptsync downstream error]
Whiteboard: [wptsync downstream error] → [wptsync downstream]

CI Results

Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI

Total 10 tests and 16 subtests

Status Summary

Firefox

OK : 4
FAIL : 62
ERROR : 6
NOTRUN : 96

Chrome

OK : 6
PASS : 120
FAIL : 34
TIMEOUT: 8

Safari

OK : 4
FAIL : 62
ERROR : 6
NOTRUN : 96

Links

Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base

Details

New Tests That Don't Pass

/webcodecs/audio-decoder.any.worker.html
Test that AudioDecoder.isConfigSupported() rejects invalid config:Emtpy codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() rejects invalid config:Unrecognized codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() rejects invalid config:Video codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() rejects invalid config:Ambiguous codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() rejects invalid config:Codec with MIME type: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Emtpy codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Unrecognized codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Video codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Ambiguous codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Codec with MIME type: FAIL (Chrome: PASS, Safari: FAIL)
Test AudioDecoder.isConfigSupported() with a valid config: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: FAIL (Chrome: PASS, Safari: FAIL)
Test AudioDecoder construction: FAIL (Chrome: PASS, Safari: FAIL)
Test AudioDecoder.configure(): FAIL (Chrome: PASS, Safari: FAIL)
Verify closed AudioDecoder operations: FAIL (Chrome: PASS, Safari: FAIL)
Verify unconfigured AudioDecoder operations: FAIL (Chrome: PASS, Safari: FAIL)
Test Opus decoding: FAIL (Chrome: PASS, Safari: FAIL)
Test Opus decoding with a negative timestamp: FAIL (Chrome: PASS, Safari: FAIL)
Test decoding after flush.: FAIL (Chrome: FAIL, Safari: FAIL)
Test reset during flush.: FAIL (Chrome: FAIL, Safari: FAIL)
/webcodecs/audio-decoder.any.html
Test that AudioDecoder.isConfigSupported() rejects invalid config:Emtpy codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() rejects invalid config:Unrecognized codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() rejects invalid config:Video codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() rejects invalid config:Ambiguous codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() rejects invalid config:Codec with MIME type: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Emtpy codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Unrecognized codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Video codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Ambiguous codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.configure() rejects invalid config:Codec with MIME type: FAIL (Chrome: PASS, Safari: FAIL)
Test AudioDecoder.isConfigSupported() with a valid config: FAIL (Chrome: PASS, Safari: FAIL)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: FAIL (Chrome: PASS, Safari: FAIL)
Test AudioDecoder construction: FAIL (Chrome: PASS, Safari: FAIL)
Test AudioDecoder.configure(): FAIL (Chrome: PASS, Safari: FAIL)
Verify closed AudioDecoder operations: FAIL (Chrome: PASS, Safari: FAIL)
Verify unconfigured AudioDecoder operations: FAIL (Chrome: PASS, Safari: FAIL)
Test Opus decoding: FAIL (Chrome: PASS, Safari: FAIL)
Test Opus decoding with a negative timestamp: FAIL (Chrome: PASS, Safari: FAIL)
Test decoding after flush.: FAIL (Chrome: FAIL, Safari: FAIL)
Test reset during flush.: FAIL (Chrome: FAIL, Safari: FAIL)
/webcodecs/video-decoder.any.worker.html
Test that VideoDecoder.isConfigSupported() rejects invalid config:Emtpy codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.isConfigSupported() rejects invalid config:Unrecognized codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.isConfigSupported() rejects invalid config:Audio codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.isConfigSupported() rejects invalid config:Ambiguous codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.isConfigSupported() rejects invalid config:Codec with MIME type: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Emtpy codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Unrecognized codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Audio codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Ambiguous codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Codec with MIME type: FAIL (Chrome: PASS, Safari: FAIL)
Test VideoDecoder construction: FAIL (Chrome: PASS, Safari: FAIL)
/webcodecs/video-decoder.any.html
Test that VideoDecoder.isConfigSupported() rejects invalid config:Emtpy codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.isConfigSupported() rejects invalid config:Unrecognized codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.isConfigSupported() rejects invalid config:Audio codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.isConfigSupported() rejects invalid config:Ambiguous codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.isConfigSupported() rejects invalid config:Codec with MIME type: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Emtpy codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Unrecognized codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Audio codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Ambiguous codec: FAIL (Chrome: PASS, Safari: FAIL)
Test that VideoDecoder.configure() rejects invalid config:Codec with MIME type: FAIL (Chrome: PASS, Safari: FAIL)
Test VideoDecoder construction: FAIL (Chrome: PASS, Safari: FAIL)
/webcodecs/videoDecoder-codec-specific.any.html?vp9: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test isConfigSupported() with 1080p crop: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Verify reset() suppresses outputs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test unconfigured VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test closed VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode empty frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Close while decoding corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.worker.html?h264_avc: ERROR (Chrome: TIMEOUT, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test isConfigSupported() with 1080p crop: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Verify reset() suppresses outputs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test unconfigured VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test closed VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode empty frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Close while decoding corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: TIMEOUT, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.html?h264_avc: ERROR (Chrome: TIMEOUT, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test isConfigSupported() with 1080p crop: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Verify reset() suppresses outputs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test unconfigured VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test closed VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode empty frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Close while decoding corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: TIMEOUT, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.worker.html?vp9: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test isConfigSupported() with 1080p crop: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Verify reset() suppresses outputs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test unconfigured VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test closed VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode empty frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Close while decoding corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.html?h264_annexb: ERROR (Chrome: TIMEOUT, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test isConfigSupported() with 1080p crop: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Verify reset() suppresses outputs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test unconfigured VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test closed VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode empty frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Close while decoding corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: TIMEOUT, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.worker.html?h264_annexb: ERROR (Chrome: TIMEOUT, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test isConfigSupported() with 1080p crop: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Verify reset() suppresses outputs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test unconfigured VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test closed VideoDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode empty frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Close while decoding corrupt frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: TIMEOUT, Safari: NOTRUN)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e4df6423d56b
[wpt PR 28884] - [webcodecs] Add WPT H.264 VideoDecoder tests., a=testonly
https://hg.mozilla.org/integration/autoland/rev/8e0b8d4b4068
[wpt PR 28884] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in before you can comment on or make changes to this bug.