summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini
diff options
context:
space:
mode:
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.ini158
1 files changed, 158 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..2a92388277
--- /dev/null
+++ b/testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini
@@ -0,0 +1,158 @@
+[audio-decoder.https.any.html]
+ [Test AudioDecoder construction]
+ expected: FAIL
+
+ [Verify unconfigured AudioDecoder operations]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Missing codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Empty codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Missing sampleRate]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Missing numberOfChannels]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Zero sampleRate]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Zero channels]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Missing codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Empty codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Missing sampleRate]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Missing numberOfChannels]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Zero sampleRate]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Zero channels]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Unrecognized codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Video codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Ambiguous codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Codec with MIME type]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Possible future opus codec string]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Possible future aac codec string]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Unrecognized codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Video codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Ambiguous codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Codec with MIME type]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Possible future opus codec string]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Possible future aac codec string]
+ expected: FAIL
+
+
+[audio-decoder.https.any.worker.html]
+ [Test AudioDecoder construction]
+ expected: FAIL
+
+ [Verify unconfigured AudioDecoder operations]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Missing codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Empty codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Missing sampleRate]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Missing numberOfChannels]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Zero sampleRate]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() rejects invalid config: Zero channels]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Missing codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Empty codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Missing sampleRate]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Missing numberOfChannels]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Zero sampleRate]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() rejects invalid config: Zero channels]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Unrecognized codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Video codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Ambiguous codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Codec with MIME type]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Possible future opus codec string]
+ expected: FAIL
+
+ [Test that AudioDecoder.isConfigSupported() doesn't support config: Possible future aac codec string]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Unrecognized codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Video codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Ambiguous codec]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Codec with MIME type]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Possible future opus codec string]
+ expected: FAIL
+
+ [Test that AudioDecoder.configure() doesn't support config: Possible future aac codec string]
+ expected: FAIL