Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range-expected.txt

Issue 2059823002: Use correct value for Oscillator.frequency.minValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update results for Windows. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 386: Delay.delayTime.value -1 outside nominal range [0, 1. 5]; value will be clamped. 1 CONSOLE WARNING: line 386: Delay.delayTime.value -1 outside nominal range [0, 1. 5]; value will be clamped.
2 CONSOLE WARNING: line 395: Delay.delayTime.value 4 outside nominal range [0, 1.5 ]; value will be clamped. 2 CONSOLE WARNING: line 395: Delay.delayTime.value 4 outside nominal range [0, 1.5 ]; value will be clamped.
3 CONSOLE WARNING: line 386: StereoPanner.pan.value -3 outside nominal range [-1, 1]; value will be clamped. 3 CONSOLE WARNING: line 386: StereoPanner.pan.value -3 outside nominal range [-1, 1]; value will be clamped.
4 CONSOLE WARNING: line 395: StereoPanner.pan.value 3 outside nominal range [-1, 1 ]; value will be clamped. 4 CONSOLE WARNING: line 395: StereoPanner.pan.value 3 outside nominal range [-1, 1 ]; value will be clamped.
5 CONSOLE WARNING: line 386: DynamicsCompressor.threshold.value -201 outside nomin al range [-100, 0]; value will be clamped. 5 CONSOLE WARNING: line 386: DynamicsCompressor.threshold.value -201 outside nomin al range [-100, 0]; value will be clamped.
6 CONSOLE WARNING: line 395: DynamicsCompressor.threshold.value 1 outside nominal range [-100, 0]; value will be clamped. 6 CONSOLE WARNING: line 395: DynamicsCompressor.threshold.value 1 outside nominal range [-100, 0]; value will be clamped.
7 CONSOLE WARNING: line 386: DynamicsCompressor.knee.value -1 outside nominal rang e [0, 40]; value will be clamped. 7 CONSOLE WARNING: line 386: DynamicsCompressor.knee.value -1 outside nominal rang e [0, 40]; value will be clamped.
8 CONSOLE WARNING: line 395: DynamicsCompressor.knee.value 81 outside nominal rang e [0, 40]; value will be clamped. 8 CONSOLE WARNING: line 395: DynamicsCompressor.knee.value 81 outside nominal rang e [0, 40]; value will be clamped.
9 CONSOLE WARNING: line 395: DynamicsCompressor.ratio.value 41 outside nominal ran ge [1, 20]; value will be clamped. 9 CONSOLE WARNING: line 395: DynamicsCompressor.ratio.value 41 outside nominal ran ge [1, 20]; value will be clamped.
10 CONSOLE WARNING: line 386: DynamicsCompressor.attack.value -1 outside nominal ra nge [0, 1]; value will be clamped. 10 CONSOLE WARNING: line 386: DynamicsCompressor.attack.value -1 outside nominal ra nge [0, 1]; value will be clamped.
11 CONSOLE WARNING: line 395: DynamicsCompressor.attack.value 3 outside nominal ran ge [0, 1]; value will be clamped. 11 CONSOLE WARNING: line 395: DynamicsCompressor.attack.value 3 outside nominal ran ge [0, 1]; value will be clamped.
12 CONSOLE WARNING: line 386: DynamicsCompressor.release.value -1 outside nominal r ange [0, 1]; value will be clamped. 12 CONSOLE WARNING: line 386: DynamicsCompressor.release.value -1 outside nominal r ange [0, 1]; value will be clamped.
13 CONSOLE WARNING: line 395: DynamicsCompressor.release.value 3 outside nominal ra nge [0, 1]; value will be clamped. 13 CONSOLE WARNING: line 395: DynamicsCompressor.release.value 3 outside nominal ra nge [0, 1]; value will be clamped.
14 CONSOLE WARNING: line 386: BiquadFilter.frequency.value -1 outside nominal range [0, 24000]; value will be clamped. 14 CONSOLE WARNING: line 386: BiquadFilter.frequency.value -1 outside nominal range [0, 24000]; value will be clamped.
15 CONSOLE WARNING: line 395: BiquadFilter.frequency.value 48001 outside nominal ra nge [0, 24000]; value will be clamped. 15 CONSOLE WARNING: line 395: BiquadFilter.frequency.value 48001 outside nominal ra nge [0, 24000]; value will be clamped.
16 CONSOLE WARNING: line 386: Oscillator.frequency.value -1 outside nominal range [ 0, 24000]; value will be clamped. 16 CONSOLE WARNING: line 386: Oscillator.frequency.value -48001 outside nominal ran ge [-24000, 24000]; value will be clamped.
17 CONSOLE WARNING: line 395: Oscillator.frequency.value 48001 outside nominal rang e [0, 24000]; value will be clamped. 17 CONSOLE WARNING: line 395: Oscillator.frequency.value 48001 outside nominal rang e [-24000, 24000]; value will be clamped.
18 CONSOLE WARNING: line 438: 'AudioListener.dopplerFactor' is deprecated and will be removed in M55, around November 2016. It has no effect as the Web Audio doppl er effects have already been removed internally. See https://www.chromestatus.co m/features/5238926818148352 for more details. 18 CONSOLE WARNING: line 438: 'AudioListener.dopplerFactor' is deprecated and will be removed in M55, around November 2016. It has no effect as the Web Audio doppl er effects have already been removed internally. See https://www.chromestatus.co m/features/5238926818148352 for more details.
19 CONSOLE WARNING: line 438: 'AudioListener.speedOfSound' is deprecated and will b e removed in M55, around November 2016. It has no effect as the Web Audio dopple r effects have already been removed internally. See https://www.chromestatus.com /features/5238926818148352 for more details. 19 CONSOLE WARNING: line 438: 'AudioListener.speedOfSound' is deprecated and will b e removed in M55, around November 2016. It has no effect as the Web Audio dopple r effects have already been removed internally. See https://www.chromestatus.com /features/5238926818148352 for more details.
20 CONSOLE WARNING: line 315: Delay.delayTime.setValueAtTime value -1 outside nomin al range [0, 1]; value will be clamped. 20 CONSOLE WARNING: line 315: Delay.delayTime.setValueAtTime value -1 outside nomin al range [0, 1]; value will be clamped.
21 CONSOLE WARNING: line 316: Delay.delayTime.linearRampToValueAtTime value 2 outsi de nominal range [0, 1]; value will be clamped. 21 CONSOLE WARNING: line 316: Delay.delayTime.linearRampToValueAtTime value 2 outsi de nominal range [0, 1]; value will be clamped.
22 CONSOLE WARNING: line 317: Delay.delayTime.exponentialRampToValue value 3 outsid e nominal range [0, 1]; value will be clamped. 22 CONSOLE WARNING: line 317: Delay.delayTime.exponentialRampToValue value 3 outsid e nominal range [0, 1]; value will be clamped.
23 CONSOLE WARNING: line 318: Delay.delayTime.setTargetAtTime value -1 outside nomi nal range [0, 1]; value will be clamped. 23 CONSOLE WARNING: line 318: Delay.delayTime.setTargetAtTime value -1 outside nomi nal range [0, 1]; value will be clamped.
24 CONSOLE WARNING: line 319: Delay.delayTime.setValueCurveAtTime value 1.5 outside nominal range [0, 1]; value will be clamped. 24 CONSOLE WARNING: line 319: Delay.delayTime.setValueCurveAtTime value 1.5 outside nominal range [0, 1]; value will be clamped.
25 Test AudioParam Nominal Range Values. 25 Test AudioParam Nominal Range Values.
26 26
27 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 27 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 PASS BiquadFilterNode.Q.maxValue = Math.PI is not equal to 3.141592653589793. 140 PASS BiquadFilterNode.Q.maxValue = Math.PI is not equal to 3.141592653589793.
141 PASS BiquadFilterNode.Q.maxValue is read-only. 141 PASS BiquadFilterNode.Q.maxValue is read-only.
142 PASS BiquadFilterNode.gain.minValue is equal to -3.4028234663852886e+38. 142 PASS BiquadFilterNode.gain.minValue is equal to -3.4028234663852886e+38.
143 PASS BiquadFilterNode.gain.maxValue is equal to 3.4028234663852886e+38. 143 PASS BiquadFilterNode.gain.maxValue is equal to 3.4028234663852886e+38.
144 PASS BiquadFilterNode.gain.minValue = Math.PI is not equal to 3.141592653589793. 144 PASS BiquadFilterNode.gain.minValue = Math.PI is not equal to 3.141592653589793.
145 PASS BiquadFilterNode.gain.minValue is read-only. 145 PASS BiquadFilterNode.gain.minValue is read-only.
146 PASS BiquadFilterNode.gain.maxValue = Math.PI is not equal to 3.141592653589793. 146 PASS BiquadFilterNode.gain.maxValue = Math.PI is not equal to 3.141592653589793.
147 PASS BiquadFilterNode.gain.maxValue is read-only. 147 PASS BiquadFilterNode.gain.maxValue is read-only.
148 PASS Nominal ranges for AudioParam(s) of BiquadFilterNode are correct. 148 PASS Nominal ranges for AudioParam(s) of BiquadFilterNode are correct.
149 149
150 PASS OscillatorNode.frequency.minValue is equal to 0. 150 PASS OscillatorNode.frequency.minValue is equal to -24000.
151 PASS OscillatorNode.frequency.maxValue is equal to 24000. 151 PASS OscillatorNode.frequency.maxValue is equal to 24000.
152 PASS OscillatorNode.frequency.minValue = Math.PI is not equal to 3.1415926535897 93. 152 PASS OscillatorNode.frequency.minValue = Math.PI is not equal to 3.1415926535897 93.
153 PASS OscillatorNode.frequency.minValue is read-only. 153 PASS OscillatorNode.frequency.minValue is read-only.
154 PASS OscillatorNode.frequency.maxValue = Math.PI is not equal to 3.1415926535897 93. 154 PASS OscillatorNode.frequency.maxValue = Math.PI is not equal to 3.1415926535897 93.
155 PASS OscillatorNode.frequency.maxValue is read-only. 155 PASS OscillatorNode.frequency.maxValue is read-only.
156 PASS Set OscillatorNode.frequency.value = -1 is equal to 0. 156 PASS Set OscillatorNode.frequency.value = -48001 is equal to -24000.
157 PASS Set OscillatorNode.frequency.value = 48001 is equal to 24000. 157 PASS Set OscillatorNode.frequency.value = 48001 is equal to 24000.
158 PASS OscillatorNode.frequency was correctly clipped to lie within the nominal ra nge. 158 PASS OscillatorNode.frequency was correctly clipped to lie within the nominal ra nge.
159 PASS OscillatorNode.detune.minValue is equal to -3.4028234663852886e+38. 159 PASS OscillatorNode.detune.minValue is equal to -3.4028234663852886e+38.
160 PASS OscillatorNode.detune.maxValue is equal to 3.4028234663852886e+38. 160 PASS OscillatorNode.detune.maxValue is equal to 3.4028234663852886e+38.
161 PASS OscillatorNode.detune.minValue = Math.PI is not equal to 3.141592653589793. 161 PASS OscillatorNode.detune.minValue = Math.PI is not equal to 3.141592653589793.
162 PASS OscillatorNode.detune.minValue is read-only. 162 PASS OscillatorNode.detune.minValue is read-only.
163 PASS OscillatorNode.detune.maxValue = Math.PI is not equal to 3.141592653589793. 163 PASS OscillatorNode.detune.maxValue = Math.PI is not equal to 3.141592653589793.
164 PASS OscillatorNode.detune.maxValue is read-only. 164 PASS OscillatorNode.detune.maxValue is read-only.
165 PASS Nominal ranges for AudioParam(s) of OscillatorNode are correct. 165 PASS Nominal ranges for AudioParam(s) of OscillatorNode are correct.
166 166
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 PASS AudioListener.upZ.maxValue = Math.PI is not equal to 3.141592653589793. 279 PASS AudioListener.upZ.maxValue = Math.PI is not equal to 3.141592653589793.
280 PASS AudioListener.upZ.maxValue is read-only. 280 PASS AudioListener.upZ.maxValue is read-only.
281 PASS Nominal ranges for AudioParam(s) of AudioListener are correct. 281 PASS Nominal ranges for AudioParam(s) of AudioListener are correct.
282 282
283 PASS All nodes were tested. 283 PASS All nodes were tested.
284 284
285 PASS successfullyParsed is true 285 PASS successfullyParsed is true
286 286
287 TEST COMPLETE 287 TEST COMPLETE
288 288
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698