From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../silent-inputs.html.ini | 22 ++++++++++++++++++++++ .../waveshaper-copy-curve.html.ini | 4 ++++ .../waveshaper-limits.html.ini | 3 +++ .../waveshaper-simple.html.ini | 3 +++ .../waveshaper.html.ini | 3 +++ 5 files changed, 35 insertions(+) create mode 100644 testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html.ini create mode 100644 testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini create mode 100644 testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits.html.ini create mode 100644 testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-simple.html.ini create mode 100644 testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html.ini (limited to 'testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface') diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html.ini new file mode 100644 index 0000000000..7be854f87c --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html.ini @@ -0,0 +1,22 @@ +[silent-inputs.html] + [X WaveShaper with silent inputs and curve {"0":0.5,"1":0.5,"2":0.5}: Expected 0.5 for all values but found 16000 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 15996 more errors.] + expected: FAIL + + [< [test-0\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X WaveShaper with 2x oversample, silent inputs, and curve {"0":0.5,"1":0.5,"2":0.5}: Expected 0.5 for all values but found 16000 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 15996 more errors.] + expected: FAIL + + [< [test-1\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X WaveShaper with no inputs and curve {"0":0.5,"1":0.5,"2":0.5}: Expected 0.5 for all values but found 16000 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 15996 more errors.] + expected: FAIL + + [< [test-2\] 1 out of 1 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 3 out of 3 tasks were failed.] + expected: FAIL + diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini new file mode 100644 index 0000000000..2bb57db257 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini @@ -0,0 +1,4 @@ +[waveshaper-copy-curve.html] + [Executing "test copying"] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1265406 diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits.html.ini new file mode 100644 index 0000000000..0535613825 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits.html.ini @@ -0,0 +1,3 @@ +[waveshaper-limits.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-simple.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-simple.html.ini new file mode 100644 index 0000000000..7c28fab239 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-simple.html.ini @@ -0,0 +1,3 @@ +[waveshaper-simple.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html.ini new file mode 100644 index 0000000000..0bb3506eea --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html.ini @@ -0,0 +1,3 @@ +[waveshaper.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3