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

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

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