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

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

Issue 1820403002: Implement Automations for PannerNode and AutioListener (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test because CL for min/maxValue AudioParam landed Created 4 years, 7 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: Delay.delayTime.value -1 outside nominal range [0, 1.5]; value will be clamped. 1 CONSOLE WARNING: Delay.delayTime.value -1 outside nominal range [0, 1.5]; value will be clamped.
2 CONSOLE WARNING: Delay.delayTime.value 4 outside nominal range [0, 1.5]; value w ill be clamped. 2 CONSOLE WARNING: Delay.delayTime.value 4 outside nominal range [0, 1.5]; value w ill be clamped.
3 CONSOLE WARNING: StereoPanner.pan.value -3 outside nominal range [-1, 1]; value will be clamped. 3 CONSOLE WARNING: StereoPanner.pan.value -3 outside nominal range [-1, 1]; value will be clamped.
4 CONSOLE WARNING: StereoPanner.pan.value 3 outside nominal range [-1, 1]; value w ill be clamped. 4 CONSOLE WARNING: StereoPanner.pan.value 3 outside nominal range [-1, 1]; value w ill be clamped.
5 CONSOLE WARNING: DynamicsCompressor.threshold.value -201 outside nominal range [ -100, 0]; value will be clamped. 5 CONSOLE WARNING: DynamicsCompressor.threshold.value -201 outside nominal range [ -100, 0]; value will be clamped.
6 CONSOLE WARNING: DynamicsCompressor.threshold.value 1 outside nominal range [-10 0, 0]; value will be clamped. 6 CONSOLE WARNING: DynamicsCompressor.threshold.value 1 outside nominal range [-10 0, 0]; value will be clamped.
7 CONSOLE WARNING: DynamicsCompressor.knee.value -1 outside nominal range [0, 40]; value will be clamped. 7 CONSOLE WARNING: DynamicsCompressor.knee.value -1 outside nominal range [0, 40]; value will be clamped.
8 CONSOLE WARNING: DynamicsCompressor.knee.value 81 outside nominal range [0, 40]; value will be clamped. 8 CONSOLE WARNING: DynamicsCompressor.knee.value 81 outside nominal range [0, 40]; value will be clamped.
9 CONSOLE WARNING: DynamicsCompressor.ratio.value 41 outside nominal range [1, 20] ; value will be clamped. 9 CONSOLE WARNING: DynamicsCompressor.ratio.value 41 outside nominal range [1, 20] ; value will be clamped.
10 CONSOLE WARNING: DynamicsCompressor.attack.value -1 outside nominal range [0, 1] ; value will be clamped. 10 CONSOLE WARNING: DynamicsCompressor.attack.value -1 outside nominal range [0, 1] ; value will be clamped.
11 CONSOLE WARNING: DynamicsCompressor.attack.value 3 outside nominal range [0, 1]; value will be clamped. 11 CONSOLE WARNING: DynamicsCompressor.attack.value 3 outside nominal range [0, 1]; value will be clamped.
12 CONSOLE WARNING: DynamicsCompressor.release.value -1 outside nominal range [0, 1 ]; value will be clamped. 12 CONSOLE WARNING: DynamicsCompressor.release.value -1 outside nominal range [0, 1 ]; value will be clamped.
13 CONSOLE WARNING: DynamicsCompressor.release.value 3 outside nominal range [0, 1] ; value will be clamped. 13 CONSOLE WARNING: DynamicsCompressor.release.value 3 outside nominal range [0, 1] ; value will be clamped.
14 CONSOLE WARNING: BiquadFilter.frequency.value -1 outside nominal range [0, 24000 ]; value will be clamped. 14 CONSOLE WARNING: BiquadFilter.frequency.value -1 outside nominal range [0, 24000 ]; value will be clamped.
15 CONSOLE WARNING: BiquadFilter.frequency.value 48001 outside nominal range [0, 24 000]; value will be clamped. 15 CONSOLE WARNING: BiquadFilter.frequency.value 48001 outside nominal range [0, 24 000]; value will be clamped.
16 CONSOLE WARNING: Oscillator.frequency.value -1 outside nominal range [0, 24000]; value will be clamped. 16 CONSOLE WARNING: Oscillator.frequency.value -1 outside nominal range [0, 24000]; value will be clamped.
17 CONSOLE WARNING: Oscillator.frequency.value 48001 outside nominal range [0, 2400 0]; value will be clamped. 17 CONSOLE WARNING: Oscillator.frequency.value 48001 outside nominal range [0, 2400 0]; value will be clamped.
18 CONSOLE WARNING: 'AudioListener.dopplerFactor' is deprecated and will be removed in M55, around November 2016. It has no effect as the Web Audio doppler effects have already been removed internally. See https://www.chromestatus.com/features /5238926818148352 for more details.
19 CONSOLE WARNING: 'AudioListener.speedOfSound' is deprecated and will be removed in M55, around November 2016. It has no effect as the Web Audio doppler effects have already been removed internally. See https://www.chromestatus.com/features/ 5238926818148352 for more details.
18 CONSOLE WARNING: Delay.delayTime.setValueAtTime value -1 outside nominal range [ 0, 1]; value will be clamped. 20 CONSOLE WARNING: Delay.delayTime.setValueAtTime value -1 outside nominal range [ 0, 1]; value will be clamped.
19 CONSOLE WARNING: Delay.delayTime.linearRampToValueAtTime value 2 outside nominal range [0, 1]; value will be clamped. 21 CONSOLE WARNING: Delay.delayTime.linearRampToValueAtTime value 2 outside nominal range [0, 1]; value will be clamped.
20 CONSOLE WARNING: Delay.delayTime.exponentialRampToValue value 3 outside nominal range [0, 1]; value will be clamped. 22 CONSOLE WARNING: Delay.delayTime.exponentialRampToValue value 3 outside nominal range [0, 1]; value will be clamped.
21 CONSOLE WARNING: Delay.delayTime.setTargetAtTime value -1 outside nominal range [0, 1]; value will be clamped. 23 CONSOLE WARNING: Delay.delayTime.setTargetAtTime value -1 outside nominal range [0, 1]; value will be clamped.
22 CONSOLE WARNING: Delay.delayTime.setValueCurveAtTime value 1.5 outside nominal r ange [0, 1]; value will be clamped. 24 CONSOLE WARNING: Delay.delayTime.setValueCurveAtTime value 1.5 outside nominal r ange [0, 1]; value will be clamped.
23 Test Automation of SpatialListener Position. 25 Test AudioParam Nominal Range Values.
24 26
25 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 ".
26 28
27 29
28 PASS GainNode.gain.minValue is equal to -3.4028234663852886e+38. 30 PASS GainNode.gain.minValue is equal to -3.4028234663852886e+38.
29 PASS GainNode.gain.maxValue is equal to 3.4028234663852886e+38. 31 PASS GainNode.gain.maxValue is equal to 3.4028234663852886e+38.
30 PASS GainNode.gain.minValue = Math.PI is not equal to 3.141592653589793. 32 PASS GainNode.gain.minValue = Math.PI is not equal to 3.141592653589793.
31 PASS GainNode.gain.minValue is read-only. 33 PASS GainNode.gain.minValue is read-only.
32 PASS GainNode.gain.maxValue = Math.PI is not equal to 3.141592653589793. 34 PASS GainNode.gain.maxValue = Math.PI is not equal to 3.141592653589793.
33 PASS GainNode.gain.maxValue is read-only. 35 PASS GainNode.gain.maxValue is read-only.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 PASS Set OscillatorNode.frequency.value = 48001 is equal to 24000. 157 PASS Set OscillatorNode.frequency.value = 48001 is equal to 24000.
156 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.
157 PASS OscillatorNode.detune.minValue is equal to -3.4028234663852886e+38. 159 PASS OscillatorNode.detune.minValue is equal to -3.4028234663852886e+38.
158 PASS OscillatorNode.detune.maxValue is equal to 3.4028234663852886e+38. 160 PASS OscillatorNode.detune.maxValue is equal to 3.4028234663852886e+38.
159 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.
160 PASS OscillatorNode.detune.minValue is read-only. 162 PASS OscillatorNode.detune.minValue is read-only.
161 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.
162 PASS OscillatorNode.detune.maxValue is read-only. 164 PASS OscillatorNode.detune.maxValue is read-only.
163 PASS Nominal ranges for AudioParam(s) of OscillatorNode are correct. 165 PASS Nominal ranges for AudioParam(s) of OscillatorNode are correct.
164 166
167 PASS PannerNode.positionX.minValue is equal to -3.4028234663852886e+38.
168 PASS PannerNode.positionX.maxValue is equal to 3.4028234663852886e+38.
169 PASS PannerNode.positionX.minValue = Math.PI is not equal to 3.141592653589793.
170 PASS PannerNode.positionX.minValue is read-only.
171 PASS PannerNode.positionX.maxValue = Math.PI is not equal to 3.141592653589793.
172 PASS PannerNode.positionX.maxValue is read-only.
173 PASS PannerNode.positionY.minValue is equal to -3.4028234663852886e+38.
174 PASS PannerNode.positionY.maxValue is equal to 3.4028234663852886e+38.
175 PASS PannerNode.positionY.minValue = Math.PI is not equal to 3.141592653589793.
176 PASS PannerNode.positionY.minValue is read-only.
177 PASS PannerNode.positionY.maxValue = Math.PI is not equal to 3.141592653589793.
178 PASS PannerNode.positionY.maxValue is read-only.
179 PASS PannerNode.positionZ.minValue is equal to -3.4028234663852886e+38.
180 PASS PannerNode.positionZ.maxValue is equal to 3.4028234663852886e+38.
181 PASS PannerNode.positionZ.minValue = Math.PI is not equal to 3.141592653589793.
182 PASS PannerNode.positionZ.minValue is read-only.
183 PASS PannerNode.positionZ.maxValue = Math.PI is not equal to 3.141592653589793.
184 PASS PannerNode.positionZ.maxValue is read-only.
185 PASS PannerNode.orientationX.minValue is equal to -3.4028234663852886e+38.
186 PASS PannerNode.orientationX.maxValue is equal to 3.4028234663852886e+38.
187 PASS PannerNode.orientationX.minValue = Math.PI is not equal to 3.14159265358979 3.
188 PASS PannerNode.orientationX.minValue is read-only.
189 PASS PannerNode.orientationX.maxValue = Math.PI is not equal to 3.14159265358979 3.
190 PASS PannerNode.orientationX.maxValue is read-only.
191 PASS PannerNode.orientationY.minValue is equal to -3.4028234663852886e+38.
192 PASS PannerNode.orientationY.maxValue is equal to 3.4028234663852886e+38.
193 PASS PannerNode.orientationY.minValue = Math.PI is not equal to 3.14159265358979 3.
194 PASS PannerNode.orientationY.minValue is read-only.
195 PASS PannerNode.orientationY.maxValue = Math.PI is not equal to 3.14159265358979 3.
196 PASS PannerNode.orientationY.maxValue is read-only.
197 PASS PannerNode.orientationZ.minValue is equal to -3.4028234663852886e+38.
198 PASS PannerNode.orientationZ.maxValue is equal to 3.4028234663852886e+38.
199 PASS PannerNode.orientationZ.minValue = Math.PI is not equal to 3.14159265358979 3.
200 PASS PannerNode.orientationZ.minValue is read-only.
201 PASS PannerNode.orientationZ.maxValue = Math.PI is not equal to 3.14159265358979 3.
202 PASS PannerNode.orientationZ.maxValue is read-only.
203 PASS Nominal ranges for AudioParam(s) of PannerNode are correct.
204
165 PASS AudioBuffer has no AudioParams as expected. 205 PASS AudioBuffer has no AudioParams as expected.
166 206
167 PASS IIRFilterNode has no AudioParams as expected. 207 PASS IIRFilterNode has no AudioParams as expected.
168 208
169 PASS WaveShaperNode has no AudioParams as expected. 209 PASS WaveShaperNode has no AudioParams as expected.
170 210
171 PASS ConvolverNode has no AudioParams as expected. 211 PASS ConvolverNode has no AudioParams as expected.
172 212
173 PASS AnalyserNode has no AudioParams as expected. 213 PASS AnalyserNode has no AudioParams as expected.
174 214
175 PASS ScriptProcessorNode has no AudioParams as expected. 215 PASS ScriptProcessorNode has no AudioParams as expected.
176 216
177 PASS PeriodicWave has no AudioParams as expected. 217 PASS PeriodicWave has no AudioParams as expected.
178 218
179 PASS ChannelSplitterNode has no AudioParams as expected. 219 PASS ChannelSplitterNode has no AudioParams as expected.
180 220
181 PASS ChannelMergerNode has no AudioParams as expected. 221 PASS ChannelMergerNode has no AudioParams as expected.
182 222
183 PASS PannerNode has no AudioParams as expected.
184
185 PASS MediaElementAudioSourceNode has no AudioParams as expected. 223 PASS MediaElementAudioSourceNode has no AudioParams as expected.
186 224
187 PASS MediaStreamAudioDestinationNode has no AudioParams as expected. 225 PASS MediaStreamAudioDestinationNode has no AudioParams as expected.
188 226
227 PASS AudioListener.positionX.minValue is equal to -3.4028234663852886e+38.
228 PASS AudioListener.positionX.maxValue is equal to 3.4028234663852886e+38.
229 PASS AudioListener.positionX.minValue = Math.PI is not equal to 3.14159265358979 3.
230 PASS AudioListener.positionX.minValue is read-only.
231 PASS AudioListener.positionX.maxValue = Math.PI is not equal to 3.14159265358979 3.
232 PASS AudioListener.positionX.maxValue is read-only.
233 PASS AudioListener.positionY.minValue is equal to -3.4028234663852886e+38.
234 PASS AudioListener.positionY.maxValue is equal to 3.4028234663852886e+38.
235 PASS AudioListener.positionY.minValue = Math.PI is not equal to 3.14159265358979 3.
236 PASS AudioListener.positionY.minValue is read-only.
237 PASS AudioListener.positionY.maxValue = Math.PI is not equal to 3.14159265358979 3.
238 PASS AudioListener.positionY.maxValue is read-only.
239 PASS AudioListener.positionZ.minValue is equal to -3.4028234663852886e+38.
240 PASS AudioListener.positionZ.maxValue is equal to 3.4028234663852886e+38.
241 PASS AudioListener.positionZ.minValue = Math.PI is not equal to 3.14159265358979 3.
242 PASS AudioListener.positionZ.minValue is read-only.
243 PASS AudioListener.positionZ.maxValue = Math.PI is not equal to 3.14159265358979 3.
244 PASS AudioListener.positionZ.maxValue is read-only.
245 PASS AudioListener.forwardX.minValue is equal to -3.4028234663852886e+38.
246 PASS AudioListener.forwardX.maxValue is equal to 3.4028234663852886e+38.
247 PASS AudioListener.forwardX.minValue = Math.PI is not equal to 3.141592653589793 .
248 PASS AudioListener.forwardX.minValue is read-only.
249 PASS AudioListener.forwardX.maxValue = Math.PI is not equal to 3.141592653589793 .
250 PASS AudioListener.forwardX.maxValue is read-only.
251 PASS AudioListener.forwardY.minValue is equal to -3.4028234663852886e+38.
252 PASS AudioListener.forwardY.maxValue is equal to 3.4028234663852886e+38.
253 PASS AudioListener.forwardY.minValue = Math.PI is not equal to 3.141592653589793 .
254 PASS AudioListener.forwardY.minValue is read-only.
255 PASS AudioListener.forwardY.maxValue = Math.PI is not equal to 3.141592653589793 .
256 PASS AudioListener.forwardY.maxValue is read-only.
257 PASS AudioListener.forwardZ.minValue is equal to -3.4028234663852886e+38.
258 PASS AudioListener.forwardZ.maxValue is equal to 3.4028234663852886e+38.
259 PASS AudioListener.forwardZ.minValue = Math.PI is not equal to 3.141592653589793 .
260 PASS AudioListener.forwardZ.minValue is read-only.
261 PASS AudioListener.forwardZ.maxValue = Math.PI is not equal to 3.141592653589793 .
262 PASS AudioListener.forwardZ.maxValue is read-only.
263 PASS AudioListener.upX.minValue is equal to -3.4028234663852886e+38.
264 PASS AudioListener.upX.maxValue is equal to 3.4028234663852886e+38.
265 PASS AudioListener.upX.minValue = Math.PI is not equal to 3.141592653589793.
266 PASS AudioListener.upX.minValue is read-only.
267 PASS AudioListener.upX.maxValue = Math.PI is not equal to 3.141592653589793.
268 PASS AudioListener.upX.maxValue is read-only.
269 PASS AudioListener.upY.minValue is equal to -3.4028234663852886e+38.
270 PASS AudioListener.upY.maxValue is equal to 3.4028234663852886e+38.
271 PASS AudioListener.upY.minValue = Math.PI is not equal to 3.141592653589793.
272 PASS AudioListener.upY.minValue is read-only.
273 PASS AudioListener.upY.maxValue = Math.PI is not equal to 3.141592653589793.
274 PASS AudioListener.upY.maxValue is read-only.
275 PASS AudioListener.upZ.minValue is equal to -3.4028234663852886e+38.
276 PASS AudioListener.upZ.maxValue is equal to 3.4028234663852886e+38.
277 PASS AudioListener.upZ.minValue = Math.PI is not equal to 3.141592653589793.
278 PASS AudioListener.upZ.minValue is read-only.
279 PASS AudioListener.upZ.maxValue = Math.PI is not equal to 3.141592653589793.
280 PASS AudioListener.upZ.maxValue is read-only.
281 PASS Nominal ranges for AudioParam(s) of AudioListener are correct.
282
189 PASS All nodes were tested. 283 PASS All nodes were tested.
190 284
191 PASS successfullyParsed is true 285 PASS successfullyParsed is true
192 286
193 TEST COMPLETE 287 TEST COMPLETE
194 288
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698