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

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

Issue 2780433005: Convert AudioParam tests to new Audit (Closed)
Patch Set: Address review comments Created 3 years, 8 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 394: Delay.delayTime.value -1 outside nominal range [0, 1. 5]; value will be clamped. 1 CONSOLE WARNING: line 396: Delay.delayTime.value -1 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. 2 CONSOLE WARNING: line 406: Delay.delayTime.value 4 outside nominal range [0, 1.5 ]; value will be clamped.
3 CONSOLE WARNING: line 394: StereoPanner.pan.value -3 outside nominal range [-1, 1]; value will be clamped. 3 CONSOLE WARNING: line 396: 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. 4 CONSOLE WARNING: line 406: StereoPanner.pan.value 3 outside nominal range [-1, 1 ]; value will be clamped.
5 CONSOLE WARNING: line 394: DynamicsCompressor.threshold.value -201 outside nomin al range [-100, 0]; value will be clamped. 5 CONSOLE WARNING: line 396: DynamicsCompressor.threshold.value -201 outside nomin al 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. 6 CONSOLE WARNING: line 406: DynamicsCompressor.threshold.value 1 outside nominal range [-100, 0]; value will be clamped.
7 CONSOLE WARNING: line 394: DynamicsCompressor.knee.value -1 outside nominal rang e [0, 40]; value will be clamped. 7 CONSOLE WARNING: line 396: DynamicsCompressor.knee.value -1 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. 8 CONSOLE WARNING: line 406: DynamicsCompressor.knee.value 81 outside nominal rang e [0, 40]; value will be clamped.
9 CONSOLE WARNING: line 403: DynamicsCompressor.ratio.value 41 outside nominal ran ge [1, 20]; 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 394: DynamicsCompressor.attack.value -1 outside nominal ra nge [0, 1]; value will be clamped. 10 CONSOLE WARNING: line 396: DynamicsCompressor.attack.value -1 outside nominal ra nge [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. 11 CONSOLE WARNING: line 406: DynamicsCompressor.attack.value 3 outside nominal ran ge [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. 12 CONSOLE WARNING: line 396: DynamicsCompressor.release.value -1 outside nominal r ange [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. 13 CONSOLE WARNING: line 406: DynamicsCompressor.release.value 3 outside nominal ra nge [0, 1]; value will be clamped.
14 CONSOLE WARNING: line 394: BiquadFilter.frequency.value -1 outside nominal range [0, 24000]; value will be clamped. 14 CONSOLE WARNING: line 396: BiquadFilter.frequency.value -1 outside nominal range [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. 15 CONSOLE WARNING: line 406: BiquadFilter.frequency.value 48001 outside nominal ra nge [0, 24000]; value will be clamped.
16 CONSOLE WARNING: line 394: Oscillator.frequency.value -48001 outside nominal ran ge [-24000, 24000]; value will be clamped. 16 CONSOLE WARNING: line 396: Oscillator.frequency.value -48001 outside nominal ran ge [-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. 17 CONSOLE WARNING: line 406: 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 329: 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 330: 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 331: 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 332: 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 333: Delay.delayTime.setValueCurveAtTime value 1.5 outside nominal range [0, 1]; value will be clamped.
23 This is a testharness.js-based test. 23 This is a testharness.js-based test.
24 PASS GainNode.gain.minValue is equal to -3.4028234663852886e+38. 24 PASS # AUDIT TASK RUNNER STARTED.
25 PASS GainNode.gain.maxValue is equal to 3.4028234663852886e+38. 25 PASS > [initialize]
26 PASS GainNode.gain.minValue = Math.PI is not equal to 3.141592653589793. 26 PASS Create context for tests did not throw an exception.
27 PASS GainNode.gain.minValue is read-only is equal to true. 27 PASS < [initialize] All assertions passed. (total 1 assertions)
28 PASS GainNode.gain.maxValue = Math.PI is not equal to 3.141592653589793. 28 PASS > [createGain]
29 PASS GainNode.gain.maxValue is read-only is equal to true. 29 PASS GainNode.gain.minValue is equal to -3.4028234663852886e+38.
30 PASS Nominal ranges for AudioParam(s) of GainNode are correct. 30 PASS GainNode.gain.maxValue is equal to 3.4028234663852886e+38.
31 PASS DelayNode.delayTime.minValue is equal to 0. 31 PASS GainNode.gain.minValue = Math.PI is not equal to 3.141592653589793.
32 PASS DelayNode.delayTime.maxValue is equal to 1.5. 32 PASS GainNode.gain.minValue is read-only is equal to true.
33 PASS DelayNode.delayTime.minValue = Math.PI is not equal to 3.141592653589793. 33 PASS GainNode.gain.maxValue = Math.PI is not equal to 3.141592653589793.
34 PASS DelayNode.delayTime.minValue is read-only is equal to true. 34 PASS GainNode.gain.maxValue is read-only is equal to true.
35 PASS DelayNode.delayTime.maxValue = Math.PI is not equal to 3.141592653589793. 35 PASS Nominal ranges for AudioParam(s) of GainNode are correct
36 PASS DelayNode.delayTime.maxValue is read-only is equal to true. 36 PASS < [createGain] All assertions passed. (total 7 assertions)
37 PASS Set DelayNode.delayTime.value = -1 is equal to 0. 37 PASS > [createDelay]
38 PASS Set DelayNode.delayTime.value = 4 is equal to 1.5. 38 PASS DelayNode.delayTime.minValue is equal to 0.
39 PASS DelayNode.delayTimewas clipped to lie within the nominal range is equal to true. 39 PASS DelayNode.delayTime.maxValue is equal to 1.5.
40 PASS Nominal ranges for AudioParam(s) of DelayNode are correct. 40 PASS DelayNode.delayTime.minValue = Math.PI is not equal to 3.141592653589793.
41 PASS AudioBufferSourceNode.playbackRate.minValue is equal to -3.4028234663852886 e+38. 41 PASS DelayNode.delayTime.minValue is read-only is equal to true.
42 PASS AudioBufferSourceNode.playbackRate.maxValue is equal to 3.4028234663852886e +38. 42 PASS DelayNode.delayTime.maxValue = Math.PI is not equal to 3.141592653589793.
43 PASS AudioBufferSourceNode.playbackRate.minValue = Math.PI is not equal to 3.141 592653589793. 43 PASS DelayNode.delayTime.maxValue is read-only is equal to true.
44 PASS AudioBufferSourceNode.playbackRate.minValue is read-only is equal to true. 44 PASS Set DelayNode.delayTime.value = -1 is equal to 0.
45 PASS AudioBufferSourceNode.playbackRate.maxValue = Math.PI is not equal to 3.141 592653589793. 45 PASS Set DelayNode.delayTime.value = 4 is equal to 1.5.
46 PASS AudioBufferSourceNode.playbackRate.maxValue is read-only is equal to true. 46 PASS DelayNode.delayTimewas clipped to lie within the nominal range is equal t o true.
47 PASS AudioBufferSourceNode.detune.minValue is equal to -3.4028234663852886e+38. 47 PASS Nominal ranges for AudioParam(s) of DelayNode are correct
48 PASS AudioBufferSourceNode.detune.maxValue is equal to 3.4028234663852886e+38. 48 PASS < [createDelay] All assertions passed. (total 10 assertions)
49 PASS AudioBufferSourceNode.detune.minValue = Math.PI is not equal to 3.141592653 589793. 49 PASS > [createBufferSource]
50 PASS AudioBufferSourceNode.detune.minValue is read-only is equal to true. 50 PASS AudioBufferSourceNode.playbackRate.minValue is equal to -3.40282346638528 86e+38.
51 PASS AudioBufferSourceNode.detune.maxValue = Math.PI is not equal to 3.141592653 589793. 51 PASS AudioBufferSourceNode.playbackRate.maxValue is equal to 3.402823466385288 6e+38.
52 PASS AudioBufferSourceNode.detune.maxValue is read-only is equal to true. 52 PASS AudioBufferSourceNode.playbackRate.minValue = Math.PI is not equal to 3.1 41592653589793.
53 PASS Nominal ranges for AudioParam(s) of AudioBufferSourceNode are correct. 53 PASS AudioBufferSourceNode.playbackRate.minValue is read-only is equal to true .
54 PASS StereoPannerNode.pan.minValue is equal to -1. 54 PASS AudioBufferSourceNode.playbackRate.maxValue = Math.PI is not equal to 3.1 41592653589793.
55 PASS StereoPannerNode.pan.maxValue is equal to 1. 55 PASS AudioBufferSourceNode.playbackRate.maxValue is read-only is equal to true .
56 PASS StereoPannerNode.pan.minValue = Math.PI is not equal to 3.141592653589793. 56 PASS AudioBufferSourceNode.detune.minValue is equal to -3.4028234663852886e+38 .
57 PASS StereoPannerNode.pan.minValue is read-only is equal to true. 57 PASS AudioBufferSourceNode.detune.maxValue is equal to 3.4028234663852886e+38.
58 PASS StereoPannerNode.pan.maxValue = Math.PI is not equal to 3.141592653589793. 58 PASS AudioBufferSourceNode.detune.minValue = Math.PI is not equal to 3.1415926 53589793.
59 PASS StereoPannerNode.pan.maxValue is read-only is equal to true. 59 PASS AudioBufferSourceNode.detune.minValue is read-only is equal to true.
60 PASS Set StereoPannerNode.pan.value = -3 is equal to -1. 60 PASS AudioBufferSourceNode.detune.maxValue = Math.PI is not equal to 3.1415926 53589793.
61 PASS Set StereoPannerNode.pan.value = 3 is equal to 1. 61 PASS AudioBufferSourceNode.detune.maxValue is read-only is equal to true.
62 PASS StereoPannerNode.panwas clipped to lie within the nominal range is equal to true. 62 PASS Nominal ranges for AudioParam(s) of AudioBufferSourceNode are correct
63 PASS Nominal ranges for AudioParam(s) of StereoPannerNode are correct. 63 PASS < [createBufferSource] All assertions passed. (total 13 assertions)
64 PASS DynamicsCompressorNode.threshold.minValue is equal to -100. 64 PASS > [createStereoPanner]
65 PASS DynamicsCompressorNode.threshold.maxValue is equal to 0. 65 PASS StereoPannerNode.pan.minValue is equal to -1.
66 PASS DynamicsCompressorNode.threshold.minValue = Math.PI is not equal to 3.14159 2653589793. 66 PASS StereoPannerNode.pan.maxValue is equal to 1.
67 PASS DynamicsCompressorNode.threshold.minValue is read-only is equal to true. 67 PASS StereoPannerNode.pan.minValue = Math.PI is not equal to 3.141592653589793 .
68 PASS DynamicsCompressorNode.threshold.maxValue = Math.PI is not equal to 3.14159 2653589793. 68 PASS StereoPannerNode.pan.minValue is read-only is equal to true.
69 PASS DynamicsCompressorNode.threshold.maxValue is read-only is equal to true. 69 PASS StereoPannerNode.pan.maxValue = Math.PI is not equal to 3.141592653589793 .
70 PASS Set DynamicsCompressorNode.threshold.value = -201 is equal to -100. 70 PASS StereoPannerNode.pan.maxValue is read-only is equal to true.
71 PASS Set DynamicsCompressorNode.threshold.value = 1 is equal to 0. 71 PASS Set StereoPannerNode.pan.value = -3 is equal to -1.
72 PASS DynamicsCompressorNode.thresholdwas clipped to lie within the nominal range is equal to true. 72 PASS Set StereoPannerNode.pan.value = 3 is equal to 1.
73 PASS DynamicsCompressorNode.knee.minValue is equal to 0. 73 PASS StereoPannerNode.panwas clipped to lie within the nominal range is equal to true.
74 PASS DynamicsCompressorNode.knee.maxValue is equal to 40. 74 PASS Nominal ranges for AudioParam(s) of StereoPannerNode are correct
75 PASS DynamicsCompressorNode.knee.minValue = Math.PI is not equal to 3.1415926535 89793. 75 PASS < [createStereoPanner] All assertions passed. (total 10 assertions)
76 PASS DynamicsCompressorNode.knee.minValue is read-only is equal to true. 76 PASS > [createDynamicsCompressor]
77 PASS DynamicsCompressorNode.knee.maxValue = Math.PI is not equal to 3.1415926535 89793. 77 PASS DynamicsCompressorNode.threshold.minValue is equal to -100.
78 PASS DynamicsCompressorNode.knee.maxValue is read-only is equal to true. 78 PASS DynamicsCompressorNode.threshold.maxValue is equal to 0.
79 PASS Set DynamicsCompressorNode.knee.value = -1 is equal to 0. 79 PASS DynamicsCompressorNode.threshold.minValue = Math.PI is not equal to 3.141 592653589793.
80 PASS Set DynamicsCompressorNode.knee.value = 81 is equal to 40. 80 PASS DynamicsCompressorNode.threshold.minValue is read-only is equal to true.
81 PASS DynamicsCompressorNode.kneewas clipped to lie within the nominal range is e qual to true. 81 PASS DynamicsCompressorNode.threshold.maxValue = Math.PI is not equal to 3.141 592653589793.
82 PASS DynamicsCompressorNode.ratio.minValue is equal to 1. 82 PASS DynamicsCompressorNode.threshold.maxValue is read-only is equal to true.
83 PASS DynamicsCompressorNode.ratio.maxValue is equal to 20. 83 PASS Set DynamicsCompressorNode.threshold.value = -201 is equal to -100.
84 PASS DynamicsCompressorNode.ratio.minValue = Math.PI is not equal to 3.141592653 589793. 84 PASS Set DynamicsCompressorNode.threshold.value = 1 is equal to 0.
85 PASS DynamicsCompressorNode.ratio.minValue is read-only is equal to true. 85 PASS DynamicsCompressorNode.thresholdwas clipped to lie within the nominal ran ge is equal to true.
86 PASS DynamicsCompressorNode.ratio.maxValue = Math.PI is not equal to 3.141592653 589793. 86 PASS DynamicsCompressorNode.knee.minValue is equal to 0.
87 PASS DynamicsCompressorNode.ratio.maxValue is read-only is equal to true. 87 PASS DynamicsCompressorNode.knee.maxValue is equal to 40.
88 PASS Set DynamicsCompressorNode.ratio.value = 1 is equal to 1. 88 PASS DynamicsCompressorNode.knee.minValue = Math.PI is not equal to 3.14159265 3589793.
89 PASS Set DynamicsCompressorNode.ratio.value = 41 is equal to 20. 89 PASS DynamicsCompressorNode.knee.minValue is read-only is equal to true.
90 PASS DynamicsCompressorNode.ratiowas clipped to lie within the nominal range is equal to true. 90 PASS DynamicsCompressorNode.knee.maxValue = Math.PI is not equal to 3.14159265 3589793.
91 PASS DynamicsCompressorNode.attack.minValue is equal to 0. 91 PASS DynamicsCompressorNode.knee.maxValue is read-only is equal to true.
92 PASS DynamicsCompressorNode.attack.maxValue is equal to 1. 92 PASS Set DynamicsCompressorNode.knee.value = -1 is equal to 0.
93 PASS DynamicsCompressorNode.attack.minValue = Math.PI is not equal to 3.14159265 3589793. 93 PASS Set DynamicsCompressorNode.knee.value = 81 is equal to 40.
94 PASS DynamicsCompressorNode.attack.minValue is read-only is equal to true. 94 PASS DynamicsCompressorNode.kneewas clipped to lie within the nominal range is equal to true.
95 PASS DynamicsCompressorNode.attack.maxValue = Math.PI is not equal to 3.14159265 3589793. 95 PASS DynamicsCompressorNode.ratio.minValue is equal to 1.
96 PASS DynamicsCompressorNode.attack.maxValue is read-only is equal to true. 96 PASS DynamicsCompressorNode.ratio.maxValue is equal to 20.
97 PASS Set DynamicsCompressorNode.attack.value = -1 is equal to 0. 97 PASS DynamicsCompressorNode.ratio.minValue = Math.PI is not equal to 3.1415926 53589793.
98 PASS Set DynamicsCompressorNode.attack.value = 3 is equal to 1. 98 PASS DynamicsCompressorNode.ratio.minValue is read-only is equal to true.
99 PASS DynamicsCompressorNode.attackwas clipped to lie within the nominal range is equal to true. 99 PASS DynamicsCompressorNode.ratio.maxValue = Math.PI is not equal to 3.1415926 53589793.
100 PASS DynamicsCompressorNode.release.minValue is equal to 0. 100 PASS DynamicsCompressorNode.ratio.maxValue is read-only is equal to true.
101 PASS DynamicsCompressorNode.release.maxValue is equal to 1. 101 PASS Set DynamicsCompressorNode.ratio.value = 1 is equal to 1.
102 PASS DynamicsCompressorNode.release.minValue = Math.PI is not equal to 3.1415926 53589793. 102 PASS Set DynamicsCompressorNode.ratio.value = 41 is equal to 20.
103 PASS DynamicsCompressorNode.release.minValue is read-only is equal to true. 103 PASS DynamicsCompressorNode.ratiowas clipped to lie within the nominal range i s equal to true.
104 PASS DynamicsCompressorNode.release.maxValue = Math.PI is not equal to 3.1415926 53589793. 104 PASS DynamicsCompressorNode.attack.minValue is equal to 0.
105 PASS DynamicsCompressorNode.release.maxValue is read-only is equal to true. 105 PASS DynamicsCompressorNode.attack.maxValue is equal to 1.
106 PASS Set DynamicsCompressorNode.release.value = -1 is equal to 0. 106 PASS DynamicsCompressorNode.attack.minValue = Math.PI is not equal to 3.141592 653589793.
107 PASS Set DynamicsCompressorNode.release.value = 3 is equal to 1. 107 PASS DynamicsCompressorNode.attack.minValue is read-only is equal to true.
108 PASS DynamicsCompressorNode.releasewas clipped to lie within the nominal range i s equal to true. 108 PASS DynamicsCompressorNode.attack.maxValue = Math.PI is not equal to 3.141592 653589793.
109 PASS Nominal ranges for AudioParam(s) of DynamicsCompressorNode are correct. 109 PASS DynamicsCompressorNode.attack.maxValue is read-only is equal to true.
110 PASS BiquadFilterNode.frequency.minValue is equal to 0. 110 PASS Set DynamicsCompressorNode.attack.value = -1 is equal to 0.
111 PASS BiquadFilterNode.frequency.maxValue is equal to 24000. 111 PASS Set DynamicsCompressorNode.attack.value = 3 is equal to 1.
112 PASS BiquadFilterNode.frequency.minValue = Math.PI is not equal to 3.14159265358 9793. 112 PASS DynamicsCompressorNode.attackwas clipped to lie within the nominal range is equal to true.
113 PASS BiquadFilterNode.frequency.minValue is read-only is equal to true. 113 PASS DynamicsCompressorNode.release.minValue is equal to 0.
114 PASS BiquadFilterNode.frequency.maxValue = Math.PI is not equal to 3.14159265358 9793. 114 PASS DynamicsCompressorNode.release.maxValue is equal to 1.
115 PASS BiquadFilterNode.frequency.maxValue is read-only is equal to true. 115 PASS DynamicsCompressorNode.release.minValue = Math.PI is not equal to 3.14159 2653589793.
116 PASS Set BiquadFilterNode.frequency.value = -1 is equal to 0. 116 PASS DynamicsCompressorNode.release.minValue is read-only is equal to true.
117 PASS Set BiquadFilterNode.frequency.value = 48001 is equal to 24000. 117 PASS DynamicsCompressorNode.release.maxValue = Math.PI is not equal to 3.14159 2653589793.
118 PASS BiquadFilterNode.frequencywas clipped to lie within the nominal range is eq ual to true. 118 PASS DynamicsCompressorNode.release.maxValue is read-only is equal to true.
119 PASS BiquadFilterNode.detune.minValue is equal to -3.4028234663852886e+38. 119 PASS Set DynamicsCompressorNode.release.value = -1 is equal to 0.
120 PASS BiquadFilterNode.detune.maxValue is equal to 3.4028234663852886e+38. 120 PASS Set DynamicsCompressorNode.release.value = 3 is equal to 1.
121 PASS BiquadFilterNode.detune.minValue = Math.PI is not equal to 3.14159265358979 3. 121 PASS DynamicsCompressorNode.releasewas clipped to lie within the nominal range is equal to true.
122 PASS BiquadFilterNode.detune.minValue is read-only is equal to true. 122 PASS Nominal ranges for AudioParam(s) of DynamicsCompressorNode are correct
123 PASS BiquadFilterNode.detune.maxValue = Math.PI is not equal to 3.14159265358979 3. 123 PASS < [createDynamicsCompressor] All assertions passed. (total 46 assertions)
124 PASS BiquadFilterNode.detune.maxValue is read-only is equal to true. 124 PASS > [createBiquadFilter]
125 PASS BiquadFilterNode.Q.minValue is equal to -3.4028234663852886e+38. 125 PASS BiquadFilterNode.frequency.minValue is equal to 0.
126 PASS BiquadFilterNode.Q.maxValue is equal to 3.4028234663852886e+38. 126 PASS BiquadFilterNode.frequency.maxValue is equal to 24000.
127 PASS BiquadFilterNode.Q.minValue = Math.PI is not equal to 3.141592653589793. 127 PASS BiquadFilterNode.frequency.minValue = Math.PI is not equal to 3.141592653 589793.
128 PASS BiquadFilterNode.Q.minValue is read-only is equal to true. 128 PASS BiquadFilterNode.frequency.minValue is read-only is equal to true.
129 PASS BiquadFilterNode.Q.maxValue = Math.PI is not equal to 3.141592653589793. 129 PASS BiquadFilterNode.frequency.maxValue = Math.PI is not equal to 3.141592653 589793.
130 PASS BiquadFilterNode.Q.maxValue is read-only is equal to true. 130 PASS BiquadFilterNode.frequency.maxValue is read-only is equal to true.
131 PASS BiquadFilterNode.gain.minValue is equal to -3.4028234663852886e+38. 131 PASS Set BiquadFilterNode.frequency.value = -1 is equal to 0.
132 PASS BiquadFilterNode.gain.maxValue is equal to 3.4028234663852886e+38. 132 PASS Set BiquadFilterNode.frequency.value = 48001 is equal to 24000.
133 PASS BiquadFilterNode.gain.minValue = Math.PI is not equal to 3.141592653589793. 133 PASS BiquadFilterNode.frequencywas clipped to lie within the nominal range is equal to true.
134 PASS BiquadFilterNode.gain.minValue is read-only is equal to true. 134 PASS BiquadFilterNode.detune.minValue is equal to -3.4028234663852886e+38.
135 PASS BiquadFilterNode.gain.maxValue = Math.PI is not equal to 3.141592653589793. 135 PASS BiquadFilterNode.detune.maxValue is equal to 3.4028234663852886e+38.
136 PASS BiquadFilterNode.gain.maxValue is read-only is equal to true. 136 PASS BiquadFilterNode.detune.minValue = Math.PI is not equal to 3.141592653589 793.
137 PASS Nominal ranges for AudioParam(s) of BiquadFilterNode are correct. 137 PASS BiquadFilterNode.detune.minValue is read-only is equal to true.
138 PASS OscillatorNode.frequency.minValue is equal to -24000. 138 PASS BiquadFilterNode.detune.maxValue = Math.PI is not equal to 3.141592653589 793.
139 PASS OscillatorNode.frequency.maxValue is equal to 24000. 139 PASS BiquadFilterNode.detune.maxValue is read-only is equal to true.
140 PASS OscillatorNode.frequency.minValue = Math.PI is not equal to 3.1415926535897 93. 140 PASS BiquadFilterNode.Q.minValue is equal to -3.4028234663852886e+38.
141 PASS OscillatorNode.frequency.minValue is read-only is equal to true. 141 PASS BiquadFilterNode.Q.maxValue is equal to 3.4028234663852886e+38.
142 PASS OscillatorNode.frequency.maxValue = Math.PI is not equal to 3.1415926535897 93. 142 PASS BiquadFilterNode.Q.minValue = Math.PI is not equal to 3.141592653589793.
143 PASS OscillatorNode.frequency.maxValue is read-only is equal to true. 143 PASS BiquadFilterNode.Q.minValue is read-only is equal to true.
144 PASS Set OscillatorNode.frequency.value = -48001 is equal to -24000. 144 PASS BiquadFilterNode.Q.maxValue = Math.PI is not equal to 3.141592653589793.
145 PASS Set OscillatorNode.frequency.value = 48001 is equal to 24000. 145 PASS BiquadFilterNode.Q.maxValue is read-only is equal to true.
146 PASS OscillatorNode.frequencywas clipped to lie within the nominal range is equa l to true. 146 PASS BiquadFilterNode.gain.minValue is equal to -3.4028234663852886e+38.
147 PASS OscillatorNode.detune.minValue is equal to -3.4028234663852886e+38. 147 PASS BiquadFilterNode.gain.maxValue is equal to 3.4028234663852886e+38.
148 PASS OscillatorNode.detune.maxValue is equal to 3.4028234663852886e+38. 148 PASS BiquadFilterNode.gain.minValue = Math.PI is not equal to 3.14159265358979 3.
149 PASS OscillatorNode.detune.minValue = Math.PI is not equal to 3.141592653589793. 149 PASS BiquadFilterNode.gain.minValue is read-only is equal to true.
150 PASS OscillatorNode.detune.minValue is read-only is equal to true. 150 PASS BiquadFilterNode.gain.maxValue = Math.PI is not equal to 3.14159265358979 3.
151 PASS OscillatorNode.detune.maxValue = Math.PI is not equal to 3.141592653589793. 151 PASS BiquadFilterNode.gain.maxValue is read-only is equal to true.
152 PASS OscillatorNode.detune.maxValue is read-only is equal to true. 152 PASS Nominal ranges for AudioParam(s) of BiquadFilterNode are correct
153 PASS Nominal ranges for AudioParam(s) of OscillatorNode are correct. 153 PASS < [createBiquadFilter] All assertions passed. (total 28 assertions)
154 PASS PannerNode.positionX.minValue is equal to -3.4028234663852886e+38. 154 PASS > [createOscillator]
155 PASS PannerNode.positionX.maxValue is equal to 3.4028234663852886e+38. 155 PASS OscillatorNode.frequency.minValue is equal to -24000.
156 PASS PannerNode.positionX.minValue = Math.PI is not equal to 3.141592653589793. 156 PASS OscillatorNode.frequency.maxValue is equal to 24000.
157 PASS PannerNode.positionX.minValue is read-only is equal to true. 157 PASS OscillatorNode.frequency.minValue = Math.PI is not equal to 3.14159265358 9793.
158 PASS PannerNode.positionX.maxValue = Math.PI is not equal to 3.141592653589793. 158 PASS OscillatorNode.frequency.minValue is read-only is equal to true.
159 PASS PannerNode.positionX.maxValue is read-only is equal to true. 159 PASS OscillatorNode.frequency.maxValue = Math.PI is not equal to 3.14159265358 9793.
160 PASS PannerNode.positionY.minValue is equal to -3.4028234663852886e+38. 160 PASS OscillatorNode.frequency.maxValue is read-only is equal to true.
161 PASS PannerNode.positionY.maxValue is equal to 3.4028234663852886e+38. 161 PASS Set OscillatorNode.frequency.value = -48001 is equal to -24000.
162 PASS PannerNode.positionY.minValue = Math.PI is not equal to 3.141592653589793. 162 PASS Set OscillatorNode.frequency.value = 48001 is equal to 24000.
163 PASS PannerNode.positionY.minValue is read-only is equal to true. 163 PASS OscillatorNode.frequencywas clipped to lie within the nominal range is eq ual to true.
164 PASS PannerNode.positionY.maxValue = Math.PI is not equal to 3.141592653589793. 164 PASS OscillatorNode.detune.minValue is equal to -3.4028234663852886e+38.
165 PASS PannerNode.positionY.maxValue is read-only is equal to true. 165 PASS OscillatorNode.detune.maxValue is equal to 3.4028234663852886e+38.
166 PASS PannerNode.positionZ.minValue is equal to -3.4028234663852886e+38. 166 PASS OscillatorNode.detune.minValue = Math.PI is not equal to 3.14159265358979 3.
167 PASS PannerNode.positionZ.maxValue is equal to 3.4028234663852886e+38. 167 PASS OscillatorNode.detune.minValue is read-only is equal to true.
168 PASS PannerNode.positionZ.minValue = Math.PI is not equal to 3.141592653589793. 168 PASS OscillatorNode.detune.maxValue = Math.PI is not equal to 3.14159265358979 3.
169 PASS PannerNode.positionZ.minValue is read-only is equal to true. 169 PASS OscillatorNode.detune.maxValue is read-only is equal to true.
170 PASS PannerNode.positionZ.maxValue = Math.PI is not equal to 3.141592653589793. 170 PASS Nominal ranges for AudioParam(s) of OscillatorNode are correct
171 PASS PannerNode.positionZ.maxValue is read-only is equal to true. 171 PASS < [createOscillator] All assertions passed. (total 16 assertions)
172 PASS PannerNode.orientationX.minValue is equal to -3.4028234663852886e+38. 172 PASS > [createPanner]
173 PASS PannerNode.orientationX.maxValue is equal to 3.4028234663852886e+38. 173 PASS PannerNode.positionX.minValue is equal to -3.4028234663852886e+38.
174 PASS PannerNode.orientationX.minValue = Math.PI is not equal to 3.14159265358979 3. 174 PASS PannerNode.positionX.maxValue is equal to 3.4028234663852886e+38.
175 PASS PannerNode.orientationX.minValue is read-only is equal to true. 175 PASS PannerNode.positionX.minValue = Math.PI is not equal to 3.141592653589793 .
176 PASS PannerNode.orientationX.maxValue = Math.PI is not equal to 3.14159265358979 3. 176 PASS PannerNode.positionX.minValue is read-only is equal to true.
177 PASS PannerNode.orientationX.maxValue is read-only is equal to true. 177 PASS PannerNode.positionX.maxValue = Math.PI is not equal to 3.141592653589793 .
178 PASS PannerNode.orientationY.minValue is equal to -3.4028234663852886e+38. 178 PASS PannerNode.positionX.maxValue is read-only is equal to true.
179 PASS PannerNode.orientationY.maxValue is equal to 3.4028234663852886e+38. 179 PASS PannerNode.positionY.minValue is equal to -3.4028234663852886e+38.
180 PASS PannerNode.orientationY.minValue = Math.PI is not equal to 3.14159265358979 3. 180 PASS PannerNode.positionY.maxValue is equal to 3.4028234663852886e+38.
181 PASS PannerNode.orientationY.minValue is read-only is equal to true. 181 PASS PannerNode.positionY.minValue = Math.PI is not equal to 3.141592653589793 .
182 PASS PannerNode.orientationY.maxValue = Math.PI is not equal to 3.14159265358979 3. 182 PASS PannerNode.positionY.minValue is read-only is equal to true.
183 PASS PannerNode.orientationY.maxValue is read-only is equal to true. 183 PASS PannerNode.positionY.maxValue = Math.PI is not equal to 3.141592653589793 .
184 PASS PannerNode.orientationZ.minValue is equal to -3.4028234663852886e+38. 184 PASS PannerNode.positionY.maxValue is read-only is equal to true.
185 PASS PannerNode.orientationZ.maxValue is equal to 3.4028234663852886e+38. 185 PASS PannerNode.positionZ.minValue is equal to -3.4028234663852886e+38.
186 PASS PannerNode.orientationZ.minValue = Math.PI is not equal to 3.14159265358979 3. 186 PASS PannerNode.positionZ.maxValue is equal to 3.4028234663852886e+38.
187 PASS PannerNode.orientationZ.minValue is read-only is equal to true. 187 PASS PannerNode.positionZ.minValue = Math.PI is not equal to 3.141592653589793 .
188 PASS PannerNode.orientationZ.maxValue = Math.PI is not equal to 3.14159265358979 3. 188 PASS PannerNode.positionZ.minValue is read-only is equal to true.
189 PASS PannerNode.orientationZ.maxValue is read-only is equal to true. 189 PASS PannerNode.positionZ.maxValue = Math.PI is not equal to 3.141592653589793 .
190 PASS Nominal ranges for AudioParam(s) of PannerNode are correct. 190 PASS PannerNode.positionZ.maxValue is read-only is equal to true.
191 PASS ConstantSourceNode.offset.minValue is equal to -3.4028234663852886e+38. 191 PASS PannerNode.orientationX.minValue is equal to -3.4028234663852886e+38.
192 PASS ConstantSourceNode.offset.maxValue is equal to 3.4028234663852886e+38. 192 PASS PannerNode.orientationX.maxValue is equal to 3.4028234663852886e+38.
193 PASS ConstantSourceNode.offset.minValue = Math.PI is not equal to 3.141592653589 793. 193 PASS PannerNode.orientationX.minValue = Math.PI is not equal to 3.141592653589 793.
194 PASS ConstantSourceNode.offset.minValue is read-only is equal to true. 194 PASS PannerNode.orientationX.minValue is read-only is equal to true.
195 PASS ConstantSourceNode.offset.maxValue = Math.PI is not equal to 3.141592653589 793. 195 PASS PannerNode.orientationX.maxValue = Math.PI is not equal to 3.141592653589 793.
196 PASS ConstantSourceNode.offset.maxValue is read-only is equal to true. 196 PASS PannerNode.orientationX.maxValue is read-only is equal to true.
197 PASS Nominal ranges for AudioParam(s) of ConstantSourceNode are correct. 197 PASS PannerNode.orientationY.minValue is equal to -3.4028234663852886e+38.
198 PASS AudioBuffer has no AudioParams as expected. 198 PASS PannerNode.orientationY.maxValue is equal to 3.4028234663852886e+38.
199 PASS IIRFilterNode has no AudioParams as expected. 199 PASS PannerNode.orientationY.minValue = Math.PI is not equal to 3.141592653589 793.
200 PASS WaveShaperNode has no AudioParams as expected. 200 PASS PannerNode.orientationY.minValue is read-only is equal to true.
201 PASS ConvolverNode has no AudioParams as expected. 201 PASS PannerNode.orientationY.maxValue = Math.PI is not equal to 3.141592653589 793.
202 PASS AnalyserNode has no AudioParams as expected. 202 PASS PannerNode.orientationY.maxValue is read-only is equal to true.
203 PASS ScriptProcessorNode has no AudioParams as expected. 203 PASS PannerNode.orientationZ.minValue is equal to -3.4028234663852886e+38.
204 PASS PeriodicWave has no AudioParams as expected. 204 PASS PannerNode.orientationZ.maxValue is equal to 3.4028234663852886e+38.
205 PASS ChannelSplitterNode has no AudioParams as expected. 205 PASS PannerNode.orientationZ.minValue = Math.PI is not equal to 3.141592653589 793.
206 PASS ChannelMergerNode has no AudioParams as expected. 206 PASS PannerNode.orientationZ.minValue is read-only is equal to true.
207 PASS MediaElementAudioSourceNode has no AudioParams as expected. 207 PASS PannerNode.orientationZ.maxValue = Math.PI is not equal to 3.141592653589 793.
208 PASS MediaStreamAudioDestinationNode has no AudioParams as expected. 208 PASS PannerNode.orientationZ.maxValue is read-only is equal to true.
209 PASS AudioListener.positionX.minValue is equal to -3.4028234663852886e+38. 209 PASS Nominal ranges for AudioParam(s) of PannerNode are correct
210 PASS AudioListener.positionX.maxValue is equal to 3.4028234663852886e+38. 210 PASS < [createPanner] All assertions passed. (total 37 assertions)
211 PASS AudioListener.positionX.minValue = Math.PI is not equal to 3.14159265358979 3. 211 PASS > [createConstantSource]
212 PASS AudioListener.positionX.minValue is read-only is equal to true. 212 PASS ConstantSourceNode.offset.minValue is equal to -3.4028234663852886e+38.
213 PASS AudioListener.positionX.maxValue = Math.PI is not equal to 3.14159265358979 3. 213 PASS ConstantSourceNode.offset.maxValue is equal to 3.4028234663852886e+38.
214 PASS AudioListener.positionX.maxValue is read-only is equal to true. 214 PASS ConstantSourceNode.offset.minValue = Math.PI is not equal to 3.1415926535 89793.
215 PASS AudioListener.positionY.minValue is equal to -3.4028234663852886e+38. 215 PASS ConstantSourceNode.offset.minValue is read-only is equal to true.
216 PASS AudioListener.positionY.maxValue is equal to 3.4028234663852886e+38. 216 PASS ConstantSourceNode.offset.maxValue = Math.PI is not equal to 3.1415926535 89793.
217 PASS AudioListener.positionY.minValue = Math.PI is not equal to 3.14159265358979 3. 217 PASS ConstantSourceNode.offset.maxValue is read-only is equal to true.
218 PASS AudioListener.positionY.minValue is read-only is equal to true. 218 PASS Nominal ranges for AudioParam(s) of ConstantSourceNode are correct
219 PASS AudioListener.positionY.maxValue = Math.PI is not equal to 3.14159265358979 3. 219 PASS < [createConstantSource] All assertions passed. (total 7 assertions)
220 PASS AudioListener.positionY.maxValue is read-only is equal to true. 220 PASS > [createBuffer]
221 PASS AudioListener.positionZ.minValue is equal to -3.4028234663852886e+38. 221 PASS AudioBuffer has no AudioParams as expected
222 PASS AudioListener.positionZ.maxValue is equal to 3.4028234663852886e+38. 222 PASS < [createBuffer] All assertions passed. (total 1 assertions)
223 PASS AudioListener.positionZ.minValue = Math.PI is not equal to 3.14159265358979 3. 223 PASS > [createIIRFilter]
224 PASS AudioListener.positionZ.minValue is read-only is equal to true. 224 PASS IIRFilterNode has no AudioParams as expected
225 PASS AudioListener.positionZ.maxValue = Math.PI is not equal to 3.14159265358979 3. 225 PASS < [createIIRFilter] All assertions passed. (total 1 assertions)
226 PASS AudioListener.positionZ.maxValue is read-only is equal to true. 226 PASS > [createWaveShaper]
227 PASS AudioListener.forwardX.minValue is equal to -3.4028234663852886e+38. 227 PASS WaveShaperNode has no AudioParams as expected
228 PASS AudioListener.forwardX.maxValue is equal to 3.4028234663852886e+38. 228 PASS < [createWaveShaper] All assertions passed. (total 1 assertions)
229 PASS AudioListener.forwardX.minValue = Math.PI is not equal to 3.141592653589793 . 229 PASS > [createConvolver]
230 PASS AudioListener.forwardX.minValue is read-only is equal to true. 230 PASS ConvolverNode has no AudioParams as expected
231 PASS AudioListener.forwardX.maxValue = Math.PI is not equal to 3.141592653589793 . 231 PASS < [createConvolver] All assertions passed. (total 1 assertions)
232 PASS AudioListener.forwardX.maxValue is read-only is equal to true. 232 PASS > [createAnalyser]
233 PASS AudioListener.forwardY.minValue is equal to -3.4028234663852886e+38. 233 PASS AnalyserNode has no AudioParams as expected
234 PASS AudioListener.forwardY.maxValue is equal to 3.4028234663852886e+38. 234 PASS < [createAnalyser] All assertions passed. (total 1 assertions)
235 PASS AudioListener.forwardY.minValue = Math.PI is not equal to 3.141592653589793 . 235 PASS > [createScriptProcessor]
236 PASS AudioListener.forwardY.minValue is read-only is equal to true. 236 PASS ScriptProcessorNode has no AudioParams as expected
237 PASS AudioListener.forwardY.maxValue = Math.PI is not equal to 3.141592653589793 . 237 PASS < [createScriptProcessor] All assertions passed. (total 1 assertions)
238 PASS AudioListener.forwardY.maxValue is read-only is equal to true. 238 PASS > [createPeriodicWave]
239 PASS AudioListener.forwardZ.minValue is equal to -3.4028234663852886e+38. 239 PASS PeriodicWave has no AudioParams as expected
240 PASS AudioListener.forwardZ.maxValue is equal to 3.4028234663852886e+38. 240 PASS < [createPeriodicWave] All assertions passed. (total 1 assertions)
241 PASS AudioListener.forwardZ.minValue = Math.PI is not equal to 3.141592653589793 . 241 PASS > [createChannelSplitter]
242 PASS AudioListener.forwardZ.minValue is read-only is equal to true. 242 PASS ChannelSplitterNode has no AudioParams as expected
243 PASS AudioListener.forwardZ.maxValue = Math.PI is not equal to 3.141592653589793 . 243 PASS < [createChannelSplitter] All assertions passed. (total 1 assertions)
244 PASS AudioListener.forwardZ.maxValue is read-only is equal to true. 244 PASS > [createChannelMerger]
245 PASS AudioListener.upX.minValue is equal to -3.4028234663852886e+38. 245 PASS ChannelMergerNode has no AudioParams as expected
246 PASS AudioListener.upX.maxValue is equal to 3.4028234663852886e+38. 246 PASS < [createChannelMerger] All assertions passed. (total 1 assertions)
247 PASS AudioListener.upX.minValue = Math.PI is not equal to 3.141592653589793. 247 PASS > [createMediaElementSource]
248 PASS AudioListener.upX.minValue is read-only is equal to true. 248 PASS MediaElementAudioSourceNode has no AudioParams as expected
249 PASS AudioListener.upX.maxValue = Math.PI is not equal to 3.141592653589793. 249 PASS < [createMediaElementSource] All assertions passed. (total 1 assertions)
250 PASS AudioListener.upX.maxValue is read-only is equal to true. 250 PASS > [createMediaStreamDestination]
251 PASS AudioListener.upY.minValue is equal to -3.4028234663852886e+38. 251 PASS MediaStreamAudioDestinationNode has no AudioParams as expected
252 PASS AudioListener.upY.maxValue is equal to 3.4028234663852886e+38. 252 PASS < [createMediaStreamDestination] All assertions passed. (total 1 assertions )
253 PASS AudioListener.upY.minValue = Math.PI is not equal to 3.141592653589793. 253 PASS > [AudioListener]
254 PASS AudioListener.upY.minValue is read-only is equal to true. 254 PASS AudioListener.positionX.minValue is equal to -3.4028234663852886e+38.
255 PASS AudioListener.upY.maxValue = Math.PI is not equal to 3.141592653589793. 255 PASS AudioListener.positionX.maxValue is equal to 3.4028234663852886e+38.
256 PASS AudioListener.upY.maxValue is read-only is equal to true. 256 PASS AudioListener.positionX.minValue = Math.PI is not equal to 3.141592653589 793.
257 PASS AudioListener.upZ.minValue is equal to -3.4028234663852886e+38. 257 PASS AudioListener.positionX.minValue is read-only is equal to true.
258 PASS AudioListener.upZ.maxValue is equal to 3.4028234663852886e+38. 258 PASS AudioListener.positionX.maxValue = Math.PI is not equal to 3.141592653589 793.
259 PASS AudioListener.upZ.minValue = Math.PI is not equal to 3.141592653589793. 259 PASS AudioListener.positionX.maxValue is read-only is equal to true.
260 PASS AudioListener.upZ.minValue is read-only is equal to true. 260 PASS AudioListener.positionY.minValue is equal to -3.4028234663852886e+38.
261 PASS AudioListener.upZ.maxValue = Math.PI is not equal to 3.141592653589793. 261 PASS AudioListener.positionY.maxValue is equal to 3.4028234663852886e+38.
262 PASS AudioListener.upZ.maxValue is read-only is equal to true. 262 PASS AudioListener.positionY.minValue = Math.PI is not equal to 3.141592653589 793.
263 PASS Nominal ranges for AudioParam(s) of AudioListener are correct. 263 PASS AudioListener.positionY.minValue is read-only is equal to true.
264 PASS Number of nodes not tested : 0. 264 PASS AudioListener.positionY.maxValue = Math.PI is not equal to 3.141592653589 793.
265 PASS AudioListener.positionY.maxValue is read-only is equal to true.
266 PASS AudioListener.positionZ.minValue is equal to -3.4028234663852886e+38.
267 PASS AudioListener.positionZ.maxValue is equal to 3.4028234663852886e+38.
268 PASS AudioListener.positionZ.minValue = Math.PI is not equal to 3.141592653589 793.
269 PASS AudioListener.positionZ.minValue is read-only is equal to true.
270 PASS AudioListener.positionZ.maxValue = Math.PI is not equal to 3.141592653589 793.
271 PASS AudioListener.positionZ.maxValue is read-only is equal to true.
272 PASS AudioListener.forwardX.minValue is equal to -3.4028234663852886e+38.
273 PASS AudioListener.forwardX.maxValue is equal to 3.4028234663852886e+38.
274 PASS AudioListener.forwardX.minValue = Math.PI is not equal to 3.1415926535897 93.
275 PASS AudioListener.forwardX.minValue is read-only is equal to true.
276 PASS AudioListener.forwardX.maxValue = Math.PI is not equal to 3.1415926535897 93.
277 PASS AudioListener.forwardX.maxValue is read-only is equal to true.
278 PASS AudioListener.forwardY.minValue is equal to -3.4028234663852886e+38.
279 PASS AudioListener.forwardY.maxValue is equal to 3.4028234663852886e+38.
280 PASS AudioListener.forwardY.minValue = Math.PI is not equal to 3.1415926535897 93.
281 PASS AudioListener.forwardY.minValue is read-only is equal to true.
282 PASS AudioListener.forwardY.maxValue = Math.PI is not equal to 3.1415926535897 93.
283 PASS AudioListener.forwardY.maxValue is read-only is equal to true.
284 PASS AudioListener.forwardZ.minValue is equal to -3.4028234663852886e+38.
285 PASS AudioListener.forwardZ.maxValue is equal to 3.4028234663852886e+38.
286 PASS AudioListener.forwardZ.minValue = Math.PI is not equal to 3.1415926535897 93.
287 PASS AudioListener.forwardZ.minValue is read-only is equal to true.
288 PASS AudioListener.forwardZ.maxValue = Math.PI is not equal to 3.1415926535897 93.
289 PASS AudioListener.forwardZ.maxValue is read-only is equal to true.
290 PASS AudioListener.upX.minValue is equal to -3.4028234663852886e+38.
291 PASS AudioListener.upX.maxValue is equal to 3.4028234663852886e+38.
292 PASS AudioListener.upX.minValue = Math.PI is not equal to 3.141592653589793.
293 PASS AudioListener.upX.minValue is read-only is equal to true.
294 PASS AudioListener.upX.maxValue = Math.PI is not equal to 3.141592653589793.
295 PASS AudioListener.upX.maxValue is read-only is equal to true.
296 PASS AudioListener.upY.minValue is equal to -3.4028234663852886e+38.
297 PASS AudioListener.upY.maxValue is equal to 3.4028234663852886e+38.
298 PASS AudioListener.upY.minValue = Math.PI is not equal to 3.141592653589793.
299 PASS AudioListener.upY.minValue is read-only is equal to true.
300 PASS AudioListener.upY.maxValue = Math.PI is not equal to 3.141592653589793.
301 PASS AudioListener.upY.maxValue is read-only is equal to true.
302 PASS AudioListener.upZ.minValue is equal to -3.4028234663852886e+38.
303 PASS AudioListener.upZ.maxValue is equal to 3.4028234663852886e+38.
304 PASS AudioListener.upZ.minValue = Math.PI is not equal to 3.141592653589793.
305 PASS AudioListener.upZ.minValue is read-only is equal to true.
306 PASS AudioListener.upZ.maxValue = Math.PI is not equal to 3.141592653589793.
307 PASS AudioListener.upZ.maxValue is read-only is equal to true.
308 PASS Nominal ranges for AudioParam(s) of AudioListener are correct
309 PASS < [AudioListener] All assertions passed. (total 55 assertions)
310 PASS > [verifyTests]
311 PASS Number of nodes not tested : 0
312 PASS < [verifyTests] All assertions passed. (total 1 assertions)
313 PASS > [automation]
314 PASS Test automations (check console logs) did not throw an exception.
315 PASS < [automation] All assertions passed. (total 1 assertions)
316 PASS # AUDIT TASK RUNNER FINISHED: 24 tasks ran successfully.
265 Harness: the test ran to completion. 317 Harness: the test ran to completion.
266 318
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698