diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini')
-rw-r--r-- | testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini new file mode 100644 index 0000000000..2c05e73e1c --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini @@ -0,0 +1,125 @@ +[automation-rate.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [X Default AudioBufferSourceNode.detune.automationRate is not equal to k-rate. Got undefined.] + expected: FAIL + + [X Set AudioBufferSourceNode.detune.automationRate to "a-rate" did not throw an exception.] + expected: FAIL + + [X Default AudioBufferSourceNode.playbackRate.automationRate is not equal to k-rate. Got undefined.] + expected: FAIL + + [X Set AudioBufferSourceNode.playbackRate.automationRate to "a-rate" did not throw an exception.] + expected: FAIL + + [< [AudioBufferSourceNode\] 4 out of 4 assertions were failed.] + expected: FAIL + + [X Default BiquadFilterNode.frequency.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [X Default BiquadFilterNode.detune.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [X Default BiquadFilterNode.Q.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [X Default BiquadFilterNode.gain.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [< [BiquadFilterNode\] 4 out of 12 assertions were failed.] + expected: FAIL + + [X Default ConstantSourceNode.offset.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [< [ConstantSourceNode\] 1 out of 3 assertions were failed.] + expected: FAIL + + [X Default DelayNode.delayTime.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [< [DelayNode\] 1 out of 3 assertions were failed.] + expected: FAIL + + [X Default DynamicsCompressorNode.threshold.automationRate is not equal to k-rate. Got undefined.] + expected: FAIL + + [X Set DynamicsCompressorNode.threshold.automationRate to "a-rate" did not throw an exception.] + expected: FAIL + + [X Default DynamicsCompressorNode.knee.automationRate is not equal to k-rate. Got undefined.] + expected: FAIL + + [X Set DynamicsCompressorNode.knee.automationRate to "a-rate" did not throw an exception.] + expected: FAIL + + [X Default DynamicsCompressorNode.ratio.automationRate is not equal to k-rate. Got undefined.] + expected: FAIL + + [X Set DynamicsCompressorNode.ratio.automationRate to "a-rate" did not throw an exception.] + expected: FAIL + + [X Default DynamicsCompressorNode.attack.automationRate is not equal to k-rate. Got undefined.] + expected: FAIL + + [X Set DynamicsCompressorNode.attack.automationRate to "a-rate" did not throw an exception.] + expected: FAIL + + [X Default DynamicsCompressorNode.release.automationRate is not equal to k-rate. Got undefined.] + expected: FAIL + + [X Set DynamicsCompressorNode.release.automationRate to "a-rate" did not throw an exception.] + expected: FAIL + + [< [DynamicsCompressorNode\] 10 out of 10 assertions were failed.] + expected: FAIL + + [X Default GainNode.gain.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [< [GainNode\] 1 out of 3 assertions were failed.] + expected: FAIL + + [X Default OscillatorNode.frequency.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [X Default OscillatorNode.detune.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [< [OscillatorNode\] 2 out of 6 assertions were failed.] + expected: FAIL + + [X Default PannerNode.positionX.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [X Default PannerNode.positionY.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [X Default PannerNode.positionZ.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [X Default PannerNode.orientationX.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [X Default PannerNode.orientationY.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [X Default PannerNode.orientationZ.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [< [PannerNode\] 6 out of 18 assertions were failed.] + expected: FAIL + + [X Default StereoPannerNode.pan.automationRate is not equal to a-rate. Got undefined.] + expected: FAIL + + [< [StereoPannerNode\] 1 out of 3 assertions were failed.] + expected: FAIL + + [Executing "AudioListener"] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 9 out of 10 tasks were failed.] + expected: FAIL |