blob: e3f4d7a343aa616c7a4d92c15918fe88b11ec809 [file] [log] [blame]
CONSOLE WARNING: line 396: Delay.delayTime.value -1 outside nominal range [0, 1.5]; value will be clamped.
CONSOLE WARNING: line 396: Delay.delayTime.setValueAtTime value -1 outside nominal range [0, 1.5]; value will be clamped.
CONSOLE WARNING: line 408: Delay.delayTime.value 4 outside nominal range [0, 1.5]; value will be clamped.
CONSOLE WARNING: line 408: Delay.delayTime.setValueAtTime value 4 outside nominal range [0, 1.5]; value will be clamped.
CONSOLE WARNING: line 396: StereoPanner.pan.value -3 outside nominal range [-1, 1]; value will be clamped.
CONSOLE WARNING: line 396: StereoPanner.pan.setValueAtTime value -3 outside nominal range [-1, 1]; value will be clamped.
CONSOLE WARNING: line 408: StereoPanner.pan.value 3 outside nominal range [-1, 1]; value will be clamped.
CONSOLE WARNING: line 408: StereoPanner.pan.setValueAtTime value 3 outside nominal range [-1, 1]; value will be clamped.
CONSOLE WARNING: line 396: DynamicsCompressor.threshold.value -201 outside nominal range [-100, 0]; value will be clamped.
CONSOLE WARNING: line 396: DynamicsCompressor.threshold.setValueAtTime value -201 outside nominal range [-100, 0]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.threshold.value 1 outside nominal range [-100, 0]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.threshold.setValueAtTime value 1 outside nominal range [-100, 0]; value will be clamped.
CONSOLE WARNING: line 396: DynamicsCompressor.knee.value -1 outside nominal range [0, 40]; value will be clamped.
CONSOLE WARNING: line 396: DynamicsCompressor.knee.setValueAtTime value -1 outside nominal range [0, 40]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.knee.value 81 outside nominal range [0, 40]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.knee.setValueAtTime value 81 outside nominal range [0, 40]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.ratio.value 41 outside nominal range [1, 20]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.ratio.setValueAtTime value 41 outside nominal range [1, 20]; value will be clamped.
CONSOLE WARNING: line 396: DynamicsCompressor.attack.value -1 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 396: DynamicsCompressor.attack.setValueAtTime value -1 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.attack.value 3 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.attack.setValueAtTime value 3 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 396: DynamicsCompressor.release.value -1 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 396: DynamicsCompressor.release.setValueAtTime value -1 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.release.value 3 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 408: DynamicsCompressor.release.setValueAtTime value 3 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 396: BiquadFilter.frequency.value -1 outside nominal range [0, 24000]; value will be clamped.
CONSOLE WARNING: line 396: BiquadFilter.frequency.setValueAtTime value -1 outside nominal range [0, 24000]; value will be clamped.
CONSOLE WARNING: line 408: BiquadFilter.frequency.value 48001 outside nominal range [0, 24000]; value will be clamped.
CONSOLE WARNING: line 408: BiquadFilter.frequency.setValueAtTime value 48001 outside nominal range [0, 24000]; value will be clamped.
CONSOLE WARNING: line 396: Oscillator.frequency.value -48001 outside nominal range [-24000, 24000]; value will be clamped.
CONSOLE WARNING: line 396: Oscillator.frequency.setValueAtTime value -48001 outside nominal range [-24000, 24000]; value will be clamped.
CONSOLE WARNING: line 408: Oscillator.frequency.value 48001 outside nominal range [-24000, 24000]; value will be clamped.
CONSOLE WARNING: line 408: Oscillator.frequency.setValueAtTime value 48001 outside nominal range [-24000, 24000]; value will be clamped.
CONSOLE WARNING: line 396: Oscillator.detune.value -307201 outside nominal range [-153600, 153600]; value will be clamped.
CONSOLE WARNING: line 396: Oscillator.detune.setValueAtTime value -307201 outside nominal range [-153600, 153600]; value will be clamped.
CONSOLE WARNING: line 408: Oscillator.detune.value 307201 outside nominal range [-153600, 153600]; value will be clamped.
CONSOLE WARNING: line 408: Oscillator.detune.setValueAtTime value 307201 outside nominal range [-153600, 153600]; value will be clamped.
CONSOLE WARNING: line 327: Delay.delayTime.setValueAtTime value -1 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 328: Delay.delayTime.linearRampToValueAtTime value 2 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 329: Delay.delayTime.exponentialRampToValue value 3 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 330: Delay.delayTime.setTargetAtTime value -1 outside nominal range [0, 1]; value will be clamped.
CONSOLE WARNING: line 331: Delay.delayTime.setValueCurveAtTime value 1.5 outside nominal range [0, 1]; value will be clamped.
This is a testharness.js-based test.
PASS # AUDIT TASK RUNNER STARTED.
PASS > [initialize]
PASS Create offline context for tests did not throw an exception.
PASS Create online context for tests did not throw an exception.
PASS < [initialize] All assertions passed. (total 2 assertions)
PASS > [Offline createGain]
PASS GainNode.gain.minValue is equal to -3.4028234663852886e+38.
PASS GainNode.gain.maxValue is equal to 3.4028234663852886e+38.
PASS GainNode.gain.minValue = Math.PI is not equal to 3.141592653589793.
PASS GainNode.gain.minValue is read-only is equal to true.
PASS GainNode.gain.maxValue = Math.PI is not equal to 3.141592653589793.
PASS GainNode.gain.maxValue is read-only is equal to true.
PASS Nominal ranges for AudioParam(s) of GainNode are correct
PASS < [Offline createGain] All assertions passed. (total 7 assertions)
PASS > [Offline createDelay]
PASS DelayNode.delayTime.minValue is equal to 0.
PASS DelayNode.delayTime.maxValue is equal to 1.5.
PASS DelayNode.delayTime.minValue = Math.PI is not equal to 3.141592653589793.
PASS DelayNode.delayTime.minValue is read-only is equal to true.
PASS DelayNode.delayTime.maxValue = Math.PI is not equal to 3.141592653589793.
PASS DelayNode.delayTime.maxValue is read-only is equal to true.
PASS Set DelayNode.delayTime.value = -1 is equal to 0.
PASS Set DelayNode.delayTime.value = 4 is equal to 1.5.
PASS DelayNode.delayTimewas clipped to lie within the nominal range is equal to true.
PASS Nominal ranges for AudioParam(s) of DelayNode are correct
PASS < [Offline createDelay] All assertions passed. (total 10 assertions)
PASS > [Offline createBufferSource]
PASS AudioBufferSourceNode.playbackRate.minValue is equal to -3.4028234663852886e+38.
PASS AudioBufferSourceNode.playbackRate.maxValue is equal to 3.4028234663852886e+38.
PASS AudioBufferSourceNode.playbackRate.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioBufferSourceNode.playbackRate.minValue is read-only is equal to true.
PASS AudioBufferSourceNode.playbackRate.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioBufferSourceNode.playbackRate.maxValue is read-only is equal to true.
PASS AudioBufferSourceNode.detune.minValue is equal to -3.4028234663852886e+38.
PASS AudioBufferSourceNode.detune.maxValue is equal to 3.4028234663852886e+38.
PASS AudioBufferSourceNode.detune.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioBufferSourceNode.detune.minValue is read-only is equal to true.
PASS AudioBufferSourceNode.detune.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioBufferSourceNode.detune.maxValue is read-only is equal to true.
PASS Nominal ranges for AudioParam(s) of AudioBufferSourceNode are correct
PASS < [Offline createBufferSource] All assertions passed. (total 13 assertions)
PASS > [Offline createStereoPanner]
PASS StereoPannerNode.pan.minValue is equal to -1.
PASS StereoPannerNode.pan.maxValue is equal to 1.
PASS StereoPannerNode.pan.minValue = Math.PI is not equal to 3.141592653589793.
PASS StereoPannerNode.pan.minValue is read-only is equal to true.
PASS StereoPannerNode.pan.maxValue = Math.PI is not equal to 3.141592653589793.
PASS StereoPannerNode.pan.maxValue is read-only is equal to true.
PASS Set StereoPannerNode.pan.value = -3 is equal to -1.
PASS Set StereoPannerNode.pan.value = 3 is equal to 1.
PASS StereoPannerNode.panwas clipped to lie within the nominal range is equal to true.
PASS Nominal ranges for AudioParam(s) of StereoPannerNode are correct
PASS < [Offline createStereoPanner] All assertions passed. (total 10 assertions)
PASS > [Offline createDynamicsCompressor]
PASS DynamicsCompressorNode.threshold.minValue is equal to -100.
PASS DynamicsCompressorNode.threshold.maxValue is equal to 0.
PASS DynamicsCompressorNode.threshold.minValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.threshold.minValue is read-only is equal to true.
PASS DynamicsCompressorNode.threshold.maxValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.threshold.maxValue is read-only is equal to true.
PASS Set DynamicsCompressorNode.threshold.value = -201 is equal to -100.
PASS Set DynamicsCompressorNode.threshold.value = 1 is equal to 0.
PASS DynamicsCompressorNode.thresholdwas clipped to lie within the nominal range is equal to true.
PASS DynamicsCompressorNode.knee.minValue is equal to 0.
PASS DynamicsCompressorNode.knee.maxValue is equal to 40.
PASS DynamicsCompressorNode.knee.minValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.knee.minValue is read-only is equal to true.
PASS DynamicsCompressorNode.knee.maxValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.knee.maxValue is read-only is equal to true.
PASS Set DynamicsCompressorNode.knee.value = -1 is equal to 0.
PASS Set DynamicsCompressorNode.knee.value = 81 is equal to 40.
PASS DynamicsCompressorNode.kneewas clipped to lie within the nominal range is equal to true.
PASS DynamicsCompressorNode.ratio.minValue is equal to 1.
PASS DynamicsCompressorNode.ratio.maxValue is equal to 20.
PASS DynamicsCompressorNode.ratio.minValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.ratio.minValue is read-only is equal to true.
PASS DynamicsCompressorNode.ratio.maxValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.ratio.maxValue is read-only is equal to true.
PASS Set DynamicsCompressorNode.ratio.value = 1 is equal to 1.
PASS Set DynamicsCompressorNode.ratio.value = 41 is equal to 20.
PASS DynamicsCompressorNode.ratiowas clipped to lie within the nominal range is equal to true.
PASS DynamicsCompressorNode.attack.minValue is equal to 0.
PASS DynamicsCompressorNode.attack.maxValue is equal to 1.
PASS DynamicsCompressorNode.attack.minValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.attack.minValue is read-only is equal to true.
PASS DynamicsCompressorNode.attack.maxValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.attack.maxValue is read-only is equal to true.
PASS Set DynamicsCompressorNode.attack.value = -1 is equal to 0.
PASS Set DynamicsCompressorNode.attack.value = 3 is equal to 1.
PASS DynamicsCompressorNode.attackwas clipped to lie within the nominal range is equal to true.
PASS DynamicsCompressorNode.release.minValue is equal to 0.
PASS DynamicsCompressorNode.release.maxValue is equal to 1.
PASS DynamicsCompressorNode.release.minValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.release.minValue is read-only is equal to true.
PASS DynamicsCompressorNode.release.maxValue = Math.PI is not equal to 3.141592653589793.
PASS DynamicsCompressorNode.release.maxValue is read-only is equal to true.
PASS Set DynamicsCompressorNode.release.value = -1 is equal to 0.
PASS Set DynamicsCompressorNode.release.value = 3 is equal to 1.
PASS DynamicsCompressorNode.releasewas clipped to lie within the nominal range is equal to true.
PASS Nominal ranges for AudioParam(s) of DynamicsCompressorNode are correct
PASS < [Offline createDynamicsCompressor] All assertions passed. (total 46 assertions)
PASS > [Offline createBiquadFilter]
PASS BiquadFilterNode.frequency.minValue is equal to 0.
PASS BiquadFilterNode.frequency.maxValue is equal to 24000.
PASS BiquadFilterNode.frequency.minValue = Math.PI is not equal to 3.141592653589793.
PASS BiquadFilterNode.frequency.minValue is read-only is equal to true.
PASS BiquadFilterNode.frequency.maxValue = Math.PI is not equal to 3.141592653589793.
PASS BiquadFilterNode.frequency.maxValue is read-only is equal to true.
PASS Set BiquadFilterNode.frequency.value = -1 is equal to 0.
PASS Set BiquadFilterNode.frequency.value = 48001 is equal to 24000.
PASS BiquadFilterNode.frequencywas clipped to lie within the nominal range is equal to true.
PASS BiquadFilterNode.detune.minValue is equal to -3.4028234663852886e+38.
PASS BiquadFilterNode.detune.maxValue is equal to 3.4028234663852886e+38.
PASS BiquadFilterNode.detune.minValue = Math.PI is not equal to 3.141592653589793.
PASS BiquadFilterNode.detune.minValue is read-only is equal to true.
PASS BiquadFilterNode.detune.maxValue = Math.PI is not equal to 3.141592653589793.
PASS BiquadFilterNode.detune.maxValue is read-only is equal to true.
PASS BiquadFilterNode.Q.minValue is equal to -3.4028234663852886e+38.
PASS BiquadFilterNode.Q.maxValue is equal to 3.4028234663852886e+38.
PASS BiquadFilterNode.Q.minValue = Math.PI is not equal to 3.141592653589793.
PASS BiquadFilterNode.Q.minValue is read-only is equal to true.
PASS BiquadFilterNode.Q.maxValue = Math.PI is not equal to 3.141592653589793.
PASS BiquadFilterNode.Q.maxValue is read-only is equal to true.
PASS BiquadFilterNode.gain.minValue is equal to -3.4028234663852886e+38.
PASS BiquadFilterNode.gain.maxValue is equal to 3.4028234663852886e+38.
PASS BiquadFilterNode.gain.minValue = Math.PI is not equal to 3.141592653589793.
PASS BiquadFilterNode.gain.minValue is read-only is equal to true.
PASS BiquadFilterNode.gain.maxValue = Math.PI is not equal to 3.141592653589793.
PASS BiquadFilterNode.gain.maxValue is read-only is equal to true.
PASS Nominal ranges for AudioParam(s) of BiquadFilterNode are correct
PASS < [Offline createBiquadFilter] All assertions passed. (total 28 assertions)
PASS > [Offline createOscillator]
PASS OscillatorNode.frequency.minValue is equal to -24000.
PASS OscillatorNode.frequency.maxValue is equal to 24000.
PASS OscillatorNode.frequency.minValue = Math.PI is not equal to 3.141592653589793.
PASS OscillatorNode.frequency.minValue is read-only is equal to true.
PASS OscillatorNode.frequency.maxValue = Math.PI is not equal to 3.141592653589793.
PASS OscillatorNode.frequency.maxValue is read-only is equal to true.
PASS Set OscillatorNode.frequency.value = -48001 is equal to -24000.
PASS Set OscillatorNode.frequency.value = 48001 is equal to 24000.
PASS OscillatorNode.frequencywas clipped to lie within the nominal range is equal to true.
PASS OscillatorNode.detune.minValue is equal to -153600.
PASS OscillatorNode.detune.maxValue is equal to 153600.
PASS OscillatorNode.detune.minValue = Math.PI is not equal to 3.141592653589793.
PASS OscillatorNode.detune.minValue is read-only is equal to true.
PASS OscillatorNode.detune.maxValue = Math.PI is not equal to 3.141592653589793.
PASS OscillatorNode.detune.maxValue is read-only is equal to true.
PASS Set OscillatorNode.detune.value = -307201 is equal to -153600.
PASS Set OscillatorNode.detune.value = 307201 is equal to 153600.
PASS OscillatorNode.detunewas clipped to lie within the nominal range is equal to true.
PASS Nominal ranges for AudioParam(s) of OscillatorNode are correct
PASS < [Offline createOscillator] All assertions passed. (total 19 assertions)
PASS > [Offline createPanner]
PASS PannerNode.positionX.minValue is equal to -3.4028234663852886e+38.
PASS PannerNode.positionX.maxValue is equal to 3.4028234663852886e+38.
PASS PannerNode.positionX.minValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.positionX.minValue is read-only is equal to true.
PASS PannerNode.positionX.maxValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.positionX.maxValue is read-only is equal to true.
PASS PannerNode.positionY.minValue is equal to -3.4028234663852886e+38.
PASS PannerNode.positionY.maxValue is equal to 3.4028234663852886e+38.
PASS PannerNode.positionY.minValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.positionY.minValue is read-only is equal to true.
PASS PannerNode.positionY.maxValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.positionY.maxValue is read-only is equal to true.
PASS PannerNode.positionZ.minValue is equal to -3.4028234663852886e+38.
PASS PannerNode.positionZ.maxValue is equal to 3.4028234663852886e+38.
PASS PannerNode.positionZ.minValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.positionZ.minValue is read-only is equal to true.
PASS PannerNode.positionZ.maxValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.positionZ.maxValue is read-only is equal to true.
PASS PannerNode.orientationX.minValue is equal to -3.4028234663852886e+38.
PASS PannerNode.orientationX.maxValue is equal to 3.4028234663852886e+38.
PASS PannerNode.orientationX.minValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.orientationX.minValue is read-only is equal to true.
PASS PannerNode.orientationX.maxValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.orientationX.maxValue is read-only is equal to true.
PASS PannerNode.orientationY.minValue is equal to -3.4028234663852886e+38.
PASS PannerNode.orientationY.maxValue is equal to 3.4028234663852886e+38.
PASS PannerNode.orientationY.minValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.orientationY.minValue is read-only is equal to true.
PASS PannerNode.orientationY.maxValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.orientationY.maxValue is read-only is equal to true.
PASS PannerNode.orientationZ.minValue is equal to -3.4028234663852886e+38.
PASS PannerNode.orientationZ.maxValue is equal to 3.4028234663852886e+38.
PASS PannerNode.orientationZ.minValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.orientationZ.minValue is read-only is equal to true.
PASS PannerNode.orientationZ.maxValue = Math.PI is not equal to 3.141592653589793.
PASS PannerNode.orientationZ.maxValue is read-only is equal to true.
PASS Nominal ranges for AudioParam(s) of PannerNode are correct
PASS < [Offline createPanner] All assertions passed. (total 37 assertions)
PASS > [Offline createConstantSource]
PASS ConstantSourceNode.offset.minValue is equal to -3.4028234663852886e+38.
PASS ConstantSourceNode.offset.maxValue is equal to 3.4028234663852886e+38.
PASS ConstantSourceNode.offset.minValue = Math.PI is not equal to 3.141592653589793.
PASS ConstantSourceNode.offset.minValue is read-only is equal to true.
PASS ConstantSourceNode.offset.maxValue = Math.PI is not equal to 3.141592653589793.
PASS ConstantSourceNode.offset.maxValue is read-only is equal to true.
PASS Nominal ranges for AudioParam(s) of ConstantSourceNode are correct
PASS < [Offline createConstantSource] All assertions passed. (total 7 assertions)
PASS > [Offline createBuffer]
PASS AudioBuffer has no AudioParams as expected
PASS < [Offline createBuffer] All assertions passed. (total 1 assertions)
PASS > [Offline createIIRFilter]
PASS IIRFilterNode has no AudioParams as expected
PASS < [Offline createIIRFilter] All assertions passed. (total 1 assertions)
PASS > [Offline createWaveShaper]
PASS WaveShaperNode has no AudioParams as expected
PASS < [Offline createWaveShaper] All assertions passed. (total 1 assertions)
PASS > [Offline createConvolver]
PASS ConvolverNode has no AudioParams as expected
PASS < [Offline createConvolver] All assertions passed. (total 1 assertions)
PASS > [Offline createAnalyser]
PASS AnalyserNode has no AudioParams as expected
PASS < [Offline createAnalyser] All assertions passed. (total 1 assertions)
PASS > [Offline createScriptProcessor]
PASS ScriptProcessorNode has no AudioParams as expected
PASS < [Offline createScriptProcessor] All assertions passed. (total 1 assertions)
PASS > [Offline createPeriodicWave]
PASS PeriodicWave has no AudioParams as expected
PASS < [Offline createPeriodicWave] All assertions passed. (total 1 assertions)
PASS > [Offline createChannelSplitter]
PASS ChannelSplitterNode has no AudioParams as expected
PASS < [Offline createChannelSplitter] All assertions passed. (total 1 assertions)
PASS > [Offline createChannelMerger]
PASS ChannelMergerNode has no AudioParams as expected
PASS < [Offline createChannelMerger] All assertions passed. (total 1 assertions)
PASS > [Online createMediaElementSource]
PASS MediaElementAudioSourceNode has no AudioParams as expected
PASS < [Online createMediaElementSource] All assertions passed. (total 1 assertions)
PASS > [Online createMediaStreamDestination]
PASS MediaStreamAudioDestinationNode has no AudioParams as expected
PASS < [Online createMediaStreamDestination] All assertions passed. (total 1 assertions)
PASS > [AudioListener]
PASS AudioListener.positionX.minValue is equal to -3.4028234663852886e+38.
PASS AudioListener.positionX.maxValue is equal to 3.4028234663852886e+38.
PASS AudioListener.positionX.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.positionX.minValue is read-only is equal to true.
PASS AudioListener.positionX.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.positionX.maxValue is read-only is equal to true.
PASS AudioListener.positionY.minValue is equal to -3.4028234663852886e+38.
PASS AudioListener.positionY.maxValue is equal to 3.4028234663852886e+38.
PASS AudioListener.positionY.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.positionY.minValue is read-only is equal to true.
PASS AudioListener.positionY.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.positionY.maxValue is read-only is equal to true.
PASS AudioListener.positionZ.minValue is equal to -3.4028234663852886e+38.
PASS AudioListener.positionZ.maxValue is equal to 3.4028234663852886e+38.
PASS AudioListener.positionZ.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.positionZ.minValue is read-only is equal to true.
PASS AudioListener.positionZ.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.positionZ.maxValue is read-only is equal to true.
PASS AudioListener.forwardX.minValue is equal to -3.4028234663852886e+38.
PASS AudioListener.forwardX.maxValue is equal to 3.4028234663852886e+38.
PASS AudioListener.forwardX.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.forwardX.minValue is read-only is equal to true.
PASS AudioListener.forwardX.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.forwardX.maxValue is read-only is equal to true.
PASS AudioListener.forwardY.minValue is equal to -3.4028234663852886e+38.
PASS AudioListener.forwardY.maxValue is equal to 3.4028234663852886e+38.
PASS AudioListener.forwardY.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.forwardY.minValue is read-only is equal to true.
PASS AudioListener.forwardY.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.forwardY.maxValue is read-only is equal to true.
PASS AudioListener.forwardZ.minValue is equal to -3.4028234663852886e+38.
PASS AudioListener.forwardZ.maxValue is equal to 3.4028234663852886e+38.
PASS AudioListener.forwardZ.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.forwardZ.minValue is read-only is equal to true.
PASS AudioListener.forwardZ.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.forwardZ.maxValue is read-only is equal to true.
PASS AudioListener.upX.minValue is equal to -3.4028234663852886e+38.
PASS AudioListener.upX.maxValue is equal to 3.4028234663852886e+38.
PASS AudioListener.upX.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.upX.minValue is read-only is equal to true.
PASS AudioListener.upX.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.upX.maxValue is read-only is equal to true.
PASS AudioListener.upY.minValue is equal to -3.4028234663852886e+38.
PASS AudioListener.upY.maxValue is equal to 3.4028234663852886e+38.
PASS AudioListener.upY.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.upY.minValue is read-only is equal to true.
PASS AudioListener.upY.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.upY.maxValue is read-only is equal to true.
PASS AudioListener.upZ.minValue is equal to -3.4028234663852886e+38.
PASS AudioListener.upZ.maxValue is equal to 3.4028234663852886e+38.
PASS AudioListener.upZ.minValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.upZ.minValue is read-only is equal to true.
PASS AudioListener.upZ.maxValue = Math.PI is not equal to 3.141592653589793.
PASS AudioListener.upZ.maxValue is read-only is equal to true.
PASS Nominal ranges for AudioParam(s) of AudioListener are correct
PASS < [AudioListener] All assertions passed. (total 55 assertions)
PASS > [verifyTests]
PASS Number of nodes not tested : 0
PASS < [verifyTests] All assertions passed. (total 1 assertions)
PASS > [automation]
PASS Test automations (check console logs) did not throw an exception.
PASS < [automation] All assertions passed. (total 1 assertions)
PASS # AUDIT TASK RUNNER FINISHED: 24 tasks ran successfully.
Harness: the test ran to completion.