From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../meta/webcodecs/audio-decoder.https.any.js.ini | 158 --------------------- 1 file changed, 158 deletions(-) delete mode 100644 testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini (limited to 'testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini') 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 deleted file mode 100644 index 2a92388277..0000000000 --- a/testing/web-platform/meta/webcodecs/audio-decoder.https.any.js.ini +++ /dev/null @@ -1,158 +0,0 @@ -[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 -- cgit v1.2.3