diff options
Diffstat (limited to 'testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini b/testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini new file mode 100644 index 0000000000..23dbf89e76 --- /dev/null +++ b/testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini @@ -0,0 +1,78 @@ +[audio-decoder.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Empty codec] + expected: FAIL + + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Unrecognized codec] + expected: FAIL + + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Video codec] + expected: FAIL + + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Ambiguous codec] + expected: FAIL + + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Codec with MIME type] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Empty codec] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Unrecognized codec] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Video codec] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Ambiguous codec] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Codec with MIME type] + expected: FAIL + + [Test AudioDecoder construction] + expected: FAIL + + [Verify unconfigured AudioDecoder operations] + expected: FAIL + + +[audio-decoder.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Empty codec] + expected: FAIL + + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Unrecognized codec] + expected: FAIL + + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Video codec] + expected: FAIL + + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Ambiguous codec] + expected: FAIL + + [Test that AudioDecoder.isConfigSupported() rejects invalid config:Codec with MIME type] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Empty codec] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Unrecognized codec] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Video codec] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Ambiguous codec] + expected: FAIL + + [Test that AudioDecoder.configure() rejects invalid config:Codec with MIME type] + expected: FAIL + + [Test AudioDecoder construction] + expected: FAIL + + [Verify unconfigured AudioDecoder operations] + expected: FAIL |