Closed Bug 1715416 Opened 3 years ago Closed 3 years ago

[wpt-sync] Sync PR 29296 - Add codec specific tests for AudioDecoder. Add mulaw/alaw support.

Categories

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

task

Tracking

(firefox91 fixed)

RESOLVED FIXED
91 Branch
Tracking Status
firefox91 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

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

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

b'Dale Curtis <dalecurtis@chromium.org>' wrote:

Add codec specific tests for AudioDecoder. Add mulaw/alaw support.

This expands our AudioDecoder test coverage as was done for the
VideoDecoder. Namely we now have a audioDecoder-codec-specific.js
file which is parameterized based on each supported codec.

This adds testing for AAC (ADTS), AAC (MP4), MP3, MULAW, and
ALAW. Vorbis and FLAC will be added in a followup.

R=sandersd

Fixed: 1203825
Change-Id: I8130ee0d607e2f6968471ee671650b70d1269980
Reviewed-on: https://chromium-review.googlesource.com/2946625
WPT-Export-Revision: 527af5bc48793cd47c1cb4c7b20cb9ec1fe93f9c

CI Results

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

Total 24 tests and 17 subtests

Status Summary

Firefox

OK : 2
FAIL : 24
ERROR : 18[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-opt, Gecko-windows10-32-debug, Gecko-windows10-32-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt] 22[GitHub]
NOTRUN: 192[Gecko-android-em-7.0-x86_64-debug-geckoview, Gecko-android-em-7.0-x86_64-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-debug, Gecko-linux1804-64-opt, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-linux1804-64-tsan-opt, Gecko-windows10-32-debug, Gecko-windows10-32-opt, Gecko-windows10-64-debug, Gecko-windows10-64-opt, Gecko-windows10-64-qr-debug, Gecko-windows10-64-qr-opt] 266[GitHub]

Chrome

OK : 20
PASS : 248
FAIL : 10
ERROR : 4
NOTRUN: 32

Safari

OK : 2
FAIL : 24
ERROR : 22
NOTRUN: 266

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:Empty 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:Empty 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 construction: FAIL (Chrome: PASS, Safari: FAIL)
Verify unconfigured AudioDecoder operations: FAIL (Chrome: PASS, Safari: FAIL)
/webcodecs/audio-decoder.any.html
Test that AudioDecoder.isConfigSupported() rejects invalid config:Empty 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:Empty 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 construction: FAIL (Chrome: PASS, Safari: FAIL)
Verify unconfigured AudioDecoder operations: FAIL (Chrome: PASS, Safari: FAIL)
/webcodecs/audioDecoder-codec-specific.any.worker.html?opus: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.worker.html?pcm_mulaw: ERROR (Chrome: ERROR, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.html?opus: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.html?pcm_alaw: ERROR (Chrome: ERROR, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.worker.html?mp3: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.worker.html?mp4_aac: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.worker.html?adts_aac: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.html?pcm_mulaw: ERROR (Chrome: ERROR, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.html?mp4_aac: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.html?mp3: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.worker.html?pcm_alaw: ERROR (Chrome: ERROR, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: NOTRUN, Safari: NOTRUN)
/webcodecs/audioDecoder-codec-specific.any.html?adts_aac: ERROR (Chrome: OK, Safari: ERROR)
Test isConfigSupported(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test that AudioDecoder.isConfigSupported() returns a parsed configuration: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Verify closed AudioDecoder operations: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test decoding after flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
/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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: NOTRUN (Chrome: FAIL, 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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.html?h264_annexb: 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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.worker.html?h264_avc: 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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.html?h264_avc: 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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.worker.html?h264_annexb: 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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: NOTRUN (Chrome: FAIL, Safari: NOTRUN)
/webcodecs/videoDecoder-codec-specific.any.html?vp8: 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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, 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?av1: 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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, 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?av1: 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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, 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?vp8: 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: PASS, Safari: NOTRUN)
Test invalid configs: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test configure(): NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a key frame: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Decode a non key frame first fails: 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: PASS, Safari: NOTRUN)
Test decoding a with negative timestamp: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test reset during flush: NOTRUN (Chrome: PASS, Safari: NOTRUN)
Test low-latency decoding: NOTRUN (Chrome: PASS, Safari: NOTRUN)

Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d2f2a8728efd
[wpt PR 29296] - Add codec specific tests for AudioDecoder. Add mulaw/alaw support., a=testonly
https://hg.mozilla.org/integration/autoland/rev/164e57a1f244
[wpt PR 29296] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in before you can comment on or make changes to this bug.