diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:50 +0000 |
commit | def92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch) | |
tree | 2ef34b9ad8bb9a9220e05d60352558b15f513894 /testing/web-platform/meta/webcodecs/audio-encoder.https.any.js.ini | |
parent | Adding debian version 125.0.3-1. (diff) | |
download | firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webcodecs/audio-encoder.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webcodecs/audio-encoder.https.any.js.ini | 78 |
1 files changed, 51 insertions, 27 deletions
diff --git a/testing/web-platform/meta/webcodecs/audio-encoder.https.any.js.ini b/testing/web-platform/meta/webcodecs/audio-encoder.https.any.js.ini index 8b3f3d9b54..92c6feda07 100644 --- a/testing/web-platform/meta/webcodecs/audio-encoder.https.any.js.ini +++ b/testing/web-platform/meta/webcodecs/audio-encoder.https.any.js.ini @@ -1,74 +1,98 @@ [audio-encoder.https.any.html] expected: - if (os == "android") and fission: [ERROR, TIMEOUT] + if os == "android": ERROR [Simple audio encoding] - expected: FAIL - - [Encode audio with negative timestamp] - expected: FAIL + expected: + if os == "android": FAIL [Test reset during flush] - expected: FAIL + expected: + if os == "android": FAIL + + [Encode audio with negative timestamp] + expected: + if os == "android": FAIL [Channel number variation: 1] - expected: FAIL + expected: + if os == "android": FAIL [Channel number variation: 2] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 3000] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 13000] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 23000] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 33000] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 43000] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 53000] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 63000] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 73000] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 83000] - expected: FAIL + expected: + if os == "android": FAIL [Sample rate variation: 93000] - expected: FAIL + expected: + if os == "android": FAIL [Encoding and decoding] - expected: FAIL + expected: + if os == "android": FAIL [Emit decoder config and extra data.] - expected: FAIL + expected: + if os == "android": FAIL [encodeQueueSize test] - expected: FAIL + expected: + if os == "android": FAIL [Test encoding Opus with additional parameters: Empty Opus config] - expected: FAIL + expected: + if os == "android": FAIL [Test encoding Opus with additional parameters: Opus with frameDuration] - expected: FAIL + expected: + if os == "android": FAIL [Test encoding Opus with additional parameters: Opus with complexity] - expected: FAIL + expected: + if os == "android": FAIL [Test encoding Opus with additional parameters: Opus with useinbandfec] - expected: FAIL + expected: + if os == "android": FAIL [Test encoding Opus with additional parameters: Opus with usedtx] - expected: FAIL + expected: + if os == "android": FAIL [Test encoding Opus with additional parameters: Opus mixed parameters] - expected: FAIL + expected: + if os == "android": FAIL |