diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface')
4 files changed, 46 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/cors-check.https.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/cors-check.https.html.ini new file mode 100644 index 0000000000..7401aedbbc --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/cors-check.https.html.ini @@ -0,0 +1,32 @@ +[cors-check.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [X Recorded channel #2 should have contain at least one value different from 0.] + expected: + if (os == "linux") and ccov: [FAIL, PASS] + FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.] + expected: + if (os == "linux") and ccov: [FAIL, PASS] + FAIL + + [< [start-playback-and-capture\] 4 out of 4 assertions were failed.] + expected: + if (os == "linux") and ccov: [FAIL, PASS] + FAIL + + [X Recorded channel #1 should have contain at least one value different from 0.] + expected: + if (os == "linux") and ccov: [FAIL, PASS] + FAIL + + [X Recorded channel #0 should have contain at least one value different from 0.] + expected: + if (os == "linux") and ccov: [FAIL, PASS] + FAIL + + [X Recorded channel #3 should have contain at least one value different from 0.] + expected: + if (os == "linux") and ccov: [FAIL, PASS] + FAIL diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html.ini new file mode 100644 index 0000000000..836f0876d6 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html.ini @@ -0,0 +1,9 @@ +[mediaElementAudioSourceToScriptProcessorTest.html] + [All data processed correctly] + expected: + if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, FAIL] + if (os == "linux") and fission and not asan and tsan: [PASS, FAIL] + if (os == "linux") and fission and asan: [PASS, FAIL] + if (os == "mac") and debug: [PASS, FAIL] + if (os == "linux") and not fission: [PASS, FAIL] + if (os == "android") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/no-cors.https.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/no-cors.https.html.ini new file mode 100644 index 0000000000..158872d889 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/no-cors.https.html.ini @@ -0,0 +1,3 @@ +[no-cors.https.html] + bug: redirect not tainted https://bugzilla.mozilla.org/show_bug.cgi?id=1599950 + disabled: unstable failing test names https://bugzilla.mozilla.org/show_bug.cgi?id=1599954 diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/setSinkId-with-MediaElementAudioSourceNode.https.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/setSinkId-with-MediaElementAudioSourceNode.https.html.ini new file mode 100644 index 0000000000..18b11d3499 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/setSinkId-with-MediaElementAudioSourceNode.https.html.ini @@ -0,0 +1,2 @@ +[setSinkId-with-MediaElementAudioSourceNode.https.html] + prefs: [media.setsinkid.enabled:true] |