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

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

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years 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
(Empty)
1 CONSOLE WARNING: line 397: Delay.delayTime.value -1 outside nominal range [0, 1. 5]; value will be clamped.
2 CONSOLE WARNING: line 406: Delay.delayTime.value 4 outside nominal range [0, 1.5 ]; value will be clamped.
3 CONSOLE WARNING: line 397: StereoPanner.pan.value -3 outside nominal range [-1, 1]; value will be clamped.
4 CONSOLE WARNING: line 406: StereoPanner.pan.value 3 outside nominal range [-1, 1 ]; value will be clamped.
5 CONSOLE WARNING: line 397: DynamicsCompressor.threshold.value -201 outside nomin al range [-100, 0]; value will be clamped.
6 CONSOLE WARNING: line 406: DynamicsCompressor.threshold.value 1 outside nominal range [-100, 0]; value will be clamped.
7 CONSOLE WARNING: line 397: DynamicsCompressor.knee.value -1 outside nominal rang e [0, 40]; value will be clamped.
8 CONSOLE WARNING: line 406: DynamicsCompressor.knee.value 81 outside nominal rang e [0, 40]; value will be clamped.
9 CONSOLE WARNING: line 406: DynamicsCompressor.ratio.value 41 outside nominal ran ge [1, 20]; value will be clamped.
10 CONSOLE WARNING: line 397: DynamicsCompressor.attack.value -1 outside nominal ra nge [0, 1]; value will be clamped.
11 CONSOLE WARNING: line 406: DynamicsCompressor.attack.value 3 outside nominal ran ge [0, 1]; value will be clamped.
12 CONSOLE WARNING: line 397: DynamicsCompressor.release.value -1 outside nominal r ange [0, 1]; value will be clamped.
13 CONSOLE WARNING: line 406: DynamicsCompressor.release.value 3 outside nominal ra nge [0, 1]; value will be clamped.
14 CONSOLE WARNING: line 397: BiquadFilter.frequency.value -1 outside nominal range [0, 24000]; value will be clamped.
15 CONSOLE WARNING: line 406: BiquadFilter.frequency.value 48001 outside nominal ra nge [0, 24000]; value will be clamped.
16 CONSOLE WARNING: line 397: Oscillator.frequency.value -48001 outside nominal ran ge [-24000, 24000]; value will be clamped.
17 CONSOLE WARNING: line 406: Oscillator.frequency.value 48001 outside nominal rang e [-24000, 24000]; value will be clamped.
18 CONSOLE WARNING: line 326: Delay.delayTime.setValueAtTime value -1 outside nomin al range [0, 1]; value will be clamped.
19 CONSOLE WARNING: line 327: Delay.delayTime.linearRampToValueAtTime value 2 outsi de nominal range [0, 1]; value will be clamped.
20 CONSOLE WARNING: line 328: Delay.delayTime.exponentialRampToValue value 3 outsid e nominal range [0, 1]; value will be clamped.
21 CONSOLE WARNING: line 329: Delay.delayTime.setTargetAtTime value -1 outside nomi nal range [0, 1]; value will be clamped.
22 CONSOLE WARNING: line 330: Delay.delayTime.setValueCurveAtTime value 1.5 outside nominal range [0, 1]; value will be clamped.
23 Test AudioParam Nominal Range Values.
24
25 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
26
27
28 PASS GainNode.gain.minValue is equal to -3.4028234663852886e+38.
29 PASS GainNode.gain.maxValue is equal to 3.4028234663852886e+38.
30 PASS GainNode.gain.minValue = Math.PI is not equal to 3.141592653589793.
31 PASS GainNode.gain.minValue is read-only.
32 PASS GainNode.gain.maxValue = Math.PI is not equal to 3.141592653589793.
33 PASS GainNode.gain.maxValue is read-only.
34 PASS Nominal ranges for AudioParam(s) of GainNode are correct.
35
36 PASS DelayNode.delayTime.minValue is equal to 0.
37 PASS DelayNode.delayTime.maxValue is equal to 1.5.
38 PASS DelayNode.delayTime.minValue = Math.PI is not equal to 3.141592653589793.
39 PASS DelayNode.delayTime.minValue is read-only.
40 PASS DelayNode.delayTime.maxValue = Math.PI is not equal to 3.141592653589793.
41 PASS DelayNode.delayTime.maxValue is read-only.
42 PASS Set DelayNode.delayTime.value = -1 is equal to 0.
43 PASS Set DelayNode.delayTime.value = 4 is equal to 1.5.
44 PASS DelayNode.delayTime was correctly clipped to lie within the nominal range.
45 PASS Nominal ranges for AudioParam(s) of DelayNode are correct.
46
47 PASS AudioBufferSourceNode.playbackRate.minValue is equal to -3.4028234663852886 e+38.
48 PASS AudioBufferSourceNode.playbackRate.maxValue is equal to 3.4028234663852886e +38.
49 PASS AudioBufferSourceNode.playbackRate.minValue = Math.PI is not equal to 3.141 592653589793.
50 PASS AudioBufferSourceNode.playbackRate.minValue is read-only.
51 PASS AudioBufferSourceNode.playbackRate.maxValue = Math.PI is not equal to 3.141 592653589793.
52 PASS AudioBufferSourceNode.playbackRate.maxValue is read-only.
53 PASS AudioBufferSourceNode.detune.minValue is equal to -3.4028234663852886e+38.
54 PASS AudioBufferSourceNode.detune.maxValue is equal to 3.4028234663852886e+38.
55 PASS AudioBufferSourceNode.detune.minValue = Math.PI is not equal to 3.141592653 589793.
56 PASS AudioBufferSourceNode.detune.minValue is read-only.
57 PASS AudioBufferSourceNode.detune.maxValue = Math.PI is not equal to 3.141592653 589793.
58 PASS AudioBufferSourceNode.detune.maxValue is read-only.
59 PASS Nominal ranges for AudioParam(s) of AudioBufferSourceNode are correct.
60
61 PASS StereoPannerNode.pan.minValue is equal to -1.
62 PASS StereoPannerNode.pan.maxValue is equal to 1.
63 PASS StereoPannerNode.pan.minValue = Math.PI is not equal to 3.141592653589793.
64 PASS StereoPannerNode.pan.minValue is read-only.
65 PASS StereoPannerNode.pan.maxValue = Math.PI is not equal to 3.141592653589793.
66 PASS StereoPannerNode.pan.maxValue is read-only.
67 PASS Set StereoPannerNode.pan.value = -3 is equal to -1.
68 PASS Set StereoPannerNode.pan.value = 3 is equal to 1.
69 PASS StereoPannerNode.pan was correctly clipped to lie within the nominal range.
70 PASS Nominal ranges for AudioParam(s) of StereoPannerNode are correct.
71
72 PASS DynamicsCompressorNode.threshold.minValue is equal to -100.
73 PASS DynamicsCompressorNode.threshold.maxValue is equal to 0.
74 PASS DynamicsCompressorNode.threshold.minValue = Math.PI is not equal to 3.14159 2653589793.
75 PASS DynamicsCompressorNode.threshold.minValue is read-only.
76 PASS DynamicsCompressorNode.threshold.maxValue = Math.PI is not equal to 3.14159 2653589793.
77 PASS DynamicsCompressorNode.threshold.maxValue is read-only.
78 PASS Set DynamicsCompressorNode.threshold.value = -201 is equal to -100.
79 PASS Set DynamicsCompressorNode.threshold.value = 1 is equal to 0.
80 PASS DynamicsCompressorNode.threshold was correctly clipped to lie within the no minal range.
81 PASS DynamicsCompressorNode.knee.minValue is equal to 0.
82 PASS DynamicsCompressorNode.knee.maxValue is equal to 40.
83 PASS DynamicsCompressorNode.knee.minValue = Math.PI is not equal to 3.1415926535 89793.
84 PASS DynamicsCompressorNode.knee.minValue is read-only.
85 PASS DynamicsCompressorNode.knee.maxValue = Math.PI is not equal to 3.1415926535 89793.
86 PASS DynamicsCompressorNode.knee.maxValue is read-only.
87 PASS Set DynamicsCompressorNode.knee.value = -1 is equal to 0.
88 PASS Set DynamicsCompressorNode.knee.value = 81 is equal to 40.
89 PASS DynamicsCompressorNode.knee was correctly clipped to lie within the nominal range.
90 PASS DynamicsCompressorNode.ratio.minValue is equal to 1.
91 PASS DynamicsCompressorNode.ratio.maxValue is equal to 20.
92 PASS DynamicsCompressorNode.ratio.minValue = Math.PI is not equal to 3.141592653 589793.
93 PASS DynamicsCompressorNode.ratio.minValue is read-only.
94 PASS DynamicsCompressorNode.ratio.maxValue = Math.PI is not equal to 3.141592653 589793.
95 PASS DynamicsCompressorNode.ratio.maxValue is read-only.
96 PASS Set DynamicsCompressorNode.ratio.value = 1 is equal to 1.
97 PASS Set DynamicsCompressorNode.ratio.value = 41 is equal to 20.
98 PASS DynamicsCompressorNode.ratio was correctly clipped to lie within the nomina l range.
99 PASS DynamicsCompressorNode.attack.minValue is equal to 0.
100 PASS DynamicsCompressorNode.attack.maxValue is equal to 1.
101 PASS DynamicsCompressorNode.attack.minValue = Math.PI is not equal to 3.14159265 3589793.
102 PASS DynamicsCompressorNode.attack.minValue is read-only.
103 PASS DynamicsCompressorNode.attack.maxValue = Math.PI is not equal to 3.14159265 3589793.
104 PASS DynamicsCompressorNode.attack.maxValue is read-only.
105 PASS Set DynamicsCompressorNode.attack.value = -1 is equal to 0.
106 PASS Set DynamicsCompressorNode.attack.value = 3 is equal to 1.
107 PASS DynamicsCompressorNode.attack was correctly clipped to lie within the nomin al range.
108 PASS DynamicsCompressorNode.release.minValue is equal to 0.
109 PASS DynamicsCompressorNode.release.maxValue is equal to 1.
110 PASS DynamicsCompressorNode.release.minValue = Math.PI is not equal to 3.1415926 53589793.
111 PASS DynamicsCompressorNode.release.minValue is read-only.
112 PASS DynamicsCompressorNode.release.maxValue = Math.PI is not equal to 3.1415926 53589793.
113 PASS DynamicsCompressorNode.release.maxValue is read-only.
114 PASS Set DynamicsCompressorNode.release.value = -1 is equal to 0.
115 PASS Set DynamicsCompressorNode.release.value = 3 is equal to 1.
116 PASS DynamicsCompressorNode.release was correctly clipped to lie within the nomi nal range.
117 PASS Nominal ranges for AudioParam(s) of DynamicsCompressorNode are correct.
118
119 PASS BiquadFilterNode.frequency.minValue is equal to 0.
120 PASS BiquadFilterNode.frequency.maxValue is equal to 24000.
121 PASS BiquadFilterNode.frequency.minValue = Math.PI is not equal to 3.14159265358 9793.
122 PASS BiquadFilterNode.frequency.minValue is read-only.
123 PASS BiquadFilterNode.frequency.maxValue = Math.PI is not equal to 3.14159265358 9793.
124 PASS BiquadFilterNode.frequency.maxValue is read-only.
125 PASS Set BiquadFilterNode.frequency.value = -1 is equal to 0.
126 PASS Set BiquadFilterNode.frequency.value = 48001 is equal to 24000.
127 PASS BiquadFilterNode.frequency was correctly clipped to lie within the nominal range.
128 PASS BiquadFilterNode.detune.minValue is equal to -3.4028234663852886e+38.
129 PASS BiquadFilterNode.detune.maxValue is equal to 3.4028234663852886e+38.
130 PASS BiquadFilterNode.detune.minValue = Math.PI is not equal to 3.14159265358979 3.
131 PASS BiquadFilterNode.detune.minValue is read-only.
132 PASS BiquadFilterNode.detune.maxValue = Math.PI is not equal to 3.14159265358979 3.
133 PASS BiquadFilterNode.detune.maxValue is read-only.
134 PASS BiquadFilterNode.Q.minValue is equal to -3.4028234663852886e+38.
135 PASS BiquadFilterNode.Q.maxValue is equal to 3.4028234663852886e+38.
136 PASS BiquadFilterNode.Q.minValue = Math.PI is not equal to 3.141592653589793.
137 PASS BiquadFilterNode.Q.minValue is read-only.
138 PASS BiquadFilterNode.Q.maxValue = Math.PI is not equal to 3.141592653589793.
139 PASS BiquadFilterNode.Q.maxValue is read-only.
140 PASS BiquadFilterNode.gain.minValue is equal to -3.4028234663852886e+38.
141 PASS BiquadFilterNode.gain.maxValue is equal to 3.4028234663852886e+38.
142 PASS BiquadFilterNode.gain.minValue = Math.PI is not equal to 3.141592653589793.
143 PASS BiquadFilterNode.gain.minValue is read-only.
144 PASS BiquadFilterNode.gain.maxValue = Math.PI is not equal to 3.141592653589793.
145 PASS BiquadFilterNode.gain.maxValue is read-only.
146 PASS Nominal ranges for AudioParam(s) of BiquadFilterNode are correct.
147
148 PASS OscillatorNode.frequency.minValue is equal to -24000.
149 PASS OscillatorNode.frequency.maxValue is equal to 24000.
150 PASS OscillatorNode.frequency.minValue = Math.PI is not equal to 3.1415926535897 93.
151 PASS OscillatorNode.frequency.minValue is read-only.
152 PASS OscillatorNode.frequency.maxValue = Math.PI is not equal to 3.1415926535897 93.
153 PASS OscillatorNode.frequency.maxValue is read-only.
154 PASS Set OscillatorNode.frequency.value = -48001 is equal to -24000.
155 PASS Set OscillatorNode.frequency.value = 48001 is equal to 24000.
156 PASS OscillatorNode.frequency was correctly clipped to lie within the nominal ra nge.
157 PASS OscillatorNode.detune.minValue is equal to -3.4028234663852886e+38.
158 PASS OscillatorNode.detune.maxValue is equal to 3.4028234663852886e+38.
159 PASS OscillatorNode.detune.minValue = Math.PI is not equal to 3.141592653589793.
160 PASS OscillatorNode.detune.minValue is read-only.
161 PASS OscillatorNode.detune.maxValue = Math.PI is not equal to 3.141592653589793.
162 PASS OscillatorNode.detune.maxValue is read-only.
163 PASS Nominal ranges for AudioParam(s) of OscillatorNode are correct.
164
165 PASS PannerNode.positionX.minValue is equal to -3.4028234663852886e+38.
166 PASS PannerNode.positionX.maxValue is equal to 3.4028234663852886e+38.
167 PASS PannerNode.positionX.minValue = Math.PI is not equal to 3.141592653589793.
168 PASS PannerNode.positionX.minValue is read-only.
169 PASS PannerNode.positionX.maxValue = Math.PI is not equal to 3.141592653589793.
170 PASS PannerNode.positionX.maxValue is read-only.
171 PASS PannerNode.positionY.minValue is equal to -3.4028234663852886e+38.
172 PASS PannerNode.positionY.maxValue is equal to 3.4028234663852886e+38.
173 PASS PannerNode.positionY.minValue = Math.PI is not equal to 3.141592653589793.
174 PASS PannerNode.positionY.minValue is read-only.
175 PASS PannerNode.positionY.maxValue = Math.PI is not equal to 3.141592653589793.
176 PASS PannerNode.positionY.maxValue is read-only.
177 PASS PannerNode.positionZ.minValue is equal to -3.4028234663852886e+38.
178 PASS PannerNode.positionZ.maxValue is equal to 3.4028234663852886e+38.
179 PASS PannerNode.positionZ.minValue = Math.PI is not equal to 3.141592653589793.
180 PASS PannerNode.positionZ.minValue is read-only.
181 PASS PannerNode.positionZ.maxValue = Math.PI is not equal to 3.141592653589793.
182 PASS PannerNode.positionZ.maxValue is read-only.
183 PASS PannerNode.orientationX.minValue is equal to -3.4028234663852886e+38.
184 PASS PannerNode.orientationX.maxValue is equal to 3.4028234663852886e+38.
185 PASS PannerNode.orientationX.minValue = Math.PI is not equal to 3.14159265358979 3.
186 PASS PannerNode.orientationX.minValue is read-only.
187 PASS PannerNode.orientationX.maxValue = Math.PI is not equal to 3.14159265358979 3.
188 PASS PannerNode.orientationX.maxValue is read-only.
189 PASS PannerNode.orientationY.minValue is equal to -3.4028234663852886e+38.
190 PASS PannerNode.orientationY.maxValue is equal to 3.4028234663852886e+38.
191 PASS PannerNode.orientationY.minValue = Math.PI is not equal to 3.14159265358979 3.
192 PASS PannerNode.orientationY.minValue is read-only.
193 PASS PannerNode.orientationY.maxValue = Math.PI is not equal to 3.14159265358979 3.
194 PASS PannerNode.orientationY.maxValue is read-only.
195 PASS PannerNode.orientationZ.minValue is equal to -3.4028234663852886e+38.
196 PASS PannerNode.orientationZ.maxValue is equal to 3.4028234663852886e+38.
197 PASS PannerNode.orientationZ.minValue = Math.PI is not equal to 3.14159265358979 3.
198 PASS PannerNode.orientationZ.minValue is read-only.
199 PASS PannerNode.orientationZ.maxValue = Math.PI is not equal to 3.14159265358979 3.
200 PASS PannerNode.orientationZ.maxValue is read-only.
201 PASS Nominal ranges for AudioParam(s) of PannerNode are correct.
202
203 PASS ConstantSourceNode.offset.minValue is equal to -3.4028234663852886e+38.
204 PASS ConstantSourceNode.offset.maxValue is equal to 3.4028234663852886e+38.
205 PASS ConstantSourceNode.offset.minValue = Math.PI is not equal to 3.141592653589 793.
206 PASS ConstantSourceNode.offset.minValue is read-only.
207 PASS ConstantSourceNode.offset.maxValue = Math.PI is not equal to 3.141592653589 793.
208 PASS ConstantSourceNode.offset.maxValue is read-only.
209 PASS Nominal ranges for AudioParam(s) of ConstantSourceNode are correct.
210
211 PASS AudioBuffer has no AudioParams as expected.
212
213 PASS IIRFilterNode has no AudioParams as expected.
214
215 PASS WaveShaperNode has no AudioParams as expected.
216
217 PASS ConvolverNode has no AudioParams as expected.
218
219 PASS AnalyserNode has no AudioParams as expected.
220
221 PASS ScriptProcessorNode has no AudioParams as expected.
222
223 PASS PeriodicWave has no AudioParams as expected.
224
225 PASS ChannelSplitterNode has no AudioParams as expected.
226
227 PASS ChannelMergerNode has no AudioParams as expected.
228
229 PASS MediaElementAudioSourceNode has no AudioParams as expected.
230
231 PASS MediaStreamAudioDestinationNode has no AudioParams as expected.
232
233 PASS AudioListener.positionX.minValue is equal to -3.4028234663852886e+38.
234 PASS AudioListener.positionX.maxValue is equal to 3.4028234663852886e+38.
235 PASS AudioListener.positionX.minValue = Math.PI is not equal to 3.14159265358979 3.
236 PASS AudioListener.positionX.minValue is read-only.
237 PASS AudioListener.positionX.maxValue = Math.PI is not equal to 3.14159265358979 3.
238 PASS AudioListener.positionX.maxValue is read-only.
239 PASS AudioListener.positionY.minValue is equal to -3.4028234663852886e+38.
240 PASS AudioListener.positionY.maxValue is equal to 3.4028234663852886e+38.
241 PASS AudioListener.positionY.minValue = Math.PI is not equal to 3.14159265358979 3.
242 PASS AudioListener.positionY.minValue is read-only.
243 PASS AudioListener.positionY.maxValue = Math.PI is not equal to 3.14159265358979 3.
244 PASS AudioListener.positionY.maxValue is read-only.
245 PASS AudioListener.positionZ.minValue is equal to -3.4028234663852886e+38.
246 PASS AudioListener.positionZ.maxValue is equal to 3.4028234663852886e+38.
247 PASS AudioListener.positionZ.minValue = Math.PI is not equal to 3.14159265358979 3.
248 PASS AudioListener.positionZ.minValue is read-only.
249 PASS AudioListener.positionZ.maxValue = Math.PI is not equal to 3.14159265358979 3.
250 PASS AudioListener.positionZ.maxValue is read-only.
251 PASS AudioListener.forwardX.minValue is equal to -3.4028234663852886e+38.
252 PASS AudioListener.forwardX.maxValue is equal to 3.4028234663852886e+38.
253 PASS AudioListener.forwardX.minValue = Math.PI is not equal to 3.141592653589793 .
254 PASS AudioListener.forwardX.minValue is read-only.
255 PASS AudioListener.forwardX.maxValue = Math.PI is not equal to 3.141592653589793 .
256 PASS AudioListener.forwardX.maxValue is read-only.
257 PASS AudioListener.forwardY.minValue is equal to -3.4028234663852886e+38.
258 PASS AudioListener.forwardY.maxValue is equal to 3.4028234663852886e+38.
259 PASS AudioListener.forwardY.minValue = Math.PI is not equal to 3.141592653589793 .
260 PASS AudioListener.forwardY.minValue is read-only.
261 PASS AudioListener.forwardY.maxValue = Math.PI is not equal to 3.141592653589793 .
262 PASS AudioListener.forwardY.maxValue is read-only.
263 PASS AudioListener.forwardZ.minValue is equal to -3.4028234663852886e+38.
264 PASS AudioListener.forwardZ.maxValue is equal to 3.4028234663852886e+38.
265 PASS AudioListener.forwardZ.minValue = Math.PI is not equal to 3.141592653589793 .
266 PASS AudioListener.forwardZ.minValue is read-only.
267 PASS AudioListener.forwardZ.maxValue = Math.PI is not equal to 3.141592653589793 .
268 PASS AudioListener.forwardZ.maxValue is read-only.
269 PASS AudioListener.upX.minValue is equal to -3.4028234663852886e+38.
270 PASS AudioListener.upX.maxValue is equal to 3.4028234663852886e+38.
271 PASS AudioListener.upX.minValue = Math.PI is not equal to 3.141592653589793.
272 PASS AudioListener.upX.minValue is read-only.
273 PASS AudioListener.upX.maxValue = Math.PI is not equal to 3.141592653589793.
274 PASS AudioListener.upX.maxValue is read-only.
275 PASS AudioListener.upY.minValue is equal to -3.4028234663852886e+38.
276 PASS AudioListener.upY.maxValue is equal to 3.4028234663852886e+38.
277 PASS AudioListener.upY.minValue = Math.PI is not equal to 3.141592653589793.
278 PASS AudioListener.upY.minValue is read-only.
279 PASS AudioListener.upY.maxValue = Math.PI is not equal to 3.141592653589793.
280 PASS AudioListener.upY.maxValue is read-only.
281 PASS AudioListener.upZ.minValue is equal to -3.4028234663852886e+38.
282 PASS AudioListener.upZ.maxValue is equal to 3.4028234663852886e+38.
283 PASS AudioListener.upZ.minValue = Math.PI is not equal to 3.141592653589793.
284 PASS AudioListener.upZ.minValue is read-only.
285 PASS AudioListener.upZ.maxValue = Math.PI is not equal to 3.141592653589793.
286 PASS AudioListener.upZ.maxValue is read-only.
287 PASS Nominal ranges for AudioParam(s) of AudioListener are correct.
288
289 PASS All nodes were tested.
290
291 PASS successfullyParsed is true
292
293 TEST COMPLETE
294
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698