diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-06-22 14:35:02 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-06-22 21:15:41 +0200 |
commit | f4578afdfe281db7d065a578782243248640aab5 (patch) | |
tree | 48b01257f40e93e07e62413994372ffe5f2d2191 /tests/wpt/meta/webaudio | |
parent | cfd24f00bc14551845680713c68ce100404e4f1a (diff) | |
download | servo-f4578afdfe281db7d065a578782243248640aab5.tar.gz servo-f4578afdfe281db7d065a578782243248640aab5.zip |
Rename metadata directories
This renames:
- `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
- `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
- `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
- `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
Diffstat (limited to 'tests/wpt/meta/webaudio')
50 files changed, 2887 insertions, 0 deletions
diff --git a/tests/wpt/meta/webaudio/idlharness.https.window.js.ini b/tests/wpt/meta/webaudio/idlharness.https.window.js.ini new file mode 100644 index 00000000000..9fe103c01f2 --- /dev/null +++ b/tests/wpt/meta/webaudio/idlharness.https.window.js.ini @@ -0,0 +1,1140 @@ +[idlharness.https.window.html] + [idl_test setup] + expected: FAIL + + [BaseAudioContext interface: attribute audioWorklet] + expected: FAIL + + [BaseAudioContext interface: operation createConvolver()] + expected: FAIL + + [BaseAudioContext interface: operation createDelay(optional double)] + expected: FAIL + + [BaseAudioContext interface: operation createDynamicsCompressor()] + expected: FAIL + + [BaseAudioContext interface: operation createIIRFilter(sequence<double>, sequence<double>)] + expected: FAIL + + [BaseAudioContext interface: operation createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints)] + expected: FAIL + + [BaseAudioContext interface: operation createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long)] + expected: FAIL + + [BaseAudioContext interface: operation createWaveShaper()] + expected: FAIL + + [BaseAudioContext interface: operation decodeAudioData(ArrayBuffer, optional DecodeSuccessCallback?, optional DecodeErrorCallback?)] + expected: FAIL + + [AudioContext interface: attribute sinkId] + expected: FAIL + + [AudioContext interface: attribute renderCapacity] + expected: FAIL + + [AudioContext interface: attribute onsinkchange] + expected: FAIL + + [AudioContext interface: operation resume()] + expected: FAIL + + [AudioContext interface: operation suspend()] + expected: FAIL + + [AudioContext interface: operation close()] + expected: FAIL + + [AudioContext interface: operation setSinkId((DOMString or AudioSinkOptions))] + expected: FAIL + + [AudioContext interface: context must inherit property "sinkId" with the proper type] + expected: FAIL + + [AudioContext interface: context must inherit property "renderCapacity" with the proper type] + expected: FAIL + + [AudioContext interface: context must inherit property "onsinkchange" with the proper type] + expected: FAIL + + [AudioContext interface: context must inherit property "setSinkId((DOMString or AudioSinkOptions))" with the proper type] + expected: FAIL + + [AudioContext interface: calling setSinkId((DOMString or AudioSinkOptions)) on context with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "audioWorklet" with the proper type] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "createConvolver()" with the proper type] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "createDelay(optional double)" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling createDelay(optional double) on context with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "createDynamicsCompressor()" with the proper type] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "createIIRFilter(sequence<double>, sequence<double>)" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling createIIRFilter(sequence<double>, sequence<double>) on context with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints)" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints) on context with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long)" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long) on context with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: context must inherit property "createWaveShaper()" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, optional DecodeSuccessCallback?, optional DecodeErrorCallback?) on context with too few arguments must throw TypeError] + expected: FAIL + + [AudioSinkInfo interface: existence and properties of interface object] + expected: FAIL + + [AudioSinkInfo interface object length] + expected: FAIL + + [AudioSinkInfo interface object name] + expected: FAIL + + [AudioSinkInfo interface: existence and properties of interface prototype object] + expected: FAIL + + [AudioSinkInfo interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AudioSinkInfo interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [AudioSinkInfo interface: attribute type] + expected: FAIL + + [AudioRenderCapacity interface: existence and properties of interface object] + expected: FAIL + + [AudioRenderCapacity interface object length] + expected: FAIL + + [AudioRenderCapacity interface object name] + expected: FAIL + + [AudioRenderCapacity interface: existence and properties of interface prototype object] + expected: FAIL + + [AudioRenderCapacity interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AudioRenderCapacity interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [AudioRenderCapacity interface: operation start(optional AudioRenderCapacityOptions)] + expected: FAIL + + [AudioRenderCapacity interface: operation stop()] + expected: FAIL + + [AudioRenderCapacity interface: attribute onupdate] + expected: FAIL + + [AudioRenderCapacityEvent interface: existence and properties of interface object] + expected: FAIL + + [AudioRenderCapacityEvent interface object length] + expected: FAIL + + [AudioRenderCapacityEvent interface object name] + expected: FAIL + + [AudioRenderCapacityEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [AudioRenderCapacityEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AudioRenderCapacityEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [AudioRenderCapacityEvent interface: attribute timestamp] + expected: FAIL + + [AudioRenderCapacityEvent interface: attribute averageLoad] + expected: FAIL + + [AudioRenderCapacityEvent interface: attribute peakLoad] + expected: FAIL + + [AudioRenderCapacityEvent interface: attribute underrunRatio] + expected: FAIL + + [OfflineAudioContext interface: operation startRendering()] + expected: FAIL + + [OfflineAudioContext interface: operation resume()] + expected: FAIL + + [OfflineAudioContext interface: operation suspend(double)] + expected: FAIL + + [OfflineAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "suspend(double)" with the proper type] + expected: FAIL + + [OfflineAudioContext interface: calling suspend(double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "audioWorklet" with the proper type] + expected: FAIL + + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createConvolver()" with the proper type] + expected: FAIL + + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createDelay(optional double)" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling createDelay(optional double) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createDynamicsCompressor()" with the proper type] + expected: FAIL + + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createIIRFilter(sequence<double>, sequence<double>)" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling createIIRFilter(sequence<double>, sequence<double>) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints)" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling createPeriodicWave(sequence<float>, sequence<float>, optional PeriodicWaveConstraints) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long)" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling createScriptProcessor(optional unsigned long, optional unsigned long, optional unsigned long) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + expected: FAIL + + [BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createWaveShaper()" with the proper type] + expected: FAIL + + [BaseAudioContext interface: calling decodeAudioData(ArrayBuffer, optional DecodeSuccessCallback?, optional DecodeErrorCallback?) on new OfflineAudioContext(1, 1, sample_rate) with too few arguments must throw TypeError] + expected: FAIL + + [AudioProcessingEvent interface: existence and properties of interface object] + expected: FAIL + + [AudioProcessingEvent interface object length] + expected: FAIL + + [AudioProcessingEvent interface object name] + expected: FAIL + + [AudioProcessingEvent interface: existence and properties of interface prototype object] + expected: FAIL + + [AudioProcessingEvent interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AudioProcessingEvent interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [AudioProcessingEvent interface: attribute playbackTime] + expected: FAIL + + [AudioProcessingEvent interface: attribute inputBuffer] + expected: FAIL + + [AudioProcessingEvent interface: attribute outputBuffer] + expected: FAIL + + [AudioProcessingEvent must be primary interface of new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n })] + expected: FAIL + + [Stringification of new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n })] + expected: FAIL + + [AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "playbackTime" with the proper type] + expected: FAIL + + [AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "inputBuffer" with the proper type] + expected: FAIL + + [AudioProcessingEvent interface: new AudioProcessingEvent('', {\n playbackTime: 0, inputBuffer: buffer, outputBuffer: buffer\n }) must inherit property "outputBuffer" with the proper type] + expected: FAIL + + [BiquadFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)] + expected: FAIL + + [BiquadFilterNode interface: new BiquadFilterNode(context) must inherit property "getFrequencyResponse(Float32Array, Float32Array, Float32Array)" with the proper type] + expected: FAIL + + [BiquadFilterNode interface: calling getFrequencyResponse(Float32Array, Float32Array, Float32Array) on new BiquadFilterNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [ConvolverNode interface: existence and properties of interface object] + expected: FAIL + + [ConvolverNode interface object length] + expected: FAIL + + [ConvolverNode interface object name] + expected: FAIL + + [ConvolverNode interface: existence and properties of interface prototype object] + expected: FAIL + + [ConvolverNode interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [ConvolverNode interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [ConvolverNode interface: attribute buffer] + expected: FAIL + + [ConvolverNode interface: attribute normalize] + expected: FAIL + + [ConvolverNode must be primary interface of new ConvolverNode(context)] + expected: FAIL + + [Stringification of new ConvolverNode(context)] + expected: FAIL + + [ConvolverNode interface: new ConvolverNode(context) must inherit property "buffer" with the proper type] + expected: FAIL + + [ConvolverNode interface: new ConvolverNode(context) must inherit property "normalize" with the proper type] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect()" with the proper type] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode) on new ConvolverNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioParam)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam) on new ConvolverNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ConvolverNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "context" with the proper type] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "numberOfOutputs" with the proper type] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "channelCount" with the proper type] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "channelCountMode" with the proper type] + expected: FAIL + + [AudioNode interface: new ConvolverNode(context) must inherit property "channelInterpretation" with the proper type] + expected: FAIL + + [DelayNode interface: existence and properties of interface object] + expected: FAIL + + [DelayNode interface object length] + expected: FAIL + + [DelayNode interface object name] + expected: FAIL + + [DelayNode interface: existence and properties of interface prototype object] + expected: FAIL + + [DelayNode interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [DelayNode interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [DelayNode interface: attribute delayTime] + expected: FAIL + + [DelayNode must be primary interface of new DelayNode(context)] + expected: FAIL + + [Stringification of new DelayNode(context)] + expected: FAIL + + [DelayNode interface: new DelayNode(context) must inherit property "delayTime" with the proper type] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "disconnect()" with the proper type] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode) on new DelayNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioParam)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam) on new DelayNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new DelayNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "context" with the proper type] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "numberOfOutputs" with the proper type] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "channelCount" with the proper type] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "channelCountMode" with the proper type] + expected: FAIL + + [AudioNode interface: new DelayNode(context) must inherit property "channelInterpretation" with the proper type] + expected: FAIL + + [DynamicsCompressorNode interface: existence and properties of interface object] + expected: FAIL + + [DynamicsCompressorNode interface object length] + expected: FAIL + + [DynamicsCompressorNode interface object name] + expected: FAIL + + [DynamicsCompressorNode interface: existence and properties of interface prototype object] + expected: FAIL + + [DynamicsCompressorNode interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [DynamicsCompressorNode interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [DynamicsCompressorNode interface: attribute threshold] + expected: FAIL + + [DynamicsCompressorNode interface: attribute knee] + expected: FAIL + + [DynamicsCompressorNode interface: attribute ratio] + expected: FAIL + + [DynamicsCompressorNode interface: attribute reduction] + expected: FAIL + + [DynamicsCompressorNode interface: attribute attack] + expected: FAIL + + [DynamicsCompressorNode interface: attribute release] + expected: FAIL + + [DynamicsCompressorNode must be primary interface of new DynamicsCompressorNode(context)] + expected: FAIL + + [Stringification of new DynamicsCompressorNode(context)] + expected: FAIL + + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "threshold" with the proper type] + expected: FAIL + + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "knee" with the proper type] + expected: FAIL + + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "ratio" with the proper type] + expected: FAIL + + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "reduction" with the proper type] + expected: FAIL + + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "attack" with the proper type] + expected: FAIL + + [DynamicsCompressorNode interface: new DynamicsCompressorNode(context) must inherit property "release" with the proper type] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect()" with the proper type] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioParam)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new DynamicsCompressorNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "context" with the proper type] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "numberOfOutputs" with the proper type] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelCount" with the proper type] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelCountMode" with the proper type] + expected: FAIL + + [AudioNode interface: new DynamicsCompressorNode(context) must inherit property "channelInterpretation" with the proper type] + expected: FAIL + + [IIRFilterNode interface: existence and properties of interface object] + expected: FAIL + + [IIRFilterNode interface object length] + expected: FAIL + + [IIRFilterNode interface object name] + expected: FAIL + + [IIRFilterNode interface: existence and properties of interface prototype object] + expected: FAIL + + [IIRFilterNode interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [IIRFilterNode interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [IIRFilterNode interface: operation getFrequencyResponse(Float32Array, Float32Array, Float32Array)] + expected: FAIL + + [IIRFilterNode must be primary interface of new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]})] + expected: FAIL + + [Stringification of new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]})] + expected: FAIL + + [IIRFilterNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "getFrequencyResponse(Float32Array, Float32Array, Float32Array)" with the proper type] + expected: FAIL + + [IIRFilterNode interface: calling getFrequencyResponse(Float32Array, Float32Array, Float32Array) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect()" with the proper type] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioNode)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioParam)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "context" with the proper type] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "numberOfOutputs" with the proper type] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelCount" with the proper type] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelCountMode" with the proper type] + expected: FAIL + + [AudioNode interface: new IIRFilterNode(context, {feedforward: [1\], feedback: [1\]}) must inherit property "channelInterpretation" with the proper type] + expected: FAIL + + [OscillatorNode interface: operation setPeriodicWave(PeriodicWave)] + expected: FAIL + + [OscillatorNode interface: new OscillatorNode(context) must inherit property "setPeriodicWave(PeriodicWave)" with the proper type] + expected: FAIL + + [OscillatorNode interface: calling setPeriodicWave(PeriodicWave) on new OscillatorNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [PeriodicWave interface: existence and properties of interface object] + expected: FAIL + + [PeriodicWave interface object length] + expected: FAIL + + [PeriodicWave interface object name] + expected: FAIL + + [PeriodicWave interface: existence and properties of interface prototype object] + expected: FAIL + + [PeriodicWave interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [PeriodicWave interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [PeriodicWave must be primary interface of new PeriodicWave(context)] + expected: FAIL + + [Stringification of new PeriodicWave(context)] + expected: FAIL + + [ScriptProcessorNode interface: existence and properties of interface object] + expected: FAIL + + [ScriptProcessorNode interface object length] + expected: FAIL + + [ScriptProcessorNode interface object name] + expected: FAIL + + [ScriptProcessorNode interface: existence and properties of interface prototype object] + expected: FAIL + + [ScriptProcessorNode interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [ScriptProcessorNode interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [ScriptProcessorNode interface: attribute onaudioprocess] + expected: FAIL + + [ScriptProcessorNode interface: attribute bufferSize] + expected: FAIL + + [ScriptProcessorNode must be primary interface of context.createScriptProcessor()] + expected: FAIL + + [Stringification of context.createScriptProcessor()] + expected: FAIL + + [ScriptProcessorNode interface: context.createScriptProcessor() must inherit property "onaudioprocess" with the proper type] + expected: FAIL + + [ScriptProcessorNode interface: context.createScriptProcessor() must inherit property "bufferSize" with the proper type] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect()" with the proper type] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode) on context.createScriptProcessor() with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioParam)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam) on context.createScriptProcessor() with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on context.createScriptProcessor() with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "context" with the proper type] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "numberOfOutputs" with the proper type] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "channelCount" with the proper type] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "channelCountMode" with the proper type] + expected: FAIL + + [AudioNode interface: context.createScriptProcessor() must inherit property "channelInterpretation" with the proper type] + expected: FAIL + + [StereoPannerNode interface: existence and properties of interface object] + expected: FAIL + + [StereoPannerNode interface: existence and properties of interface prototype object] + expected: FAIL + + [WaveShaperNode interface: existence and properties of interface object] + expected: FAIL + + [WaveShaperNode interface object length] + expected: FAIL + + [WaveShaperNode interface object name] + expected: FAIL + + [WaveShaperNode interface: existence and properties of interface prototype object] + expected: FAIL + + [WaveShaperNode interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [WaveShaperNode interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [WaveShaperNode interface: attribute curve] + expected: FAIL + + [WaveShaperNode interface: attribute oversample] + expected: FAIL + + [WaveShaperNode must be primary interface of new WaveShaperNode(context)] + expected: FAIL + + [Stringification of new WaveShaperNode(context)] + expected: FAIL + + [WaveShaperNode interface: new WaveShaperNode(context) must inherit property "curve" with the proper type] + expected: FAIL + + [WaveShaperNode interface: new WaveShaperNode(context) must inherit property "oversample" with the proper type] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect()" with the proper type] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode) on new WaveShaperNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioParam)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam) on new WaveShaperNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on new WaveShaperNode(context) with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "context" with the proper type] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "numberOfOutputs" with the proper type] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "channelCount" with the proper type] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "channelCountMode" with the proper type] + expected: FAIL + + [AudioNode interface: new WaveShaperNode(context) must inherit property "channelInterpretation" with the proper type] + expected: FAIL + + [AudioWorklet interface: existence and properties of interface object] + expected: FAIL + + [AudioWorklet interface object length] + expected: FAIL + + [AudioWorklet interface object name] + expected: FAIL + + [AudioWorklet interface: existence and properties of interface prototype object] + expected: FAIL + + [AudioWorklet interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AudioWorklet interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [AudioWorklet interface: attribute port] + expected: FAIL + + [AudioWorklet must be primary interface of context.audioWorklet] + expected: FAIL + + [Stringification of context.audioWorklet] + expected: FAIL + + [AudioWorklet interface: context.audioWorklet must inherit property "port" with the proper type] + expected: FAIL + + [AudioParamMap interface: existence and properties of interface object] + expected: FAIL + + [AudioParamMap interface object length] + expected: FAIL + + [AudioParamMap interface object name] + expected: FAIL + + [AudioParamMap interface: existence and properties of interface prototype object] + expected: FAIL + + [AudioParamMap interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AudioParamMap interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [AudioParamMap interface: maplike<DOMString, AudioParam>] + expected: FAIL + + [AudioParamMap must be primary interface of worklet_node.parameters] + expected: FAIL + + [Stringification of worklet_node.parameters] + expected: FAIL + + [AudioWorkletNode interface: existence and properties of interface object] + expected: FAIL + + [AudioWorkletNode interface object length] + expected: FAIL + + [AudioWorkletNode interface object name] + expected: FAIL + + [AudioWorkletNode interface: existence and properties of interface prototype object] + expected: FAIL + + [AudioWorkletNode interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [AudioWorkletNode interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [AudioWorkletNode interface: attribute parameters] + expected: FAIL + + [AudioWorkletNode interface: attribute port] + expected: FAIL + + [AudioWorkletNode interface: attribute onprocessorerror] + expected: FAIL + + [AudioWorkletNode must be primary interface of worklet_node] + expected: FAIL + + [Stringification of worklet_node] + expected: FAIL + + [AudioWorkletNode interface: worklet_node must inherit property "parameters" with the proper type] + expected: FAIL + + [AudioWorkletNode interface: worklet_node must inherit property "port" with the proper type] + expected: FAIL + + [AudioWorkletNode interface: worklet_node must inherit property "onprocessorerror" with the proper type] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "connect(AudioNode, optional unsigned long, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioNode, optional unsigned long, optional unsigned long) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "connect(AudioParam, optional unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling connect(AudioParam, optional unsigned long) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "disconnect()" with the proper type] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "disconnect(unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(unsigned long) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "disconnect(AudioNode)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "disconnect(AudioNode, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "disconnect(AudioNode, unsigned long, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioNode, unsigned long, unsigned long) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "disconnect(AudioParam)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "disconnect(AudioParam, unsigned long)" with the proper type] + expected: FAIL + + [AudioNode interface: calling disconnect(AudioParam, unsigned long) on worklet_node with too few arguments must throw TypeError] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "context" with the proper type] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "numberOfInputs" with the proper type] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "numberOfOutputs" with the proper type] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "channelCount" with the proper type] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "channelCountMode" with the proper type] + expected: FAIL + + [AudioNode interface: worklet_node must inherit property "channelInterpretation" with the proper type] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini new file mode 100644 index 00000000000..1f70062991c --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini @@ -0,0 +1,72 @@ +[realtimeanalyser-fft-scaling.html] + [X 2048-point FFT peak position is not equal to 64. Got 0.] + expected: FAIL + + [X 128-point FFT peak position is not equal to 4. Got 0.] + expected: FAIL + + [X 32768-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [X 64-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [X 4096-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [< [FFT scaling tests\] 22 out of 22 assertions were failed.] + expected: FAIL + + [X 128-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [X 8192-point FFT peak position is not equal to 256. Got 0.] + expected: FAIL + + [X 32-point FFT peak value in dBFS is not greater than or equal to -14.43. Got -1000.] + expected: FAIL + + [X 16384-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [X 256-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [X 8192-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [X 1024-point FFT peak position is not equal to 32. Got 0.] + expected: FAIL + + [X 64-point FFT peak position is not equal to 2. Got 0.] + expected: FAIL + + [X 512-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [X 32-point FFT peak position is not equal to 1. Got 0.] + expected: FAIL + + [X 16384-point FFT peak position is not equal to 512. Got 0.] + expected: FAIL + + [X 1024-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [X 2048-point FFT peak value in dBFS is not greater than or equal to -13.56. Got -1000.] + expected: FAIL + + [X 32768-point FFT peak position is not equal to 1024. Got 0.] + expected: FAIL + + [X 4096-point FFT peak position is not equal to 128. Got 0.] + expected: FAIL + + [X 512-point FFT peak position is not equal to 16. Got 0.] + expected: FAIL + + [X 256-point FFT peak position is not equal to 8. Got 0.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffer-interface/acquire-the-content.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffer-interface/acquire-the-content.html.ini new file mode 100644 index 00000000000..54bc6698c76 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffer-interface/acquire-the-content.html.ini @@ -0,0 +1,3 @@ +[acquire-the-content.html] + [ConvolverNode] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-duration-loop.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-duration-loop.html.ini new file mode 100644 index 00000000000..3ad7dcbc89f --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-duration-loop.html.ini @@ -0,0 +1,6 @@ +[audiobuffersource-duration-loop.html] + [X The array length does not match.] + expected: FAIL + + [X audioBuffer.getChannelData expected to be equal to the array [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1...\] but differs in 2048 places:\n\tIndex\tActual\t\t\tExpected\n\t[0\]\t0.0000000000000000e+0\t1.0000000000000000e+0\n\t[1\]\t0.0000000000000000e+0\t1.0000000000000000e+0\n\t[2\]\t0.0000000000000000e+0\t1.0000000000000000e+0\n\t[3\]\t0.0000000000000000e+0\t1.0000000000000000e+0\n\t...and 2044 more errors.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-multi-channels.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-multi-channels.html.ini new file mode 100644 index 00000000000..53bb7812ba6 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/audiobuffersource-multi-channels.html.ini @@ -0,0 +1,130 @@ +[audiobuffersource-multi-channels.html] + [# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.] + expected: FAIL + + [< [test\] 1 out of 6 assertions were failed.] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44057 more errors.\n\tMax AbsError of 1.9900983572006226e+0 at index of 12357.\n\t[12357\]\t-9.9751412868499756e-1\t9.9258422851562500e-1\t1.9900983572006226e+0\t2.0049667323212912e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 10584.\n\t[10584\]\t-5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44054 more errors.\n\tMax AbsError of 1.9985451102256775e+0 at index of 27408.\n\t[27408\]\t-9.9997943639755249e-1\t9.9856567382812500e-1\t1.9985451102256775e+0\t2.0014157932787811e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 14112.\n\t[14112\]\t-9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44048 more errors.\n\tMax AbsError of 1.9986611604690552e+0 at index of 37130.\n\t[37130\]\t-9.9994289875030518e-1\t9.9871826171875000e-1\t1.9986611604690552e+0\t2.0012262087101997e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 14112.\n\t[14112\]\t-9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44051 more errors.\n\tMax AbsError of 1.9798262119293213e+0 at index of 27116.\n\t[27116\]\t9.9151444435119629e-1\t-9.8831176757812500e-1\t1.9798262119293213e+0\t2.0032405531110080e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44074 more errors.\n\tMax AbsError of 1.9999794363975525e+0 at index of 19632.\n\t[19632\]\t9.9997943639755249e-1\t-1.0000000000000000e+0\t1.9999794363975525e+0\t1.9999794363975525e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 3528.\n\t[3528\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 40518 more errors.\n\tMax AbsError of 1.9901288747787476e+0 at index of 14838.\n\t[14838\]\t9.9751412868499756e-1\t-9.9261474609375000e-1\t1.9901288747787476e+0\t2.0049358349858575e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 42288 more errors.\n\tMax AbsError of 1.9999794363975525e+0 at index of 37272.\n\t[37272\]\t9.9997943639755249e-1\t-1.0000000000000000e+0\t1.9999794363975525e+0\t1.9999794363975525e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 10584.\n\t[10584\]\t-5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44035 more errors.\n\tMax AbsError of 1.9962286949157715e+0 at index of 40997.\n\t[40997\]\t9.9879217147827148e-1\t-9.9743652343750000e-1\t1.9962286949157715e+0\t2.0013591321441684e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 42278 more errors.\n\tMax AbsError of 1.9986916780471802e+0 at index of 31225.\n\t[31225\]\t9.9994289875030518e-1\t-9.9874877929687500e-1\t1.9986916780471802e+0\t2.0011956154322119e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 14112.\n\t[14112\]\t-9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44042 more errors.\n\tMax AbsError of 1.9999977350234985e+0 at index of 36821.\n\t[36821\]\t9.9999773502349854e-1\t-1.0000000000000000e+0\t1.9999977350234985e+0\t1.9999977350234985e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 19404.\n\t[19404\]\t-5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 40527 more errors.\n\tMax AbsError of 1.9986611604690552e+0 at index of 15080.\n\t[15080\]\t-9.9994289875030518e-1\t9.9871826171875000e-1\t1.9986611604690552e+0\t2.0012262087101997e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 10584.\n\t[10584\]\t-5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44052 more errors.\n\tMax AbsError of 1.9986916780471802e+0 at index of 17995.\n\t[17995\]\t9.9994289875030518e-1\t-9.9874877929687500e-1\t1.9986916780471802e+0\t2.0011956154322119e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 38772 more errors.\n\tMax AbsError of 1.9986916780471802e+0 at index of 15790.\n\t[15790\]\t9.9994289875030518e-1\t-9.9874877929687500e-1\t1.9986916780471802e+0\t2.0011956154322119e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 14112.\n\t[14112\]\t-9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 42287 more errors.\n\tMax AbsError of 1.9900983572006226e+0 at index of 41022.\n\t[41022\]\t-9.9751412868499756e-1\t9.9258422851562500e-1\t1.9900983572006226e+0\t2.0049667323212912e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 10584.\n\t[10584\]\t-5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44040 more errors.\n\tMax AbsError of 1.9986916780471802e+0 at index of 40045.\n\t[40045\]\t9.9994289875030518e-1\t-9.9874877929687500e-1\t1.9986916780471802e+0\t2.0011956154322119e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 14112.\n\t[14112\]\t-9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44061 more errors.\n\tMax AbsError of 1.9999794363975525e+0 at index of 28452.\n\t[28452\]\t9.9997943639755249e-1\t-1.0000000000000000e+0\t1.9999794363975525e+0\t1.9999794363975525e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 10584.\n\t[10584\]\t-5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44052 more errors.\n\tMax AbsError of 1.9999977350234985e+0 at index of 39026.\n\t[39026\]\t9.9999773502349854e-1\t-1.0000000000000000e+0\t1.9999977350234985e+0\t1.9999977350234985e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 14112.\n\t[14112\]\t-9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 42303 more errors.\n\tMax AbsError of 1.9999977350234985e+0 at index of 10361.\n\t[10361\]\t9.9999773502349854e-1\t-1.0000000000000000e+0\t1.9999977350234985e+0\t1.9999977350234985e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 7056.\n\t[7056\]\t5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44063 more errors.\n\tMax AbsError of 1.9999977350234985e+0 at index of 36821.\n\t[36821\]\t9.9999773502349854e-1\t-1.0000000000000000e+0\t1.9999977350234985e+0\t1.9999977350234985e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 42300 more errors.\n\tMax AbsError of 1.9986611604690552e+0 at index of 23900.\n\t[23900\]\t-9.9994289875030518e-1\t9.9871826171875000e-1\t1.9986611604690552e+0\t2.0012262087101997e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 7056.\n\t[7056\]\t5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44053 more errors.\n\tMax AbsError of 1.9999977350234985e+0 at index of 28001.\n\t[28001\]\t9.9999773502349854e-1\t-1.0000000000000000e+0\t1.9999977350234985e+0\t1.9999977350234985e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44055 more errors.\n\tMax AbsError of 1.9999977350234985e+0 at index of 32411.\n\t[32411\]\t9.9999773502349854e-1\t-1.0000000000000000e+0\t1.9999977350234985e+0\t1.9999977350234985e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44065 more errors.\n\tMax AbsError of 1.9986611604690552e+0 at index of 15080.\n\t[15080\]\t-9.9994289875030518e-1\t9.9871826171875000e-1\t1.9986611604690552e+0\t2.0012262087101997e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 10584.\n\t[10584\]\t-5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44059 more errors.\n\tMax AbsError of 1.9986611604690552e+0 at index of 17285.\n\t[17285\]\t-9.9994289875030518e-1\t9.9871826171875000e-1\t1.9986611604690552e+0\t2.0012262087101997e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44054 more errors.\n\tMax AbsError of 1.9961981773376465e+0 at index of 18538.\n\t[18538\]\t-9.9879217147827148e-1\t9.9740600585937500e-1\t1.9961981773376465e+0\t2.0013897706758867e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44051 more errors.\n\tMax AbsError of 1.9999794363975525e+0 at index of 19632.\n\t[19632\]\t9.9997943639755249e-1\t-1.0000000000000000e+0\t1.9999794363975525e+0\t1.9999794363975525e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44047 more errors.\n\tMax AbsError of 1.9999794363975525e+0 at index of 37272.\n\t[37272\]\t9.9997943639755249e-1\t-1.0000000000000000e+0\t1.9999794363975525e+0\t1.9999794363975525e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 40518 more errors.\n\tMax AbsError of 1.9880115985870361e+0 at index of 23190.\n\t[23190\]\t9.9948620796203613e-1\t-9.8852539062500000e-1\t1.9880115985870361e+0\t2.0110880483607065e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44050 more errors.\n\tMax AbsError of 1.9986916780471802e+0 at index of 42250.\n\t[42250\]\t9.9994289875030518e-1\t-9.9874877929687500e-1\t1.9986916780471802e+0\t2.0011956154322119e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 14112.\n\t[14112\]\t-9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 42283 more errors.\n\tMax AbsError of 1.9962286949157715e+0 at index of 36587.\n\t[36587\]\t9.9879217147827148e-1\t-9.9743652343750000e-1\t1.9962286949157715e+0\t2.0013591321441684e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 15876.\n\t[15876\]\t5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44056 more errors.\n\tMax AbsError of 1.9999977350234985e+0 at index of 39026.\n\t[39026\]\t9.9999773502349854e-1\t-1.0000000000000000e+0\t1.9999977350234985e+0\t1.9999977350234985e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 40530 more errors.\n\tMax AbsError of 1.9986916780471802e+0 at index of 29020.\n\t[29020\]\t9.9994289875030518e-1\t-9.9874877929687500e-1\t1.9986916780471802e+0\t2.0011956154322119e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 37006 more errors.\n\tMax AbsError of 1.9999977350234985e+0 at index of 34616.\n\t[34616\]\t9.9999773502349854e-1\t-1.0000000000000000e+0\t1.9999977350234985e+0\t1.9999977350234985e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 14112.\n\t[14112\]\t-9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44048 more errors.\n\tMax AbsError of 1.9901288747787476e+0 at index of 25128.\n\t[25128\]\t9.9751412868499756e-1\t-9.9261474609375000e-1\t1.9901288747787476e+0\t2.0049358349858575e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 40524 more errors.\n\tMax AbsError of 1.9999794363975525e+0 at index of 37272.\n\t[37272\]\t9.9997943639755249e-1\t-1.0000000000000000e+0\t1.9999794363975525e+0\t1.9999794363975525e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 40521 more errors.\n\tMax AbsError of 1.9962286949157715e+0 at index of 40997.\n\t[40997\]\t9.9879217147827148e-1\t-9.9743652343750000e-1\t1.9962286949157715e+0\t2.0013591321441684e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 40538 more errors.\n\tMax AbsError of 1.9999977350234985e+0 at index of 10361.\n\t[10361\]\t9.9999773502349854e-1\t-1.0000000000000000e+0\t1.9999977350234985e+0\t1.9999977350234985e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 7056.\n\t[7056\]\t5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44054 more errors.\n\tMax AbsError of 1.9961981773376465e+0 at index of 31768.\n\t[31768\]\t-9.9879217147827148e-1\t9.9740600585937500e-1\t1.9961981773376465e+0\t2.0013897706758867e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 10584.\n\t[10584\]\t-5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 42291 more errors.\n\tMax AbsError of 1.9986916780471802e+0 at index of 42250.\n\t[42250\]\t9.9994289875030518e-1\t-9.9874877929687500e-1\t1.9986916780471802e+0\t2.0011956154322119e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 40520 more errors.\n\tMax AbsError of 1.9986611604690552e+0 at index of 15080.\n\t[15080\]\t-9.9994289875030518e-1\t9.9871826171875000e-1\t1.9986611604690552e+0\t2.0012262087101997e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 10584.\n\t[10584\]\t-5.8778524398803711e-1\t0.0000000000000000e+0\t5.8778524398803711e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + + [X Rendered audio for channel 5 does not equal [0,0.0626220703125,0.125030517578125,0.18695068359375,0.24810791015625,0.308319091796875,0.3673095703125,0.42486572265625,0.480743408203125,0.53472900390625,0.58660888671875,0.636199951171875,0.68328857421875,0.727691650390625,0.76922607421875,0.8077392578125...\] with an element-wise tolerance of {"absoluteThreshold":0.000030517578125,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t3.6732959747314453e-1\t6.2622070312500000e-2\t3.0470752716064453e-1\t4.8658168859649127e+0\t3.0517578125000000e-5\n\t[2\]\t6.8329977989196777e-1\t1.2503051757812500e-1\t5.5826926231384277e-1\t4.4650639949963384e+0\t3.0517578125000000e-5\n\t[3\]\t9.0373212099075317e-1\t1.8695068359375000e-1\t7.1678143739700317e-1\t3.8340669508039502e+0\t3.0517578125000000e-5\n\t[4\]\t9.9780619144439697e-1\t2.4810791015625000e-1\t7.4969828128814697e-1\t3.0216621502152523e+0\t3.0517578125000000e-5\n\t[5\]\t9.5236867666244507e-1\t3.0831909179687500e-1\t6.4404958486557007e-1\t2.0889059484187866e+0\t3.0517578125000000e-5\n\t...and 44059 more errors.\n\tMax AbsError of 1.9986916780471802e+0 at index of 37840.\n\t[37840\]\t9.9994289875030518e-1\t-9.9874877929687500e-1\t1.9986916780471802e+0\t2.0011956154322119e+0\t3.0517578125000000e-5\n\tMax RelError of Infinity at index of 12348.\n\t[12348\]\t9.5105654001235962e-1\t0.0000000000000000e+0\t9.5105654001235962e-1\tInfinity\t3.0517578125000000e-5\n] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/sub-sample-buffer-stitching.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/sub-sample-buffer-stitching.html.ini new file mode 100644 index 00000000000..7f2e487ad09 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiobuffersourcenode-interface/sub-sample-buffer-stitching.html.ini @@ -0,0 +1,682 @@ +[sub-sample-buffer-stitching.html] + [# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.] + expected: FAIL + + [X SNR (-156.86292147944403 dB) is not greater than or equal to 85.58. Got -156.86292147944403.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t1.0347855872000000e+10\t5.6332010030746460e-1\t1.0347855871436680e+10\t1.8369406427693130e+10\t9.0957000000000003e-5\n\t[31081\]\t4.5671119549274438e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 1.0347855871436680e+10 at index of 31080.\n\tMax RelError of 1.8369406427693130e+10 at index of 31080.\n] + expected: FAIL + + [< [buffer-stitching-1\] 2 out of 3 assertions were failed.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t5.1020887923182881e-22\t5.6332010030746460e-1\t5.6332010030746460e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5714559801668507e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31080.\n] + expected: FAIL + + [X SNR (45.01863889546195 dB) is not greater than or equal to 85.58. Got 45.01863889546195.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-4.4440184116752679e+19\t5.6332010030746460e-1\t4.4440184116752679e+19\t7.8889753964924862e+19\t9.0957000000000003e-5\n\t[31081\]\t4.5578633850629000e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 4.4440184116752679e+19 at index of 31080.\n\tMax RelError of 7.8889753964924862e+19 at index of 31080.\n] + expected: FAIL + + [X SNR (-349.52143104912756 dB) is not greater than or equal to 85.58. Got -349.52143104912756.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t1.1378110271370935e+22\t5.6332010030746460e-1\t1.1378110271370935e+22\t2.0198303353920215e+22\t9.0957000000000003e-5\n\t[31081\]\t4.5877110423530186e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 1.1378110271370935e+22 at index of 31080.\n\tMax RelError of 2.0198303353920215e+22 at index of 31080.\n] + expected: FAIL + + [X SNR (-397.6873168264859 dB) is not greater than or equal to 85.58. Got -397.6873168264859.] + expected: FAIL + + [X SNR (-542.1812884246285 dB) is not greater than or equal to 85.58. Got -542.1812884246285.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-1.9088364451950678e+29\t5.6332010030746460e-1\t1.9088364451950678e+29\t3.3885466613976843e+29\t9.0957000000000003e-5\n\t[31081\]\t4.5805644201849620e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 1.9088364451950678e+29 at index of 31080.\n\tMax RelError of 3.3885466613976843e+29 at index of 31080.\n] + expected: FAIL + + [X SNR (45.018639907416656 dB) is not greater than or equal to 85.58. Got 45.018639907416656.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t1.4359397937369067e-7\t5.6332010030746460e-1\t5.6331995671348523e-1\t9.9999974509345702e-1\t9.0957000000000003e-5\n\t[31081\]\t4.5788828620277723e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31081.\n] + expected: FAIL + + [X SNR (45.08491666551882 dB) is not greater than or equal to 85.58. Got 45.08491666551882.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t9.4118863344192505e-3\t5.6332010030746460e-1\t5.5390821397304535e-1\t9.8329211698769103e-1\t9.0957000000000003e-5\n\t[31081\]\t4.5570226059843051e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31081.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t1.4359352462633979e-7\t5.6332010030746460e-1\t5.6331995671393997e-1\t9.9999974509426426e-1\t9.0957000000000003e-5\n\t[31081\]\t4.5774815635634474e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31081.\n] + expected: FAIL + + [X SNR (45.01863990741345 dB) is not greater than or equal to 85.58. Got 45.01863990741345.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-1.4361239664140157e-7\t5.6332010030746460e-1\t5.6332024391986124e-1\t1.0000002549392371e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5816854589564219e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000002549392371e+0 at index of 31080.\n] + expected: FAIL + + [X SNR (45.01863788337742 dB) is not greater than or equal to 85.58. Got 45.01863788337742.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t5.1025573125871170e-22\t5.6332010030746460e-1\t5.6332010030746460e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5610863715308471e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31080.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-5.1014587133360700e-22\t5.6332010030746460e-1\t5.6332010030746460e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5858893543493963e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31080.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-2.6492188753920000e+12\t5.6332010030746460e-1\t2.6492188753925635e+12\t4.7028658731449463e+12\t9.0957000000000003e-5\n\t[31081\]\t4.5763605247919876e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 2.6492188753925635e+12 at index of 31080.\n\tMax RelError of 4.7028658731449463e+12 at index of 31080.\n] + expected: FAIL + + [X SNR (-205.02827087155055 dB) is not greater than or equal to 85.58. Got -205.02827087155055.] + expected: FAIL + + [X SNR (-156.86209628697182 dB) is not greater than or equal to 85.58. Got -156.86209628697182.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-1.0346872832000000e+10\t5.6332010030746460e-1\t1.0346872832563320e+10\t1.8367661347280018e+10\t9.0957000000000003e-5\n\t[31081\]\t4.5699145518560934e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 1.0346872832563320e+10 at index of 31080.\n\tMax RelError of 1.8367661347280018e+10 at index of 31080.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t1.1879997299240753e-31\t5.6332010030746460e-1\t5.6332010030746460e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5617870207630095e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31080.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-1.9928361959874244e-24\t5.6332010030746460e-1\t5.6332010030746460e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5652902669238215e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31080.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-3.3433449219311302e-17\t5.6332010030746460e-1\t5.6332010030746460e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5672520847738763e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31080.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-4.6400068104817376e-34\t5.6332010030746460e-1\t5.6332010030746460e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5571627358307376e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31080.\n] + expected: FAIL + + [X SNR (33.790441705965016 dB) is not greater than or equal to 85.58. Got 33.790441705965016.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-2.4090957641601563e+0\t5.6332010030746460e-1\t2.9724158644676208e+0\t5.2766018163478501e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5659909161559839e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 2.9724158644676208e+0 at index of 31080.\n\tMax RelError of 5.2766018163478501e+0 at index of 31080.\n] + expected: FAIL + + [X SNR (45.01863889546189 dB) is not greater than or equal to 85.58. Got 45.01863889546189.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-8.5582718212587339e-15\t5.6332010030746460e-1\t5.6332010030747315e-1\t1.0000000000000151e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5672520847738763e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000151e+0 at index of 31080.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t1.1377695940205217e+22\t5.6332010030746460e-1\t1.1377695940205217e+22\t2.0197567837531770e+22\t9.0957000000000003e-5\n\t[31081\]\t4.5772013038705825e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 1.1377695940205217e+22 at index of 31080.\n\tMax RelError of 2.0197567837531770e+22 at index of 31080.\n] + expected: FAIL + + [X SNR (-397.687000526132 dB) is not greater than or equal to 85.58. Got -397.687000526132.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-3.0409904191139748e-29\t5.6332010030746460e-1\t5.6332010030746460e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[31081\]\t4.5842077961922066e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31080.\n] + expected: FAIL + + [X SNR (-205.02772078615203 dB) is not greater than or equal to 85.58. Got -205.02772078615203.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t2.6490511032320000e+12\t5.6332010030746460e-1\t2.6490511032314365e+12\t4.7025680457444414e+12\t9.0957000000000003e-5\n\t[31081\]\t4.5700546817025259e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 2.6490511032314365e+12 at index of 31080.\n\tMax RelError of 4.7025680457444414e+12 at index of 31080.\n] + expected: FAIL + + [X SNR (-253.19268512166727 dB) is not greater than or equal to 85.58. Got -253.19268512166727.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-6.7816996732928000e+14\t5.6332010030746460e-1\t6.7816996732928063e+14\t1.2038802928550393e+15\t9.0957000000000003e-5\n\t[31081\]\t4.5854689648100989e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.7816996732928063e+14 at index of 31080.\n\tMax RelError of 1.2038802928550393e+15 at index of 31080.\n] + expected: FAIL + + [X SNR (45.01863889941501 dB) is not greater than or equal to 85.58. Got 45.01863889941501.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t5.6092996914003379e-10\t5.6332010030746460e-1\t5.6332009974653463e-1\t9.9999999900424297e-1\t9.0957000000000003e-5\n\t[31081\]\t4.5875709125065861e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 6.1397600173950195e-1 at index of 31081.\n\tMax RelError of 1.0000000000000000e+0 at index of 31081.\n] + expected: FAIL + + [X SNR (-397.6865329305962 dB) is not greater than or equal to 85.58. Got -397.6865329305962.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-1.1377083450655894e+22\t5.6332010030746460e-1\t1.1377083450655894e+22\t2.0196480552435802e+22\t9.0957000000000003e-5\n\t[31081\]\t4.5654303967702540e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 1.1377083450655894e+22 at index of 31080.\n\tMax RelError of 2.0196480552435802e+22 at index of 31080.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[31080\]\t-1.7359996676420403e+17\t5.6332010030746460e-1\t1.7359996676420403e+17\t3.0817286063368198e+17\t9.0957000000000003e-5\n\t[31081\]\t4.5750993561740953e-41\t6.1397600173950195e-1\t6.1397600173950195e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 1.7359996676420403e+17 at index of 31080.\n\tMax RelError of 3.0817286063368198e+17 at index of 31080.\n] + expected: FAIL + + [X SNR (-301.35690681171843 dB) is not greater than or equal to 85.58. Got -301.35690681171843.] + expected: FAIL + + [X SNR (43.80469175702206 dB) is not greater than or equal to 65.737. Got 43.80469175702206.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.1886497270315886e-3\t9.3139332532882690e-1\t9.3358197505585849e-1\t1.0023498662353618e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3358197505585849e-1 at index of 28696.\n\tMax RelError of 1.0023498662353618e+0 at index of 28696.\n] + expected: FAIL + + [< [buffer-stitching-2\] 2 out of 3 assertions were failed.] + expected: FAIL + + [X SNR (43.82404088230102 dB) is not greater than or equal to 65.737. Got 43.82404088230102.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t5.0039952650265951e-13\t9.3139332532882690e-1\t9.3139332532832653e-1\t9.9999999999946276e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532832653e-1 at index of 28696.\n\tMax RelError of 9.9999999999946276e-1 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t4.2265605548558265e-37\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (43.824040882296586 dB) is not greater than or equal to 65.737. Got 43.824040882296586.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.9820817510119912e-20\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-4.5730330770610604e-25\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.5984584840275810e+21\t9.3139332532882690e-1\t2.5984584840275810e+21\t2.7898616120211077e+21\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.5984584840275810e+21 at index of 28696.\n\tMax RelError of 2.7898616120211077e+21 at index of 28696.\n] + expected: FAIL + + [X SNR (-384.8602297044423 dB) is not greater than or equal to 65.737. Got -384.8602297044423.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.7380608709161053e-27\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (-95.67336535132387 dB) is not greater than or equal to 65.737. Got -95.67336535132387.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-9.0234480000000000e+6\t9.3139332532882690e-1\t9.0234489313933253e+6\t9.6881185273768324e+6\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.0234489313933253e+6 at index of 28696.\n\tMax RelError of 9.6881185273768324e+6 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.6526414170903011e-32\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (43.824040882296565 dB) is not greater than or equal to 65.737. Got 43.824040882296565.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.8581761986985164e-15\t9.3139332532882690e-1\t9.3139332532882879e-1\t1.0000000000000020e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882879e-1 at index of 28696.\n\tMax RelError of 1.0000000000000020e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t4.3599933296234016e+28\t9.3139332532882690e-1\t4.3599933296234016e+28\t4.6811515726549934e+28\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 4.3599933296234016e+28 at index of 28696.\n\tMax RelError of 4.6811515726549934e+28 at index of 28696.\n] + expected: FAIL + + [X SNR (-529.35563055275 dB) is not greater than or equal to 65.737. Got -529.35563055275.] + expected: FAIL + + [X SNR (-481.3741499669012 dB) is not greater than or equal to 65.737. Got -481.3741499669012.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.7394493830210567e+26\t9.3139332532882690e-1\t1.7394493830210567e+26\t1.8675776771397270e+26\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.7394493830210567e+26 at index of 28696.\n\tMax RelError of 1.8675776771397270e+26 at index of 28696.\n] + expected: FAIL + + [X SNR (50.609564266205 dB) is not greater than or equal to 65.737. Got 50.609564266205.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t5.5061018466949463e-1\t9.3139332532882690e-1\t3.8078314065933228e-1\t4.0883172587144900e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.8078314065933228e-1 at index of 28696.\n\tMax RelError of 4.0883172587144900e-1 at index of 28696.\n] + expected: FAIL + + [X SNR (50.42093089793805 dB) is not greater than or equal to 65.737. Got 50.42093089793805.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t5.3959959745407104e-1\t9.3139332532882690e-1\t3.9179372787475586e-1\t4.2065335580586616e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.9179372787475586e-1 at index of 28696.\n\tMax RelError of 4.2065335580586616e-1 at index of 28696.\n] + expected: FAIL + + [X SNR (-47.506326293921916 dB) is not greater than or equal to 65.737. Got -47.506326293921916.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-3.5237828125000000e+4\t9.3139332532882690e-1\t3.5238759518325329e+4\t3.7834455712772411e+4\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.5238759518325329e+4 at index of 28696.\n\tMax RelError of 3.7834455712772411e+4 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.0115346998129159e-34\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.3168161280000000e+9\t9.3139332532882690e-1\t2.3168161289313931e+9\t2.4874734077715716e+9\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.3168161289313931e+9 at index of 28696.\n\tMax RelError of 2.4874734077715716e+9 at index of 28696.\n] + expected: FAIL + + [X SNR (-143.8637454148876 dB) is not greater than or equal to 65.737. Got -143.8637454148876.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.5998374299384865e+21\t9.3139332532882690e-1\t2.5998374299384865e+21\t2.7913421314465810e+21\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.5998374299384865e+21 at index of 28696.\n\tMax RelError of 2.7913421314465810e+21 at index of 28696.\n] + expected: FAIL + + [X SNR (-384.8648378962337 dB) is not greater than or equal to 65.737. Got -384.8648378962337.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t6.5015347726526008e+23\t9.3139332532882690e-1\t6.5015347726526008e+23\t6.9804395155583112e+23\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 6.5015347726526008e+23 at index of 28696.\n\tMax RelError of 6.9804395155583112e+23 at index of 28696.\n] + expected: FAIL + + [X SNR (-432.82623184916594 dB) is not greater than or equal to 65.737. Got -432.82623184916594.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.7146387523941948e-32\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.1021796856075525e-3\t9.3139332532882690e-1\t9.2929114564321935e-1\t9.9774297321181105e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.2929114564321935e-1 at index of 28696.\n\tMax RelError of 9.9774297321181105e-1 at index of 28696.\n] + expected: FAIL + + [X SNR (43.842664034730205 dB) is not greater than or equal to 65.737. Got 43.842664034730205.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-5.0056340366103069e-13\t9.3139332532882690e-1\t9.3139332532932750e-1\t1.0000000000005376e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532932750e-1 at index of 28696.\n\tMax RelError of 1.0000000000005376e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (43.82404088229215 dB) is not greater than or equal to 65.737. Got 43.82404088229215.] + expected: FAIL + + [X SNR (-95.95119723929672 dB) is not greater than or equal to 65.737. Got -95.95119723929672.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-9.3167430000000000e+6\t9.3139332532882690e-1\t9.3167439313933253e+6\t1.0003017713385550e+7\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3167439313933253e+6 at index of 28696.\n\tMax RelError of 1.0003017713385550e+7 at index of 28696.\n] + expected: FAIL + + [X SNR (-384.5345319359717 dB) is not greater than or equal to 65.737. Got -384.5345319359717.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.5028273606901356e+21\t9.3139332532882690e-1\t2.5028273606901356e+21\t2.6871862752575734e+21\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.5028273606901356e+21 at index of 28696.\n\tMax RelError of 2.6871862752575734e+21 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.0600505888725913e-34\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-4.5381180933959784e-25\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (43.8240408822966 dB) is not greater than or equal to 65.737. Got 43.8240408822966.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.9543942710671582e-15\t9.3139332532882690e-1\t9.3139332532882491e-1\t9.9999999999999789e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882491e-1 at index of 28696.\n\tMax RelError of 9.9999999999999789e-1 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.7767626257415612e-27\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-3.5263554687500000e+4\t9.3139332532882690e-1\t3.5264486080825329e+4\t3.7862077300559627e+4\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.5264486080825329e+4 at index of 28696.\n\tMax RelError of 3.7862077300559627e+4 at index of 28696.\n] + expected: FAIL + + [X SNR (-47.512665238764875 dB) is not greater than or equal to 65.737. Got -47.512665238764875.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-3.8748168447328256e+16\t9.3139332532882690e-1\t3.8748168447328256e+16\t4.1602368616554424e+16\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.8748168447328256e+16 at index of 28696.\n\tMax RelError of 4.1602368616554424e+16 at index of 28696.\n] + expected: FAIL + + [X SNR (-288.33093763692256 dB) is not greater than or equal to 65.737. Got -288.33093763692256.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.3765744018554688e+2\t9.3139332532882690e-1\t1.3672604686021805e+2\t1.4679732304496292e+2\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.3672604686021805e+2 at index of 28696.\n\tMax RelError of 1.4679732304496292e+2 at index of 28696.\n] + expected: FAIL + + [X SNR (0.7170499654840768 dB) is not greater than or equal to 65.737. Got 0.7170499654840768.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t4.1257213237009784e-37\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (-288.33873065926707 dB) is not greater than or equal to 65.737. Got -288.33873065926707.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t3.8782949092491264e+16\t9.3139332532882690e-1\t3.8782949092491264e+16\t4.1639711213089280e+16\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.8782949092491264e+16 at index of 28696.\n\tMax RelError of 4.1639711213089280e+16 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-7.5334283148184919e-18\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.8028513009320214e+33\t9.3139332532882690e-1\t2.8028513009320214e+33\t3.0093100569971117e+33\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.8028513009320214e+33 at index of 28696.\n\tMax RelError of 3.0093100569971117e+33 at index of 28696.\n] + expected: FAIL + + [X SNR (-625.5179152127479 dB) is not greater than or equal to 65.737. Got -625.5179152127479.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-6.7884163052642179e-30\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-5.5004304647445679e-1\t9.3139332532882690e-1\t1.4814363718032837e+0\t1.5905593603865102e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.4814363718032837e+0 at index of 28696.\n\tMax RelError of 1.5905593603865102e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (39.92911912193123 dB) is not greater than or equal to 65.737. Got 39.92911912193123.] + expected: FAIL + + [X SNR (43.842655589973106 dB) is not greater than or equal to 65.737. Got 43.842655589973106.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.1012274082750082e-3\t9.3139332532882690e-1\t9.2929209792055190e-1\t9.9774399563413962e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.2929209792055190e-1 at index of 28696.\n\tMax RelError of 9.9774399563413962e-1 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.4119185920000000e+9\t9.3139332532882690e-1\t2.4119185929313931e+9\t2.5895811440133190e+9\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.4119185929313931e+9 at index of 28696.\n\tMax RelError of 2.5895811440133190e+9 at index of 28696.\n] + expected: FAIL + + [X SNR (-144.21316696414652 dB) is not greater than or equal to 65.737. Got -144.21316696414652.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.7388302799288880e-27\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.6532444456922729e-32\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.9106894885712045e-15\t9.3139332532882690e-1\t9.3139332532882879e-1\t1.0000000000000020e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882879e-1 at index of 28696.\n\tMax RelError of 1.0000000000000020e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t4.4505801708958657e-25\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-3.5267191406250000e+4\t9.3139332532882690e-1\t3.5268122799575329e+4\t3.7865981900958948e+4\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.5268122799575329e+4 at index of 28696.\n\tMax RelError of 3.7865981900958948e+4 at index of 28696.\n] + expected: FAIL + + [X SNR (-47.5135609418513 dB) is not greater than or equal to 65.737. Got -47.5135609418513.] + expected: FAIL + + [X SNR (-47.70129108083442 dB) is not greater than or equal to 65.737. Got -47.70129108083442.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t3.6039609375000000e+4\t9.3139332532882690e-1\t3.6038677981674671e+4\t3.8693296378252737e+4\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.6038677981674671e+4 at index of 28696.\n\tMax RelError of 3.8693296378252737e+4 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t5.0049244262884152e-13\t9.3139332532882690e-1\t9.3139332532832642e-1\t9.9999999999946265e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532832642e-1 at index of 28696.\n\tMax RelError of 9.9999999999946265e-1 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-5.5035036802291870e-1\t9.3139332532882690e-1\t1.4817436933517456e+0\t1.5908893193201898e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.4817436933517456e+0 at index of 28696.\n\tMax RelError of 1.5908893193201898e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (39.927354911150644 dB) is not greater than or equal to 65.737. Got 39.927354911150644.] + expected: FAIL + + [X SNR (-336.5274753602913 dB) is not greater than or equal to 65.737. Got -336.5274753602913.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t9.9558435935349637e+18\t9.3139332532882690e-1\t9.9558435935349637e+18\t1.0689193622919801e+19\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.9558435935349637e+18 at index of 28696.\n\tMax RelError of 1.0689193622919801e+19 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.6657697667767275e+26\t9.3139332532882690e-1\t1.6657697667767275e+26\t1.7884708011930731e+26\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.6657697667767275e+26 at index of 28696.\n\tMax RelError of 1.7884708011930731e+26 at index of 28696.\n] + expected: FAIL + + [X SNR (-480.9982135660622 dB) is not greater than or equal to 65.737. Got -480.9982135660622.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t3.8483718720978944e+16\t9.3139332532882690e-1\t3.8483718720978944e+16\t4.1318439454558392e+16\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.8483718720978944e+16 at index of 28696.\n\tMax RelError of 4.1318439454558392e+16 at index of 28696.\n] + expected: FAIL + + [X SNR (-288.2714546901987 dB) is not greater than or equal to 65.737. Got -288.2714546901987.] + expected: FAIL + + [X SNR (-480.9918233980252 dB) is not greater than or equal to 65.737. Got -480.9918233980252.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.6645447185027924e+26\t9.3139332532882690e-1\t1.6645447185027924e+26\t1.7871555155445501e+26\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.6645447185027924e+26 at index of 28696.\n\tMax RelError of 1.7871555155445501e+26 at index of 28696.\n] + expected: FAIL + + [X SNR (-529.3507662980993 dB) is not greater than or equal to 65.737. Got -529.3507662980993.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-4.3575523383884062e+28\t9.3139332532882690e-1\t4.3575523383884062e+28\t4.6785307773705376e+28\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 4.3575523383884062e+28 at index of 28696.\n\tMax RelError of 4.6785307773705376e+28 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.5797221022028362e+21\t9.3139332532882690e-1\t2.5797221022028362e+21\t2.7697451034363701e+21\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.5797221022028362e+21 at index of 28696.\n\tMax RelError of 2.7697451034363701e+21 at index of 28696.\n] + expected: FAIL + + [X SNR (-384.7973725474673 dB) is not greater than or equal to 65.737. Got -384.7973725474673.] + expected: FAIL + + [X SNR (-432.56915701763694 dB) is not greater than or equal to 65.737. Got -432.56915701763694.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t6.3119296254606011e+23\t9.3139332532882690e-1\t6.3119296254606011e+23\t6.7768680038931826e+23\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 6.3119296254606011e+23 at index of 28696.\n\tMax RelError of 6.7768680038931826e+23 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.9435393349935682e-20\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.6903211120476289e-27\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (-480.99086268623347 dB) is not greater than or equal to 65.737. Got -480.99086268623347.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.6643606199969368e+26\t9.3139332532882690e-1\t1.6643606199969368e+26\t1.7869578562948547e+26\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.6643606199969368e+26 at index of 28696.\n\tMax RelError of 1.7869578562948547e+26 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.5391987127557565e+21\t9.3139332532882690e-1\t2.5391987127557565e+21\t2.7262367505793501e+21\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.5391987127557565e+21 at index of 28696.\n\tMax RelError of 2.7262367505793501e+21 at index of 28696.\n] + expected: FAIL + + [X SNR (-384.6598478408696 dB) is not greater than or equal to 65.737. Got -384.6598478408696.] + expected: FAIL + + [X SNR (-673.6467196963468 dB) is not greater than or equal to 65.737. Got -673.6467196963468.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t7.1456260066795075e+35\t9.3139332532882690e-1\t7.1456260066795075e+35\t7.6719746774615935e+35\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 7.1456260066795075e+35 at index of 28696.\n\tMax RelError of 7.6719746774615935e+35 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t9.9598656070693683e+18\t9.3139332532882690e-1\t9.9598656070693683e+18\t1.0693511899017587e+19\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.9598656070693683e+18 at index of 28696.\n\tMax RelError of 1.0693511899017587e+19 at index of 28696.\n] + expected: FAIL + + [X SNR (-336.53098362261886 dB) is not greater than or equal to 65.737. Got -336.53098362261886.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.1388579153751666e-22\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-4.0842222620435689e-37\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.9180014260507006e-20\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (43.84283293563282 dB) is not greater than or equal to 65.737. Got 43.84283293563282.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.1212256979197264e-3\t9.3139332532882690e-1\t9.2927209963090718e-1\t9.9772252426527663e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.2927209963090718e-1 at index of 28696.\n\tMax RelError of 9.9772252426527663e-1 at index of 28696.\n] + expected: FAIL + + [X SNR (-240.1713607556819 dB) is not greater than or equal to 65.737. Got -240.1713607556819.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.5145106617139200e+14\t9.3139332532882690e-1\t1.5145106617139294e+14\t1.6260699110971553e+14\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.5145106617139294e+14 at index of 28696.\n\tMax RelError of 1.6260699110971553e+14 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.5138087029964800e+14\t9.3139332532882690e-1\t1.5138087029964706e+14\t1.6253162459179347e+14\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.5138087029964706e+14 at index of 28696.\n\tMax RelError of 1.6253162459179347e+14 at index of 28696.\n] + expected: FAIL + + [X SNR (-240.167334009936 dB) is not greater than or equal to 65.737. Got -240.167334009936.] + expected: FAIL + + [X SNR (-336.49525554433177 dB) is not greater than or equal to 65.737. Got -336.49525554433177.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-9.9189813667021455e+18\t9.3139332532882690e-1\t9.9189813667021455e+18\t1.0649616114867761e+19\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.9189813667021455e+18 at index of 28696.\n\tMax RelError of 1.0649616114867761e+19 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-7.3133686646363331e+35\t9.3139332532882690e-1\t7.3133686646363331e+35\t7.8520733032463598e+35\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 7.3133686646363331e+35 at index of 28696.\n\tMax RelError of 7.8520733032463598e+35 at index of 28696.\n] + expected: FAIL + + [X SNR (-673.8482633884685 dB) is not greater than or equal to 65.737. Got -673.8482633884685.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-4.0587832018260933e-37\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (-432.8357638048991 dB) is not greater than or equal to 65.737. Got -432.8357638048991.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-6.5086735184939384e+23\t9.3139332532882690e-1\t6.5086735184939384e+23\t6.9881041032756614e+23\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 6.5086735184939384e+23 at index of 28696.\n\tMax RelError of 6.9881041032756614e+23 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.1426107475823564e-22\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (-529.1552461003023 dB) is not greater than or equal to 65.737. Got -529.1552461003023.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-4.2605591809600983e+28\t9.3139332532882690e-1\t4.2605591809600983e+28\t4.5743930787306373e+28\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 4.2605591809600983e+28 at index of 28696.\n\tMax RelError of 4.5743930787306373e+28 at index of 28696.\n] + expected: FAIL + + [X SNR (-529.1544922449879 dB) is not greater than or equal to 65.737. Got -529.1544922449879.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-4.2601894196644896e+28\t9.3139332532882690e-1\t4.2601894196644896e+28\t4.5739960807217902e+28\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 4.2601894196644896e+28 at index of 28696.\n\tMax RelError of 4.5739960807217902e+28 at index of 28696.\n] + expected: FAIL + + [X SNR (-95.67529911320486 dB) is not greater than or equal to 65.737. Got -95.67529911320486.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t9.0254590000000000e+6\t9.3139332532882690e-1\t9.0254580686066747e+6\t9.6902756581600495e+6\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.0254580686066747e+6 at index of 28696.\n\tMax RelError of 9.6902756581600495e+6 at index of 28696.\n] + expected: FAIL + + [X SNR (-384.65975636989594 dB) is not greater than or equal to 65.737. Got -384.65975636989594.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-2.5391719726329690e+21\t9.3139332532882690e-1\t2.5391719726329690e+21\t2.7262080407721607e+21\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.5391719726329690e+21 at index of 28696.\n\tMax RelError of 2.7262080407721607e+21 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-6.7702334005389212e-40\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t7.2735377699704657e-40\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.3899647521972656e+2\t9.3139332532882690e-1\t1.3992786854505539e+2\t1.5023499174814688e+2\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.3992786854505539e+2 at index of 28696.\n\tMax RelError of 1.5023499174814688e+2 at index of 28696.\n] + expected: FAIL + + [X SNR (0.5159912257459718 dB) is not greater than or equal to 65.737. Got 0.5159912257459718.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-4.7319673136467233e-13\t9.3139332532882690e-1\t9.3139332532930008e-1\t1.0000000000005080e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532930008e-1 at index of 28696.\n\tMax RelError of 1.0000000000005080e+0 at index of 28696.\n] + expected: FAIL + + [X SNR (43.824040882292394 dB) is not greater than or equal to 65.737. Got 43.824040882292394.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t4.3013245373868222e+28\t9.3139332532882690e-1\t4.3013245373868222e+28\t4.6181612219179757e+28\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 4.3013245373868222e+28 at index of 28696.\n\tMax RelError of 4.6181612219179757e+28 at index of 28696.\n] + expected: FAIL + + [X SNR (-529.2379582870841 dB) is not greater than or equal to 65.737. Got -529.2379582870841.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t1.9545141262291947e-15\t9.3139332532882690e-1\t9.3139332532882491e-1\t9.9999999999999789e-1\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882491e-1 at index of 28696.\n\tMax RelError of 9.9999999999999789e-1 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-1.1388699060609259e-22\t9.3139332532882690e-1\t9.3139332532882690e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.3139332532882690e-1 at index of 28696.\n\tMax RelError of 1.0000000000000000e+0 at index of 28696.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t-6.0497244979200000e+11\t9.3139332532882690e-1\t6.0497244979293140e+11\t6.4953487784481042e+11\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 6.0497244979293140e+11 at index of 28696.\n\tMax RelError of 6.4953487784481042e+11 at index of 28696.\n] + expected: FAIL + + [X SNR (-192.20062600601898 dB) is not greater than or equal to 65.737. Got -192.20062600601898.] + expected: FAIL + + [X SNR (-625.6872986351187 dB) is not greater than or equal to 65.737. Got -625.6872986351187.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28696\]\t2.8580460955235994e+33\t9.3139332532882690e-1\t2.8580460955235994e+33\t3.0685705145187411e+33\t3.8985999999999999e-3\n\t[28697\]\t7.0477002859115601e-1\t9.0675884485244751e-1\t2.0198881626129150e-1\t2.2275913536212616e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.8580460955235994e+33 at index of 28696.\n\tMax RelError of 3.0685705145187411e+33 at index of 28696.\n] + expected: FAIL + + [X SNR (43.9840572017468 dB) is not greater than or equal to 65.737. Got 43.9840572017468.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[25222\]\t8.3282489238748033e-20\t-8.0183947086334229e-1\t8.0183947086334229e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[25223\]\t-3.5574635863304138e-1\t-8.3769923448562622e-1\t4.8195287585258484e-1\t5.7532925423826975e-1\t3.8985999999999999e-3\n\tMax AbsError of 8.0183947086334229e-1 at index of 25222.\n\tMax RelError of 1.0000000000000000e+0 at index of 25222.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[25222\]\t-3.0277793773115589e+31\t-8.0183947086334229e-1\t3.0277793773115589e+31\t3.7760418229992375e+31\t3.8985999999999999e-3\n\t[25223\]\t-3.5574635863304138e-1\t-8.3769923448562622e-1\t4.8195287585258484e-1\t5.7532925423826975e-1\t3.8985999999999999e-3\n\tMax AbsError of 3.0277793773115589e+31 at index of 25222.\n\tMax RelError of 3.7760418229992375e+31 at index of 25222.\n] + expected: FAIL + + [X SNR (-586.1883985880588 dB) is not greater than or equal to 65.737. Got -586.1883985880588.] + expected: FAIL + + [X SNR (-669.4373973002105 dB) is not greater than or equal to 65.737. Got -669.4373973002105.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[28243\]\t-4.4012309895459656e+35\t-9.6925276517868042e-1\t4.4012309895459656e+35\t4.5408495571685106e+35\t3.8985999999999999e-3\n\t[28244\]\t-8.2011562585830688e-1\t-9.5193320512771606e-1\t1.3181757926940918e-1\t1.3847355944656209e-1\t3.8985999999999999e-3\n\tMax AbsError of 4.4012309895459656e+35 at index of 28243.\n\tMax RelError of 4.5408495571685106e+35 at index of 28243.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15240\]\t-4.8778758809930878e-10\t3.3531737327575684e-1\t3.3531737376354442e-1\t1.0000000014547041e+0\t9.0957000000000003e-5\n\t[15241\]\t4.5686533832382011e-41\t3.9367997646331787e-1\t3.9367997646331787e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 3.9367997646331787e-1 at index of 15241.\n\tMax RelError of 1.0000000014547041e+0 at index of 15240.\n] + expected: FAIL + + [X SNR (49.162120056246636 dB) is not greater than or equal to 85.58. Got 49.162120056246636.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[7189\]\t-5.1250637067568050e-10\t-9.8956179618835449e-1\t9.8956179567584812e-1\t9.9999999948208751e-1\t3.8985999999999999e-3\n\t[7190\]\t-8.8409073650836945e-2\t-9.9664616584777832e-1\t9.0823709219694138e-1\t9.1129341918891205e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.8956179567584812e-1 at index of 7189.\n\tMax RelError of 9.9999999948208751e-1 at index of 7189.\n] + expected: FAIL + + [X SNR (40.85740332800458 dB) is not greater than or equal to 65.737. Got 40.85740332800458.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15240\]\t1.0525508072630054e-31\t3.3531737327575684e-1\t3.3531737327575684e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[15241\]\t4.5612265013772796e-41\t3.9367997646331787e-1\t3.9367997646331787e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 3.9367997646331787e-1 at index of 15241.\n\tMax RelError of 1.0000000000000000e+0 at index of 15240.\n] + expected: FAIL + + [X SNR (49.1621200615592 dB) is not greater than or equal to 85.58. Got 49.1621200615592.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[7189\]\t1.0841088339017911e-31\t-9.8956179618835449e-1\t9.8956179618835449e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[7190\]\t-8.8409073650836945e-2\t-9.9664616584777832e-1\t9.0823709219694138e-1\t9.1129341918891205e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.8956179618835449e-1 at index of 7189.\n\tMax RelError of 1.0000000000000000e+0 at index of 7189.\n] + expected: FAIL + + [X SNR (40.857403325570765 dB) is not greater than or equal to 65.737. Got 40.857403325570765.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15240\]\t-1.5116663102269030e+17\t3.3531737327575684e-1\t1.5116663102269030e+17\t4.5081657877110515e+17\t9.0957000000000003e-5\n\t[15241\]\t4.5846281857315040e-41\t3.9367997646331787e-1\t3.9367997646331787e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 1.5116663102269030e+17 at index of 15240.\n\tMax RelError of 4.5081657877110515e+17 at index of 15240.\n] + expected: FAIL + + [X SNR (-300.1550327414167 dB) is not greater than or equal to 85.58. Got -300.1550327414167.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[7189\]\t-1.5847874412465357e+17\t-9.8956179618835449e-1\t1.5847874412465357e+17\t1.6015042692138099e+17\t3.8985999999999999e-3\n\t[7190\]\t-8.8409073650836945e-2\t-9.9664616584777832e-1\t9.0823709219694138e-1\t9.1129341918891205e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.5847874412465357e+17 at index of 7189.\n\tMax RelError of 1.6015042692138099e+17 at index of 7189.\n] + expected: FAIL + + [X SNR (-300.5653344749286 dB) is not greater than or equal to 65.737. Got -300.5653344749286.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15240\]\t-6.9001540120165462e-27\t3.3531737327575684e-1\t3.3531737327575684e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\t[15241\]\t4.5592646835272248e-41\t3.9367997646331787e-1\t3.9367997646331787e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 3.9367997646331787e-1 at index of 15241.\n\tMax RelError of 1.0000000000000000e+0 at index of 15240.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[7189\]\t-7.1126672850560558e-27\t-9.8956179618835449e-1\t9.8956179618835449e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[7190\]\t-8.8409073650836945e-2\t-9.9664616584777832e-1\t9.0823709219694138e-1\t9.1129341918891205e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.8956179618835449e-1 at index of 7189.\n\tMax RelError of 1.0000000000000000e+0 at index of 7189.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15240\]\t-1.5388489864445952e+17\t3.3531737327575684e-1\t1.5388489864445952e+17\t4.5892313046931910e+17\t9.0957000000000003e-5\n\t[15241\]\t4.5703349413953909e-41\t3.9367997646331787e-1\t3.9367997646331787e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 1.5388489864445952e+17 at index of 15240.\n\tMax RelError of 4.5892313046931910e+17 at index of 15240.\n] + expected: FAIL + + [X SNR (-300.3098341124722 dB) is not greater than or equal to 85.58. Got -300.3098341124722.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[7189\]\t-1.5851530288627712e+17\t-9.8956179618835449e-1\t1.5851530288627712e+17\t1.6018737131612659e+17\t3.8985999999999999e-3\n\t[7190\]\t-8.8409073650836945e-2\t-9.9664616584777832e-1\t9.0823709219694138e-1\t9.1129341918891205e-1\t3.8985999999999999e-3\n\tMax AbsError of 1.5851530288627712e+17 at index of 7189.\n\tMax RelError of 1.6018737131612659e+17 at index of 7189.\n] + expected: FAIL + + [X SNR (-300.56733795337345 dB) is not greater than or equal to 65.737. Got -300.56733795337345.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15240\]\t1.9422310981731528e-12\t3.3531737327575684e-1\t3.3531737327381461e-1\t9.9999999999420786e-1\t9.0957000000000003e-5\n\t[15241\]\t4.5588442939879274e-41\t3.9367997646331787e-1\t3.9367997646331787e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 3.9367997646331787e-1 at index of 15241.\n\tMax RelError of 1.0000000000000000e+0 at index of 15241.\n] + expected: FAIL + + [X SNR (49.16212006158035 dB) is not greater than or equal to 85.58. Got 49.16212006158035.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[7189\]\t2.0008573790863959e-12\t-9.8956179618835449e-1\t9.8956179619035534e-1\t1.0000000000020219e+0\t3.8985999999999999e-3\n\t[7190\]\t-8.8409073650836945e-2\t-9.9664616584777832e-1\t9.0823709219694138e-1\t9.1129341918891205e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.8956179619035534e-1 at index of 7189.\n\tMax RelError of 1.0000000000020219e+0 at index of 7189.\n] + expected: FAIL + + [X SNR (40.857403325561265 dB) is not greater than or equal to 65.737. Got 40.857403325561265.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15240\]\t3.2010779250413179e-5\t3.3531737327575684e-1\t3.3528536249650642e-1\t9.9990453587615313e-1\t9.0957000000000003e-5\n\t[15241\]\t4.5781822127956099e-41\t3.9367997646331787e-1\t3.9367997646331787e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 3.9367997646331787e-1 at index of 15241.\n\tMax RelError of 1.0000000000000000e+0 at index of 15241.\n] + expected: FAIL + + [X SNR (49.16246869313734 dB) is not greater than or equal to 85.58. Got 49.16246869313734.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[7189\]\t3.3559179428266361e-5\t-9.8956179618835449e-1\t9.8959535536778276e-1\t1.0000339131720297e+0\t3.8985999999999999e-3\n\t[7190\]\t-8.8409073650836945e-2\t-9.9664616584777832e-1\t9.0823709219694138e-1\t9.1129341918891205e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.8959535536778276e-1 at index of 7189.\n\tMax RelError of 1.0000339131720297e+0 at index of 7189.\n] + expected: FAIL + + [X SNR (40.857243958094884 dB) is not greater than or equal to 65.737. Got 40.857243958094884.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15240\]\t2.8386753421030787e+36\t3.3531737327575684e-1\t2.8386753421030787e+36\t8.4656375372731475e+36\t9.0957000000000003e-5\n\t[15241\]\t4.5870103931208562e-41\t3.9367997646331787e-1\t3.9367997646331787e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 2.8386753421030787e+36 at index of 15240.\n\tMax RelError of 8.4656375372731475e+36 at index of 15240.\n] + expected: FAIL + + [X SNR (-685.6282285623681 dB) is not greater than or equal to 85.58. Got -685.6282285623681.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[7189\]\t2.9238665330408166e+36\t-9.8956179618835449e-1\t2.9238665330408166e+36\t2.9547083813291069e+36\t3.8985999999999999e-3\n\t[7190\]\t-8.8409073650836945e-2\t-9.9664616584777832e-1\t9.0823709219694138e-1\t9.1129341918891205e-1\t3.8985999999999999e-3\n\tMax AbsError of 2.9238665330408166e+36 at index of 7189.\n\tMax RelError of 2.9547083813291069e+36 at index of 7189.\n] + expected: FAIL + + [X SNR (-685.8850649422825 dB) is not greater than or equal to 65.737. Got -685.8850649422825.] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 44100 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.000090957,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[15240\]\t2.9073400062878995e-17\t3.3531737327575684e-1\t3.3531737327575678e-1\t9.9999999999999989e-1\t9.0957000000000003e-5\n\t[15241\]\t4.5602455924522522e-41\t3.9367997646331787e-1\t3.9367997646331787e-1\t1.0000000000000000e+0\t9.0957000000000003e-5\n\tMax AbsError of 3.9367997646331787e-1 at index of 15241.\n\tMax RelError of 1.0000000000000000e+0 at index of 15241.\n] + expected: FAIL + + [X Stitched sine-wave buffers at sample rate 43800 does not equal [0,0.06264832615852356,0.12505052983760834,0.18696144223213196,0.24813786149024963,0.308339387178421,0.36732959747314453,0.4248766601085663,0.480754554271698,0.5347436666488647,0.5866320133209229,0.6362156271934509,0.6832997798919678,0.7276994585990906,0.7692402601242065,0.8077589869499207...\] with an element-wise tolerance of {"absoluteThreshold":0.0038986,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[7189\]\t3.0530422463609499e-17\t-9.8956179618835449e-1\t9.8956179618835449e-1\t1.0000000000000000e+0\t3.8985999999999999e-3\n\t[7190\]\t-8.8409073650836945e-2\t-9.9664616584777832e-1\t9.0823709219694138e-1\t9.1129341918891205e-1\t3.8985999999999999e-3\n\tMax AbsError of 9.8956179618835449e-1 at index of 7189.\n\tMax RelError of 1.0000000000000000e+0 at index of 7189.\n] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-detached-execution-context.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-detached-execution-context.html.ini new file mode 100644 index 00000000000..7575962130d --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-detached-execution-context.html.ini @@ -0,0 +1,8 @@ +[audiocontext-detached-execution-context.html] + expected: TIMEOUT + [Executing "decoding-on-detached-iframe"] + expected: TIMEOUT + + [Audit report] + expected: NOTRUN + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-getoutputtimestamp-cross-realm.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-getoutputtimestamp-cross-realm.html.ini new file mode 100644 index 00000000000..d9562cb4ab1 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-getoutputtimestamp-cross-realm.html.ini @@ -0,0 +1,9 @@ +[audiocontext-getoutputtimestamp-cross-realm.html] + [X mainContext's performanceTime is not greater than iframeContext's performanceTime. Got 0.] + expected: FAIL + + [< [getoutputtimestamp-cross-realm\] 1 out of 2 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-not-fully-active.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-not-fully-active.html.ini new file mode 100644 index 00000000000..b7537329068 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-not-fully-active.html.ini @@ -0,0 +1,31 @@ +[audiocontext-not-fully-active.html] + expected: TIMEOUT + [frame in navigated remote-site frame] + expected: FAIL + + [frame in navigated remote-site frame in remote-site frame] + expected: FAIL + + [navigated frame in remote-site frame] + expected: FAIL + + [removed frame in remote-site frame] + expected: FAIL + + [frame in navigated frame] + expected: FAIL + + [navigated frame] + expected: FAIL + + [frame in removed remote-site frame in remote-site frame] + expected: FAIL + + [frame in removed remote-site frame] + expected: FAIL + + [frame in removed frame] + expected: FAIL + + [removed frame] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-constructor.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-constructor.https.html.ini new file mode 100644 index 00000000000..c1affe288f1 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-constructor.https.html.ini @@ -0,0 +1,2 @@ +[audiocontext-sinkid-constructor.https.html] + expected: ERROR diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-setsinkid.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-setsinkid.https.html.ini new file mode 100644 index 00000000000..ce022303d4f --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-setsinkid.https.html.ini @@ -0,0 +1,22 @@ +[audiocontext-sinkid-setsinkid.https.html] + expected: ERROR + [setSinkId() with a valid device identifier should succeeded.] + expected: NOTRUN + + [setSinkId() with the same sink ID should resolve immediately.] + expected: NOTRUN + + [setSinkId() with the same AudioSinkOptions.type value should resolve immediately.] + expected: NOTRUN + + [setSinkId() should fail with TypeError on an invalid AudioSinkOptions.type value.] + expected: NOTRUN + + [setSinkId() should fail with NotFoundError on an invalid device identifier.] + expected: NOTRUN + + [setSinkId() should fail with InvalidStateError when calling from astopped AudioContext] + expected: NOTRUN + + [setSinkId() should fail with InvalidStateError when calling from adetached document] + expected: NOTRUN diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-state-change.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-state-change.https.html.ini new file mode 100644 index 00000000000..29cd8288f7a --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-state-change.https.html.ini @@ -0,0 +1,7 @@ +[audiocontext-sinkid-state-change.https.html] + expected: ERROR + [Calling setSinkId() on a suspended AudioContext should fire only sink change events.] + expected: NOTRUN + + [Calling setSinkId() on a running AudioContext should fire both state and sink change events.] + expected: NOTRUN diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume-close.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume-close.html.ini new file mode 100644 index 00000000000..84e648f9e1f --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume-close.html.ini @@ -0,0 +1,19 @@ +[audiocontext-suspend-resume-close.html] + expected: TIMEOUT + [testOfflineAudioContext] + expected: TIMEOUT + + [testMultiContextOutput] + expected: NOTRUN + + [testMultiContextInput] + expected: NOTRUN + + [testSuspendResumeEventLoop] + expected: NOTRUN + + [testResumeInStateChangeForResumeCallback] + expected: NOTRUN + + [testAudioContext] + expected: NOTRUN diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html.ini new file mode 100644 index 00000000000..e86d0df261e --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html.ini @@ -0,0 +1,13 @@ +[audiocontextoptions.html] + expected: CRASH + [X context = new AudioContext({sampleRate: 1}) did not throw an exception.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 3 tasks were failed.] + expected: FAIL + + [X context = new AudioContext({sampleRate: 1000000}) did not throw an exception.] + expected: FAIL + + [< [test-audiocontextoptions-sampleRate\] 2 out of 4 assertions were failed.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/processing-after-resume.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/processing-after-resume.https.html.ini new file mode 100644 index 00000000000..7c54bdba7be --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/processing-after-resume.https.html.ini @@ -0,0 +1,4 @@ +[processing-after-resume.https.html] + [Test consistency of processing after resume()] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/promise-methods-after-discard.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/promise-methods-after-discard.html.ini new file mode 100644 index 00000000000..8384bc84842 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/promise-methods-after-discard.html.ini @@ -0,0 +1,11 @@ +[promise-methods-after-discard.html] + expected: TIMEOUT + [resume()] + expected: TIMEOUT + + [close()] + expected: NOTRUN + + [suspend()] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/suspend-after-construct.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/suspend-after-construct.html.ini new file mode 100644 index 00000000000..1d689678029 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/suspend-after-construct.html.ini @@ -0,0 +1,17 @@ +[suspend-after-construct.html] + expected: ERROR + [Stop waiting] + expected: NOTRUN + + [State change counting] + expected: TIMEOUT + + [Iteration 2] + expected: NOTRUN + + [Iteration 3] + expected: NOTRUN + + [Iteration 1] + expected: TIMEOUT + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/suspend-with-navigation.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/suspend-with-navigation.html.ini new file mode 100644 index 00000000000..5f8e07315f4 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audiocontext-interface/suspend-with-navigation.html.ini @@ -0,0 +1,4 @@ +[suspend-with-navigation.html] + expected: TIMEOUT + [suspend() with navigation] + expected: TIMEOUT diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/audionode-iframe.window.js.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/audionode-iframe.window.js.ini new file mode 100644 index 00000000000..4b6df36eee7 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/audionode-iframe.window.js.ini @@ -0,0 +1,3 @@ +[audionode-iframe.window.html] + [Call a constructor from iframe page and then destroy the iframe] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/different-contexts.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/different-contexts.html.ini new file mode 100644 index 00000000000..8b20c545429 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audionode-interface/different-contexts.html.ini @@ -0,0 +1,15 @@ +[different-contexts.html] + [X Test 3: g2.disconnect(g1) did not throw an exception.] + expected: FAIL + + [< [Test 3\] 1 out of 3 assertions were failed.] + expected: FAIL + + [X Test 4: g2.connect(g1.gain) did not throw an exception.] + expected: FAIL + + [< [Test 4\] 1 out of 3 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 2 out of 5 tasks were failed.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-cancel-and-hold.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-cancel-and-hold.html.ini new file mode 100644 index 00000000000..0fd7004ae71 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-cancel-and-hold.html.ini @@ -0,0 +1,111 @@ +[audioparam-cancel-and-hold.html] + [X linearRampToValueAtTime: linearRampToValue(0, 0.5) up to time 0.25 does not equal [0,0,0.002087682718411088,0.004175365436822176,0.00626304792240262,0.008350730873644352,0.010438413359224796,0.01252609584480524,0.014613778330385685,0.016701461747288704,0.018789144232869148,0.020876826718449593,0.022964509204030037,0.02505219168961048,0.027139874175190926,0.02922755666077137...\] with an element-wise tolerance of {"absoluteThreshold":0.000059605,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[483\]\t1.0000000000000000e+0\t9.9991494417190552e-1\t8.5055828094482422e-5\t8.5063063203763466e-5\t5.9605000000000003e-5\n\t[484\]\t1.0000000000000000e+0\t9.9987244606018066e-1\t1.2755393981933594e-4\t1.2757021190246769e-4\t5.9605000000000003e-5\n\t[485\]\t1.0000000000000000e+0\t9.9982994794845581e-1\t1.7005205154418945e-4\t1.7008097416277448e-4\t5.9605000000000003e-5\n\t[486\]\t1.0000000000000000e+0\t9.9978739023208618e-1\t2.1260976791381836e-4\t2.1265498043985539e-4\t5.9605000000000003e-5\n\t[487\]\t1.0000000000000000e+0\t9.9974489212036133e-1\t2.5510787963867188e-4\t2.5517297627559060e-4\t5.9605000000000003e-5\n\t...and 11512 more errors.\n\tMax AbsError of 4.8973166942596436e-1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t5.1026833057403564e-1\t4.8973166942596436e-1\t9.5975321234424205e-1\t5.9605000000000003e-5\n\tMax RelError of 9.5975321234424205e-1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t5.1026833057403564e-1\t4.8973166942596436e-1\t9.5975321234424205e-1\t5.9605000000000003e-5\n] + expected: FAIL + + [X Expected value for cancelling linearRampToValueAtTime: linearRampToValue(0, 0.5) at time 0.25 is not close to 0.5102040767669678 within a relative error of 0.000083998 (RelErr=0.9600000186920168). Got 1.] + expected: FAIL + + [< [linear\] 2 out of 3 assertions were failed.] + expected: FAIL + + [X exponentialRampToValue(0.001, 0.5) up to time 0.25 does not equal [0,0,0.002087682718411088,0.004175365436822176,0.00626304792240262,0.008350730873644352,0.010438413359224796,0.01252609584480524,0.014613778330385685,0.016701461747288704,0.018789144232869148,0.020876826718449593,0.022964509204030037,0.02505219168961048,0.027139874175190926,0.02922755666077137...\] with an element-wise tolerance of {"absoluteThreshold":5.9605e-8,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[482\]\t1.0000000000000000e+0\t9.9970632791519165e-1\t2.9367208480834961e-4\t2.9375835343643314e-4\t5.9604999999999997e-8\n\t[483\]\t1.0000000000000000e+0\t9.9941277503967285e-1\t5.8722496032714844e-4\t5.8756999609479467e-4\t5.9604999999999997e-8\n\t[484\]\t1.0000000000000000e+0\t9.9911928176879883e-1\t8.8071823120117188e-4\t8.8149457954808490e-4\t5.9604999999999997e-8\n\t[485\]\t1.0000000000000000e+0\t9.9882584810256958e-1\t1.1741518974304199e-3\t1.1755321507356967e-3\t5.9604999999999997e-8\n\t[486\]\t1.0000000000000000e+0\t9.9853253364562988e-1\t1.4674663543701172e-3\t1.4696229766419486e-3\t5.9604999999999997e-8\n\t...and 11513 more errors.\n\tMax AbsError of 9.6605272591114044e-1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t3.3947274088859558e-2\t9.6605272591114044e-1\t2.8457446196782232e+1\t5.9604999999999997e-8\n\tMax RelError of 2.8457446196782232e+1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t3.3947274088859558e-2\t9.6605272591114044e-1\t2.8457446196782232e+1\t5.9604999999999997e-8\n] + expected: FAIL + + [X Expected value for cancelling exponentialRampToValue(0.001, 0.5) at time 0.25 is not close to 0.033932216465473175 within a relative error of 0.0000018664 (RelErr=28.47051811417988). Got 1.] + expected: FAIL + + [< [exponential\] 2 out of 3 assertions were failed.] + expected: FAIL + + [X Expected value for cancelling setTargetAtTime(0, 0.01, 0.05) at time 0.25 is not close to 0.008229747414588928 within a relative error of 4.5267e-7 (RelErr=1). Got 0.] + expected: FAIL + + [< [setTarget\] 1 out of 3 assertions were failed.] + expected: FAIL + + [X Cancelling setValueCurveAtTime([1,0\], 0.01, 0.49) at time 0.25: Expected 0.5102040767669678 for all values but found 11999 unexpected values: \n\tIndex\tActual\n\t[1\]\t0.5101615786552429\n\t[2\]\t0.5101190805435181\n\t[3\]\t0.5100765228271484\n\t[4\]\t0.5100340247154236\n\t...and 11995 more errors.] + expected: FAIL + + [< [setValueCurve\] 1 out of 3 assertions were failed.] + expected: FAIL + + [X Cancelling setTargetAtTime(0, 0.01, 0.1) at time 0.25: Expected 0.09071795642375946 for all values but found 11999 unexpected values: \n\tIndex\tActual\n\t[1\]\t0.09069906175136566\n\t[2\]\t0.09068016707897186\n\t[3\]\t0.09066127240657806\n\t[4\]\t0.09064239263534546\n\t...and 11995 more errors.] + expected: FAIL + + [< [initial setTarget\] 1 out of 3 assertions were failed.] + expected: FAIL + + [X Post cancellation linearRampToValueAtTime: linearRampToValue(0, 0.5) up to time 0.25 does not equal [0,0,0.002087682718411088,0.004175365436822176,0.00626304792240262,0.008350730873644352,0.010438413359224796,0.01252609584480524,0.014613778330385685,0.016701461747288704,0.018789144232869148,0.020876826718449593,0.022964509204030037,0.02505219168961048,0.027139874175190926,0.02922755666077137...\] with an element-wise tolerance of {"absoluteThreshold":5.9605e-8,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[482\]\t1.0000571012496948e+0\t9.9995750188827515e-1\t9.9599361419677734e-5\t9.9603594384360078e-5\t5.9604999999999997e-8\n\t[483\]\t1.0001142024993896e+0\t9.9991494417190552e-1\t1.9925832748413086e-4\t1.9927527700783551e-4\t5.9604999999999997e-8\n\t[484\]\t1.0001711845397949e+0\t9.9987244606018066e-1\t2.9873847961425781e-4\t2.9877658974540561e-4\t5.9604999999999997e-8\n\t[485\]\t1.0002282857894897e+0\t9.9982994794845581e-1\t3.9833784103393555e-4\t3.9840559072198452e-4\t5.9604999999999997e-8\n\t[486\]\t1.0002853870391846e+0\t9.9978739023208618e-1\t4.9799680709838867e-4\t4.9810270859966131e-4\t5.9604999999999997e-8\n\t...and 11513 more errors.\n\tMax AbsError of 1.1471892595291138e+0 at index of 11999.\n\t[11999\]\t1.6574575901031494e+0\t5.1026833057403564e-1\t1.1471892595291138e+0\t2.2482078365289930e+0\t5.9604999999999997e-8\n\tMax RelError of 2.2482078365289930e+0 at index of 11999.\n\t[11999\]\t1.6574575901031494e+0\t5.1026833057403564e-1\t1.1471892595291138e+0\t2.2482078365289930e+0\t5.9604999999999997e-8\n] + expected: FAIL + + [X Expected value for cancelling Post cancellation linearRampToValueAtTime: linearRampToValue(0, 0.5) at time 0.25 is not close to 0.5102040767669678 within a relative error of 0.000083998 (RelErr=2.248728826033867). Got 1.6575146913528442.] + expected: FAIL + + [X Post linearRamp(2, 0.375) does not equal [0.5102040767669678,0.5102040767669678,0.510452389717102,0.5107007622718811,0.5109490752220154,0.5111974477767944,0.5114457607269287,0.5116941332817078,0.511942446231842,0.5121908187866211,0.5124391317367554,0.5126875042915344,0.5129358172416687,0.5131841897964478,0.513432502746582,0.5136808753013611...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t1.6575146913528442e+0\t5.1020407676696777e-1\t1.1473106145858765e+0\t2.2487288260338669e+0\t0.0000000000000000e+0\n\t[1\]\t1.6575717926025391e+0\t5.1020407676696777e-1\t1.1473677158355713e+0\t2.2488407444843364e+0\t0.0000000000000000e+0\n\t[2\]\t1.6576287746429443e+0\t5.1045238971710205e-1\t1.1471763849258423e+0\t2.2473719548293607e+0\t0.0000000000000000e+0\n\t[3\]\t1.6576859951019287e+0\t5.1070076227188110e-1\t1.1469852328300476e+0\t2.2459046814961057e+0\t0.0000000000000000e+0\n\t[4\]\t1.6577429771423340e+0\t5.1094907522201538e-1\t1.1467939019203186e+0\t2.2444387465072104e+0\t0.0000000000000000e+0\n\t...and 5995 more errors.\n\tMax AbsError of 1.1473677158355713e+0 at index of 1.\n\tMax RelError of 2.2488407444843364e+0 at index of 1.\n] + expected: FAIL + + [< [post cancel: Linear\] 3 out of 4 assertions were failed.] + expected: FAIL + + [X Post cancel exponentialRampToValueAtTime: linearRampToValue(0, 0.5) up to time 0.25 does not equal [0,0,0.002087682718411088,0.004175365436822176,0.00626304792240262,0.008350730873644352,0.010438413359224796,0.01252609584480524,0.014613778330385685,0.016701461747288704,0.018789144232869148,0.020876826718449593,0.022964509204030037,0.02505219168961048,0.027139874175190926,0.02922755666077137...\] with an element-wise tolerance of {"absoluteThreshold":5.9605e-8,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[482\]\t1.0000395774841309e+0\t9.9995750188827515e-1\t8.2075595855712891e-5\t8.2079084061797628e-5\t5.9604999999999997e-8\n\t[483\]\t1.0000791549682617e+0\t9.9991494417190552e-1\t1.6421079635620117e-4\t1.6422476462955036e-4\t5.9604999999999997e-8\n\t[484\]\t1.0001187324523926e+0\t9.9987244606018066e-1\t2.4628639221191406e-4\t2.4631781101915723e-4\t5.9604999999999997e-8\n\t[485\]\t1.0001583099365234e+0\t9.9982994794845581e-1\t3.2836198806762695e-4\t3.2841783619443554e-4\t5.9604999999999997e-8\n\t[486\]\t1.0001978874206543e+0\t9.9978739023208618e-1\t4.1049718856811523e-4\t4.1058448283972081e-4\t5.9604999999999997e-8\n\t...and 11513 more errors.\n\tMax AbsError of 1.0670322179794312e+0 at index of 11999.\n\t[11999\]\t1.5773005485534668e+0\t5.1026833057403564e-1\t1.0670322179794312e+0\t2.0911198168599916e+0\t5.9604999999999997e-8\n\tMax RelError of 2.0911198168599916e+0 at index of 11999.\n\t[11999\]\t1.5773005485534668e+0\t5.1026833057403564e-1\t1.0670322179794312e+0\t2.0911198168599916e+0\t5.9604999999999997e-8\n] + expected: FAIL + + [X Expected value for cancelling Post cancel exponentialRampToValueAtTime: linearRampToValue(0, 0.5) at time 0.25 is not close to 0.5102040767669678 within a relative error of 0.000083998 (RelErr=2.0916315373576313). Got 1.5773630142211914.] + expected: FAIL + + [X Post exponentialRamp(2, 0.375) does not equal [0.5102040767669678,0.5102040767669678,0.510320246219635,0.510436475276947,0.5105527639389038,0.5106689929962158,0.5107853412628174,0.5109016299247742,0.5110179781913757,0.5111343860626221,0.5112507939338684,0.5113672018051147,0.5114836692810059,0.511600136756897,0.5117167234420776,0.5118332505226135...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t1.5773630142211914e+0\t5.1020407676696777e-1\t1.0671589374542236e+0\t2.0916315373576313e+0\t0.0000000000000000e+0\n\t[1\]\t1.5774253606796265e+0\t5.1020407676696777e-1\t1.0672212839126587e+0\t2.0917537364173291e+0\t0.0000000000000000e+0\n\t[2\]\t1.5774878263473511e+0\t5.1032024621963501e-1\t1.0671675801277161e+0\t2.0911723335162788e+0\t0.0000000000000000e+0\n\t[3\]\t1.5775501728057861e+0\t5.1043647527694702e-1\t1.0671136975288391e+0\t2.0905906008183610e+0\t0.0000000000000000e+0\n\t[4\]\t1.5776126384735107e+0\t5.1055276393890381e-1\t1.0670598745346069e+0\t2.0900090057338296e+0\t0.0000000000000000e+0\n\t...and 5995 more errors.\n\tMax AbsError of 1.0672212839126587e+0 at index of 1.\n\tMax RelError of 2.0917537364173291e+0 at index of 1.\n] + expected: FAIL + + [< [post cancel: Exponential\] 3 out of 4 assertions were failed.] + expected: FAIL + + [X Post cancel setValueCurveAtTime: linearRampToValue(0, 0.5) up to time 0.25 does not equal [0,0,0.002087682718411088,0.004175365436822176,0.00626304792240262,0.008350730873644352,0.010438413359224796,0.01252609584480524,0.014613778330385685,0.016701461747288704,0.018789144232869148,0.020876826718449593,0.022964509204030037,0.02505219168961048,0.027139874175190926,0.02922755666077137...\] with an element-wise tolerance of {"absoluteThreshold":5.9605e-8,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[482\]\t1.0000000000000000e+0\t9.9995750188827515e-1\t4.2498111724853516e-5\t4.2499917891112348e-5\t5.9604999999999997e-8\n\t[483\]\t1.0000000000000000e+0\t9.9991494417190552e-1\t8.5055828094482422e-5\t8.5063063203763466e-5\t5.9604999999999997e-8\n\t[484\]\t1.0000000000000000e+0\t9.9987244606018066e-1\t1.2755393981933594e-4\t1.2757021190246769e-4\t5.9604999999999997e-8\n\t[485\]\t1.0000000000000000e+0\t9.9982994794845581e-1\t1.7005205154418945e-4\t1.7008097416277448e-4\t5.9604999999999997e-8\n\t[486\]\t1.0000000000000000e+0\t9.9978739023208618e-1\t2.1260976791381836e-4\t2.1265498043985539e-4\t5.9604999999999997e-8\n\t...and 11513 more errors.\n\tMax AbsError of 4.8973166942596436e-1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t5.1026833057403564e-1\t4.8973166942596436e-1\t9.5975321234424205e-1\t5.9604999999999997e-8\n\tMax RelError of 9.5975321234424205e-1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t5.1026833057403564e-1\t4.8973166942596436e-1\t9.5975321234424205e-1\t5.9604999999999997e-8\n] + expected: FAIL + + [X Expected value for cancelling Post cancel setValueCurveAtTime: linearRampToValue(0, 0.5) at time 0.25 is not close to 0.5102040767669678 within a relative error of 0.000083998 (RelErr=0.9600000186920168). Got 1.] + expected: FAIL + + [X Post setValueCurve([0.125,2\], 0.375, 0.125) does not equal [0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678,0.5102040767669678...\] with an element-wise tolerance of {"absoluteThreshold":0.000083998,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t1.0000000000000000e+0\t5.1020407676696777e-1\t4.8979592323303223e-1\t9.6000001869201679e-1\t8.3998000000000005e-5\n\t[1\]\t1.0000000000000000e+0\t5.1020407676696777e-1\t4.8979592323303223e-1\t9.6000001869201679e-1\t8.3998000000000005e-5\n\t[2\]\t1.0000000000000000e+0\t5.1020407676696777e-1\t4.8979592323303223e-1\t9.6000001869201679e-1\t8.3998000000000005e-5\n\t[3\]\t1.0000000000000000e+0\t5.1020407676696777e-1\t4.8979592323303223e-1\t9.6000001869201679e-1\t8.3998000000000005e-5\n\t[4\]\t1.0000000000000000e+0\t5.1020407676696777e-1\t4.8979592323303223e-1\t9.6000001869201679e-1\t8.3998000000000005e-5\n\t...and 5995 more errors.\n\tMax AbsError of 4.8979592323303223e-1 at index of 0.\n\tMax RelError of 9.6000001869201679e-1 at index of 0.\n] + expected: FAIL + + [< [post cancel: ValueCurve\] 3 out of 4 assertions were failed.] + expected: FAIL + + [X Post cancel setTargetAtTime: linearRampToValue(0, 0.5) up to time 0.25 does not equal [0,0,0.002087682718411088,0.004175365436822176,0.00626304792240262,0.008350730873644352,0.010438413359224796,0.01252609584480524,0.014613778330385685,0.016701461747288704,0.018789144232869148,0.020876826718449593,0.022964509204030037,0.02505219168961048,0.027139874175190926,0.02922755666077137...\] with an element-wise tolerance of {"absoluteThreshold":5.9605e-8,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[482\]\t1.0000000000000000e+0\t9.9995750188827515e-1\t4.2498111724853516e-5\t4.2499917891112348e-5\t5.9604999999999997e-8\n\t[483\]\t1.0000000000000000e+0\t9.9991494417190552e-1\t8.5055828094482422e-5\t8.5063063203763466e-5\t5.9604999999999997e-8\n\t[484\]\t1.0000000000000000e+0\t9.9987244606018066e-1\t1.2755393981933594e-4\t1.2757021190246769e-4\t5.9604999999999997e-8\n\t[485\]\t1.0000000000000000e+0\t9.9982994794845581e-1\t1.7005205154418945e-4\t1.7008097416277448e-4\t5.9604999999999997e-8\n\t[486\]\t1.0000000000000000e+0\t9.9978739023208618e-1\t2.1260976791381836e-4\t2.1265498043985539e-4\t5.9604999999999997e-8\n\t...and 11513 more errors.\n\tMax AbsError of 4.8973166942596436e-1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t5.1026833057403564e-1\t4.8973166942596436e-1\t9.5975321234424205e-1\t5.9604999999999997e-8\n\tMax RelError of 9.5975321234424205e-1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t5.1026833057403564e-1\t4.8973166942596436e-1\t9.5975321234424205e-1\t5.9604999999999997e-8\n] + expected: FAIL + + [X Expected value for cancelling Post cancel setTargetAtTime: linearRampToValue(0, 0.5) at time 0.25 is not close to 0.5102040767669678 within a relative error of 0.000083998 (RelErr=0.9600000186920168). Got 1.] + expected: FAIL + + [X Post setTargetAtTime(0.125, 0.375, 0.1) does not equal [0.5102040767669678,0.5101238489151001,0.5100436210632324,0.5099633932113647,0.5098832249641418,0.509803056716919,0.509722888469696,0.5096427202224731,0.509562611579895,0.5094825029373169,0.5094023942947388,0.5093222856521606,0.5092422962188721,0.509162187576294,0.5090821981430054,0.5090022087097168...\] with an element-wise tolerance of {"absoluteThreshold":0.000084037,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t1.0000000000000000e+0\t5.1020407676696777e-1\t4.8979592323303223e-1\t9.6000001869201679e-1\t8.4036999999999995e-5\n\t[1\]\t9.9981772899627686e-1\t5.1012384891510010e-1\t4.8969388008117676e-1\t9.5995096312910577e-1\t8.4036999999999995e-5\n\t[2\]\t9.9963551759719849e-1\t5.1004362106323242e-1\t4.8959189653396606e-1\t9.5990200899555833e-1\t8.4036999999999995e-5\n\t[3\]\t9.9945330619812012e-1\t5.0996339321136475e-1\t4.8948991298675537e-1\t9.5985303945900347e-1\t8.4036999999999995e-5\n\t[4\]\t9.9927115440368652e-1\t5.0988322496414185e-1\t4.8938792943954468e-1\t9.5980394231240196e-1\t8.4036999999999995e-5\n\t...and 5995 more errors.\n\tMax AbsError of 4.8979592323303223e-1 at index of 0.\n\tMax RelError of 9.6000001869201679e-1 at index of 0.\n] + expected: FAIL + + [< [post cancel: setTarget\] 3 out of 4 assertions were failed.] + expected: FAIL + + [X Post cancel setValueAtTime: linearRampToValue(0, 0.5) up to time 0.25 does not equal [0,0,0.002087682718411088,0.004175365436822176,0.00626304792240262,0.008350730873644352,0.010438413359224796,0.01252609584480524,0.014613778330385685,0.016701461747288704,0.018789144232869148,0.020876826718449593,0.022964509204030037,0.02505219168961048,0.027139874175190926,0.02922755666077137...\] with an element-wise tolerance of {"absoluteThreshold":5.9605e-8,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[482\]\t1.0000000000000000e+0\t9.9995750188827515e-1\t4.2498111724853516e-5\t4.2499917891112348e-5\t5.9604999999999997e-8\n\t[483\]\t1.0000000000000000e+0\t9.9991494417190552e-1\t8.5055828094482422e-5\t8.5063063203763466e-5\t5.9604999999999997e-8\n\t[484\]\t1.0000000000000000e+0\t9.9987244606018066e-1\t1.2755393981933594e-4\t1.2757021190246769e-4\t5.9604999999999997e-8\n\t[485\]\t1.0000000000000000e+0\t9.9982994794845581e-1\t1.7005205154418945e-4\t1.7008097416277448e-4\t5.9604999999999997e-8\n\t[486\]\t1.0000000000000000e+0\t9.9978739023208618e-1\t2.1260976791381836e-4\t2.1265498043985539e-4\t5.9604999999999997e-8\n\t...and 11513 more errors.\n\tMax AbsError of 4.8973166942596436e-1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t5.1026833057403564e-1\t4.8973166942596436e-1\t9.5975321234424205e-1\t5.9604999999999997e-8\n\tMax RelError of 9.5975321234424205e-1 at index of 11999.\n\t[11999\]\t1.0000000000000000e+0\t5.1026833057403564e-1\t4.8973166942596436e-1\t9.5975321234424205e-1\t5.9604999999999997e-8\n] + expected: FAIL + + [X Expected value for cancelling Post cancel setValueAtTime: linearRampToValue(0, 0.5) at time 0.25 is not close to 0.5102040767669678 within a relative error of 0.000083998 (RelErr=0.9600000186920168). Got 1.] + expected: FAIL + + [< [post cancel: setValue\] 2 out of 4 assertions were failed.] + expected: FAIL + + [X Expected value for cancelling 1st linearRamp: linearRampToValue(0, 0.5) at time 0.25 is not close to 0.5102040767669678 within a relative error of 0 (RelErr=0.00004252433817409838). Got 0.510225772857666.] + expected: FAIL + + [X 2nd linearRamp(2, 0.5) does not equal [0.5102040767669678,0.5102040767669678,0.5103282332420349,0.510452389717102,0.5105765461921692,0.5107007026672363,0.5108248591423035,0.5109490156173706,0.5110731720924377,0.5111973285675049,0.5113215446472168,0.5114457011222839,0.5115698575973511,0.5116940140724182,0.5118181705474854,0.5119423270225525...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t5.1022577285766602e-1\t5.1020407676696777e-1\t2.1696090698242188e-5\t4.2524338174098379e-5\t0.0000000000000000e+0\n\t[1\]\t5.1018321514129639e-1\t5.1020407676696777e-1\t2.0861625671386719e-5\t4.0888786705863823e-5\t0.0000000000000000e+0\n\t[2\]\t5.1014077663421631e-1\t5.1032823324203491e-1\t1.8745660781860352e-4\t3.6732556736616587e-4\t0.0000000000000000e+0\n\t[3\]\t5.1009821891784668e-1\t5.1045238971710205e-1\t3.5417079925537109e-4\t6.9383708723874562e-4\t0.0000000000000000e+0\n\t[4\]\t5.1005566120147705e-1\t5.1057654619216919e-1\t5.2088499069213867e-4\t1.0201898120406213e-3\t0.0000000000000000e+0\n\t...and 5995 more errors.\n\tMax AbsError of 9.9976032972335815e-1 at index of 5999.\n\t[5999\]\t2.5515538454055786e-1\t1.2549157142639160e+0\t9.9976032972335815e-1\t7.9667528134331955e-1\t0.0000000000000000e+0\n\tMax RelError of 7.9667528134331955e-1 at index of 5999.\n\t[5999\]\t2.5515538454055786e-1\t1.2549157142639160e+0\t9.9976032972335815e-1\t7.9667528134331955e-1\t0.0000000000000000e+0\n] + expected: FAIL + + [X Expected value for cancelling 2nd linearRamp(2, 0.5) at time 0.375 is not close to 1.2551020383834839 within a relative error of 0 (RelErr=0.7967393258659613). Got 0.255112886428833.] + expected: FAIL + + [X 3rd linearRamp(0, 0.5) does not equal [1.2551020383834839,1.2551020383834839,1.2548928260803223,1.2546836137771606,1.254474401473999,1.2542651891708374,1.2540559768676758,1.2538467645645142,1.2536375522613525,1.253428339958191,1.2532191276550293,1.2530097961425781,1.2528005838394165,1.2525913715362549,1.2523821592330933,1.2521729469299316...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t2.5511288642883301e-1\t1.2551020383834839e+0\t9.9998915195465088e-1\t7.9673932586596130e-1\t0.0000000000000000e+0\n\t[1\]\t2.5507038831710815e-1\t1.2551020383834839e+0\t1.0000316500663757e+0\t7.9677318615016546e-1\t0.0000000000000000e+0\n\t[2\]\t2.5502783060073853e-1\t1.2548928260803223e+0\t9.9986499547958374e-1\t7.9677321815814184e-1\t0.0000000000000000e+0\n\t[3\]\t2.5498533248901367e-1\t1.2546836137771606e+0\t9.9969828128814697e-1\t7.9677320267107543e-1\t0.0000000000000000e+0\n\t[4\]\t2.5494283437728882e-1\t1.2544744014739990e+0\t9.9953156709671021e-1\t7.9677318717884338e-1\t0.0000000000000000e+0\n\t...and 5995 more errors.\n\tMax AbsError of 1.0000316500663757e+0 at index of 1.\n\tMax RelError of 7.9686609686609688e-1 at index of 5999.\n\t[5999\]\t4.2498111724853516e-5\t2.0921230316162109e-4\t1.6671419143676758e-4\t7.9686609686609688e-1\t0.0000000000000000e+0\n] + expected: FAIL + + [< [linear, cancel, linear, cancel, linear\] 4 out of 7 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 11 out of 17 tasks were failed.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-nominal-range.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-nominal-range.html.ini new file mode 100644 index 00000000000..8b1ff72c667 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-nominal-range.html.ini @@ -0,0 +1,126 @@ +[audioparam-nominal-range.html] + [Executing "Offline createDelay"] + expected: FAIL + + [Executing "Offline createDynamicsCompressor"] + expected: FAIL + + [Executing "Offline createIIRFilter"] + expected: FAIL + + [Executing "Offline createWaveShaper"] + expected: FAIL + + [Executing "Offline createConvolver"] + expected: FAIL + + [Executing "Offline createScriptProcessor"] + expected: FAIL + + [Executing "Offline createPeriodicWave"] + expected: FAIL + + [X Set StereoPannerNode.pan.value = -3 is not equal to -1. Got -3.] + expected: FAIL + + [X Set StereoPannerNode.pan.value = 3 is not equal to 1. Got 3.] + expected: FAIL + + [X StereoPannerNode.pan was clipped to lie within the nominal range is not equal to true. Got false.] + expected: FAIL + + [X Nominal ranges for AudioParam(s) of StereoPannerNode are incorrect for: NaN Got false.] + expected: FAIL + + [< [Offline createStereoPanner\] 4 out of 10 assertions were failed.] + expected: FAIL + + [X BiquadFilterNode.frequency.minValue is not equal to 0. Got -3.4028234663852886e+38.] + expected: FAIL + + [X BiquadFilterNode.frequency.maxValue is not equal to 24000. Got 3.4028234663852886e+38.] + expected: FAIL + + [X Set BiquadFilterNode.frequency.value = -1 is not equal to -3.4028234663852886e+38. Got -1.] + expected: FAIL + + [X Set BiquadFilterNode.frequency.value = 48001 is not equal to 3.4028234663852886e+38. Got 48001.] + expected: FAIL + + [X BiquadFilterNode.frequency was clipped to lie within the nominal range is not equal to true. Got false.] + expected: FAIL + + [X BiquadFilterNode.detune.minValue is not equal to -153600. Got -3.4028234663852886e+38.] + expected: FAIL + + [X BiquadFilterNode.detune.maxValue is not equal to 153600. Got 3.4028234663852886e+38.] + expected: FAIL + + [X Set BiquadFilterNode.detune.value = -307201 is not equal to -3.4028234663852886e+38. Got -307201.] + expected: FAIL + + [X Set BiquadFilterNode.detune.value = 307201 is not equal to 3.4028234663852886e+38. Got 307201.] + expected: FAIL + + [X BiquadFilterNode.detune was clipped to lie within the nominal range is not equal to true. Got false.] + expected: FAIL + + [X BiquadFilterNode.gain.maxValue is not equal to 1541.273681640625. Got 3.4028234663852886e+38.] + expected: FAIL + + [X Set BiquadFilterNode.gain.value = 3083.54736328125 is not equal to 3.4028234663852886e+38. Got 3083.54736328125.] + expected: FAIL + + [X BiquadFilterNode.gain was clipped to lie within the nominal range is not equal to true. Got false.] + expected: FAIL + + [X Nominal ranges for AudioParam(s) of BiquadFilterNode are incorrect for: NaN Got false.] + expected: FAIL + + [< [Offline createBiquadFilter\] 14 out of 33 assertions were failed.] + expected: FAIL + + [X OscillatorNode.frequency.minValue is not equal to -24000. Got -3.4028234663852886e+38.] + expected: FAIL + + [X OscillatorNode.frequency.maxValue is not equal to 24000. Got 3.4028234663852886e+38.] + expected: FAIL + + [X Set OscillatorNode.frequency.value = -48001 is not equal to -3.4028234663852886e+38. Got -48001.] + expected: FAIL + + [X Set OscillatorNode.frequency.value = 48001 is not equal to 3.4028234663852886e+38. Got 48001.] + expected: FAIL + + [X OscillatorNode.frequency was clipped to lie within the nominal range is not equal to true. Got false.] + expected: FAIL + + [X OscillatorNode.detune.minValue is not equal to -153600. Got -220.] + expected: FAIL + + [X OscillatorNode.detune.maxValue is not equal to 153600. Got 220.] + expected: FAIL + + [X Set OscillatorNode.detune.value = -307201 is not equal to -220. Got -307201.] + expected: FAIL + + [X Set OscillatorNode.detune.value = 307201 is not equal to 220. Got 307201.] + expected: FAIL + + [X OscillatorNode.detune was clipped to lie within the nominal range is not equal to true. Got false.] + expected: FAIL + + [X Nominal ranges for AudioParam(s) of OscillatorNode are incorrect for: NaN Got false.] + expected: FAIL + + [< [Offline createOscillator\] 11 out of 19 assertions were failed.] + expected: FAIL + + [X Test automations (check console logs) incorrectly threw TypeError: "offlineContext.createDelay is not a function".] + expected: FAIL + + [< [automation\] 1 out of 1 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 4 out of 24 tasks were failed.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurve-exceptions.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurve-exceptions.html.ini new file mode 100644 index 00000000000..5282185cabe --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurve-exceptions.html.ini @@ -0,0 +1,60 @@ +[audioparam-setValueCurve-exceptions.html] + [Executing "automations"] + expected: FAIL + + [X setValueAtTime(1, 0.018750000000000003) did not throw an exception.] + expected: FAIL + + [X linearRampToValueAtTime(1, 0.018750000000000003) did not throw an exception.] + expected: FAIL + + [X exponentialRampToValueAtTime(1, 0.018750000000000003) did not throw an exception.] + expected: FAIL + + [X setTargetAtTime(1, 0.018750000000000003, 1) did not throw an exception.] + expected: FAIL + + [< [setValueCurve\] 4 out of 6 assertions were failed.] + expected: FAIL + + [X value setter did not throw an exception.] + expected: FAIL + + [< [value setter\] 1 out of 2 assertions were failed.] + expected: FAIL + + [X setValueCurveAtTime(curve, 0.00625, 0.01) did not throw an exception.] + expected: FAIL + + [X setValueCurveAtTime(curve, 0.018750000000000003, 0.01) did not throw an exception.] + expected: FAIL + + [X setValueCurveAtTime(curve, 0.03125, 0.01) did not throw an exception.] + expected: FAIL + + [X setValueCurveAtTime(curve, 0.043750000000000004, 0.01) did not throw an exception.] + expected: FAIL + + [X second g.gain.setValueCurveAtTime([1,2,3\], 5, 10) did not throw an exception.] + expected: FAIL + + [X g.gain.setValueCurveAtTime([1,2,3\], 5, 5) did not throw an exception.] + expected: FAIL + + [X g.gain.setValueCurveAtTime([1,2,3\], 2.5, 10) did not throw an exception.] + expected: FAIL + + [X g.gain.setValueCurveAtTime([1,2,3\], 10, 10) did not throw an exception.] + expected: FAIL + + [X g.gain.setValueCurveAtTime([1,2,3\], 6, 9) did not throw an exception.] + expected: FAIL + + [X g.gain.setValueCurveAtTime([1,2,3\], 4, 11) did not throw an exception.] + expected: FAIL + + [< [curve overlap\] 6 out of 8 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 4 out of 7 tasks were failed.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/cancel-scheduled-values.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/cancel-scheduled-values.html.ini new file mode 100644 index 00000000000..28f0cf2ed9b --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/cancel-scheduled-values.html.ini @@ -0,0 +1,15 @@ +[cancel-scheduled-values.html] + [< [cancel1\] 2 out of 11 assertions were failed.] + expected: FAIL + + [X output[3000:\]: Expected 3 for all values but found 5000 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t-0.001000046730041504\n\t[2\]\t-0.001999974250793457\n\t[3\]\t-0.003000020980834961\n\t...and 4996 more errors.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.] + expected: FAIL + + [X output[2000:2999\]: Expected 1.5 for all values but found 1000 unexpected values: \n\tIndex\tActual\n\t[0\]\t1\n\t[1\]\t0.9989999532699585\n\t[2\]\t0.9980000257492065\n\t[3\]\t0.996999979019165\n\t...and 996 more errors.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-audiobuffersource-connections.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-audiobuffersource-connections.html.ini new file mode 100644 index 00000000000..25f8900c7c8 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-audiobuffersource-connections.html.ini @@ -0,0 +1,16 @@ +[k-rate-audiobuffersource-connections.html] + [< [detune\] 1 out of 11 assertions were failed.] + expected: FAIL + + [X k-rate playbackRate AudioParam with input does not equal [0,0.0005000000237487257,0.0010000000474974513,0.001500000013038516,0.0020000000949949026,0.0024999999441206455,0.003000000026077032,0.0035000001080334187,0.004000000189989805,0.0044999998062849045,0.004999999888241291,0.005499999970197678,0.006000000052154064,0.006500000134110451,0.007000000216066837,0.007499999832361937...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[129\]\t6.4531765878200531e-2\t6.4499996602535248e-2\t3.1769275665283203e-5\t4.9254693548362878e-4\t0.0000000000000000e+0\n\t[130\]\t6.5063528716564178e-2\t6.4999997615814209e-2\t6.3531100749969482e-5\t9.7740158585040695e-4\t0.0000000000000000e+0\n\t[131\]\t6.5595299005508423e-2\t6.5499998629093170e-2\t9.5300376415252686e-5\t1.4549676093111102e-3\t0.0000000000000000e+0\n\t[132\]\t6.6127061843872070e-2\t6.5999999642372131e-2\t1.2706220149993896e-4\t1.9251848816430111e-3\t0.0000000000000000e+0\n\t[133\]\t6.6658832132816315e-2\t6.6500000655651093e-2\t1.5883147716522217e-4\t2.3884432420937856e-3\t0.0000000000000000e+0\n\t...and 1392 more errors.\n\tMax AbsError of 9.9942302703857422e-1 at index of 1525.\n\t[1525\]\t0.0000000000000000e+0\t9.9942302703857422e-1\t9.9942302703857422e-1\t1.0000000000000000e+0\t0.0000000000000000e+0\n\tMax RelError of 1.0000000000000000e+0 at index of 1492.\n\t[1492\]\t0.0000000000000000e+0\t9.7164100408554077e-1\t9.7164100408554077e-1\t1.0000000000000000e+0\t0.0000000000000000e+0\n] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed.] + expected: FAIL + + [X k-rate detune AudioParam with input does not equal [0,0.0002500000118743628,0.0005000000237487257,0.000750000006519258,0.0010000000474974513,0.0012499999720603228,0.001500000013038516,0.0017500000540167093,0.0020000000949949026,0.0022499999031424522,0.0024999999441206455,0.002749999985098839,0.003000000026077032,0.0032500000670552254,0.0035000001080334187,0.003750000149011612...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[129\]\t3.2273016870021820e-2\t3.2250002026557922e-2\t2.3014843463897705e-5\t7.1363851217574957e-4\t0.0000000000000000e+0\n\t[130\]\t3.2546032220125198e-2\t3.2499998807907104e-2\t4.6033412218093872e-5\t1.4164127355873672e-3\t0.0000000000000000e+0\n\t[131\]\t3.2819051295518875e-2\t3.2749999314546585e-2\t6.9051980972290039e-5\t2.1084574783981503e-3\t0.0000000000000000e+0\n\t[132\]\t3.3092070370912552e-2\t3.2999999821186066e-2\t9.2070549726486206e-5\t2.7900166734963656e-3\t0.0000000000000000e+0\n\t[133\]\t3.3365085721015930e-2\t3.3250000327825546e-2\t1.1508539319038391e-4\t3.4612147986679484e-3\t0.0000000000000000e+0\n\t...and 1866 more errors.\n\tMax AbsError of 9.9793279170989990e-1 at index of 1999.\n\t[1999\]\t0.0000000000000000e+0\t9.9793279170989990e-1\t9.9793279170989990e-1\t1.0000000000000000e+0\t0.0000000000000000e+0\n\tMax RelError of 1.0000000000000000e+0 at index of 1963.\n\t[1963\]\t0.0000000000000000e+0\t9.6400356292724609e-1\t9.6400356292724609e-1\t1.0000000000000000e+0\t0.0000000000000000e+0\n] + expected: FAIL + + [< [playbackRate\] 1 out of 11 assertions were failed.] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-audioworklet-connections.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-audioworklet-connections.https.html.ini new file mode 100644 index 00000000000..82583c932a2 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-audioworklet-connections.https.html.ini @@ -0,0 +1,7 @@ +[k-rate-audioworklet-connections.https.html] + [Executing "Create Test Worklet"] + expected: FAIL + + [Executing "AudioWorklet k-rate AudioParam"] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-biquad-connection.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-biquad-connection.html.ini new file mode 100644 index 00000000000..b145905f63e --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-biquad-connection.html.ini @@ -0,0 +1,40 @@ +[k-rate-biquad-connection.html] + [< [Gain AudioParam\] 1 out of 9 assertions were failed.] + expected: FAIL + + [< [Detune AudioParam\] 2 out of 9 assertions were failed.] + expected: FAIL + + [X All k-rate AudioParams does not equal [0,0.3311063051223755,0.6248595118522644,0.8481203317642212,0.9757021069526672,0.9932119250297546,0.8986744284629822,0.7027547359466553,0.42755505442619324,0.1041216030716896,-0.23105813562870026,-0.5401715040206909,-0.7883464694023132,-0.9475855827331543,-0.9999247193336487,-0.9394592046737671...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[640\]\t8.2034111022949219e-1\t7.7920007705688477e-1\t4.1141033172607422e-2\t5.2799061991884222e-2\t0.0000000000000000e+0\n\t[641\]\t5.5707097053527832e-1\t4.6239438652992249e-1\t9.4676584005355835e-2\t2.0475288360627431e-1\t0.0000000000000000e+0\n\t[642\]\t2.5545451045036316e-1\t1.8853309750556946e-1\t6.6921412944793701e-2\t3.5495843345392858e-1\t0.0000000000000000e+0\n\t[643\]\t-6.9336682558059692e-2\t-1.7021611332893372e-1\t1.0087943077087402e-1\t5.9265500073973498e-1\t0.0000000000000000e+0\n\t[644\]\t-3.9448010921478271e-1\t-4.7897621989250183e-1\t8.4496110677719116e-2\t1.7640982405490371e-1\t0.0000000000000000e+0\n\t...and 991 more errors.\n\tMax AbsError of 1.6447335481643677e-1 at index of 785.\n\t[785\]\t3.4482055902481079e-1\t5.0929391384124756e-1\t1.6447335481643677e-1\t3.2294388435928745e-1\t0.0000000000000000e+0\n\tMax RelError of 2.2756960801624473e+1 at index of 867.\n\t[867\]\t1.4153416454792023e-1\t5.9575871564447880e-3\t1.3557657739147544e-1\t2.2756960801624473e+1\t0.0000000000000000e+0\n] + expected: FAIL + + [X k-rate Q with input: output[2048:\] does not equal [-0.007429864257574081,-0.003294537542387843,0.0019048331305384636,0.003956870641559362,0.0035721869207918644,0.004832542035728693,0.008425349369645119,0.010273684747517109,0.007734519429504871,0.003703415160998702,0.0022171076852828264,0.0024073002859950066,0.0002190780360251665,-0.004831020720303059,-0.00846010260283947,-0.007902969606220722...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t1.3721437426283956e-3\t-7.4298642575740814e-3\t8.8020080002024770e-3\t1.1846795170220799e+0\t0.0000000000000000e+0\n\t[1\]\t2.7593520935624838e-3\t-3.2945375423878431e-3\t6.0538896359503269e-3\t1.8375536954915186e+0\t0.0000000000000000e+0\n\t[2\]\t4.5378590002655983e-3\t1.9048331305384636e-3\t2.6330258697271347e-3\t1.3822868930166201e+0\t0.0000000000000000e+0\n\t[3\]\t2.8837921563535929e-3\t3.9568706415593624e-3\t1.0730784852057695e-3\t2.7119372413521214e-1\t0.0000000000000000e+0\n\t[4\]\t-1.0738879209384322e-3\t3.5721869207918644e-3\t4.6460748417302966e-3\t1.3006247838510026e+0\t0.0000000000000000e+0\n\t...and 2043 more errors.\n\tMax AbsError of 1.0892769030760974e-2 at index of 7.\n\t[7\]\t-6.1908428324386477e-4\t1.0273684747517109e-2\t1.0892769030760974e-2\t1.0602592252398519e+0\t0.0000000000000000e+0\n\tMax RelError of 2.0715534970620170e+3 at index of 217.\n\t[217\]\t4.6172837028279901e-4\t-2.2299755642052332e-7\t4.6195136783921953e-4\t2.0715534970620170e+3\t0.0000000000000000e+0\n] + expected: FAIL + + [< [Frequency AudioParam\] 1 out of 11 assertions were failed.] + expected: FAIL + + [X k-rate gain with input: output[0,2048\] does not equal [0,0.9757021069526672,0.42755505442619324,-0.7883464694023132,-0.7730104327201843,0.4496113359928131,0.9700312614440918,-0.02454114705324173,-0.9807852506637573,-0.40524137020111084,0.803207516670227,0.7572088241577148,-0.4713967740535736,-0.9637761116027832,0.049067676067352295,0.9852776527404785...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[128\]\t3.2094421330839396e-3\t-8.7422776573475858e-8\t3.2095295558605130e-3\t3.6712738735345622e+4\t0.0000000000000000e+0\n\t[129\]\t-9.5966094732284546e-1\t-9.7570210695266724e-1\t1.6041159629821777e-2\t1.6440632356449301e-2\t0.0000000000000000e+0\n\t[130\]\t-4.2053195834159851e-1\t-4.2755520343780518e-1\t7.0232450962066650e-3\t1.6426522329129622e-2\t0.0000000000000000e+0\n\t[131\]\t7.6242697238922119e-1\t7.8834640979766846e-1\t2.5919437408447266e-2\t3.2878233586551842e-2\t0.0000000000000000e+0\n\t[132\]\t7.4586772918701172e-1\t7.7301049232482910e-1\t2.7142763137817383e-2\t3.5113059146436060e-2\t0.0000000000000000e+0\n\t...and 921 more errors.\n\tMax AbsError of 5.3484499454498291e-1 at index of 255.\n\t[255\]\t-4.4085711240768433e-1\t-9.7570210695266724e-1\t5.3484499454498291e-1\t5.4816423038730722e-1\t0.0000000000000000e+0\n\tMax RelError of 3.6712738735345622e+4 at index of 128.\n] + expected: FAIL + + [X k-rate frequency with input: output[0,2048\] does not equal [0,0.02839340642094612,0.1450495570898056,0.36942505836486816,0.6520541310310364,0.9131435751914978,1.0783559083938599,1.1012734174728394,0.9707123637199402,0.7065789699554443,0.3498469293117523,-0.048511650413274765,-0.4367612302303314,-0.7688571810722351,-1.0084279775619507,-1.131049394607544...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[128\]\t-1.1191306114196777e+0\t-1.0972596406936646e+0\t2.1870970726013184e-2\t1.9932356859664331e-2\t0.0000000000000000e+0\n\t[129\]\t-9.9151837825775146e-1\t-9.3471795320510864e-1\t5.6800425052642822e-2\t6.0767448467076671e-2\t0.0000000000000000e+0\n\t[130\]\t-7.5953400135040283e-1\t-6.6672790050506592e-1\t9.2806100845336914e-2\t1.3919636597633545e-1\t0.0000000000000000e+0\n\t[131\]\t-4.4247153401374817e-1\t-3.2352218031883240e-1\t1.1894935369491577e-1\t3.6766985675507846e-1\t0.0000000000000000e+0\n\t[132\]\t-7.1794092655181885e-2\t5.6181102991104126e-2\t1.2797519564628601e-1\t2.2779046482328758e+0\t0.0000000000000000e+0\n\t...and 891 more errors.\n\tMax AbsError of 4.1948493570089340e-1 at index of 649.\n\t[649\]\t-3.7298277020454407e-3\t-4.2321476340293884e-1\t4.1948493570089340e-1\t9.9118691495529354e-1\t0.0000000000000000e+0\n\tMax RelError of 1.1267462635054815e+2 at index of 553.\n\t[553\]\t3.3036437630653381e-1\t2.9062279500067234e-3\t3.2745814835652709e-1\t1.1267462635054815e+2\t0.0000000000000000e+0\n] + expected: FAIL + + [< [Q AudioParam\] 2 out of 9 assertions were failed.] + expected: FAIL + + [X k-rate detune with input: output[2048:\] does not equal [-0.5481402277946472,-0.548226535320282,-0.548312246799469,-0.5483972430229187,-0.5484814047813416,-0.5485645532608032,-0.5486468076705933,-0.5487281680107117,-0.5488086938858032,-0.5488886833190918,-0.5489681363105774,-0.5490474104881287,-0.5491266250610352,-0.5492058992385864,-0.5492852926254272,-0.5493649244308472...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t3.0814451747573912e-4\t-5.4814022779464722e-1\t5.4844837231212296e-1\t1.0005621636615059e+0\t0.0000000000000000e+0\n\t[1\]\t2.8959027258679271e-4\t-5.4822653532028198e-1\t5.4851612559286878e-1\t1.0005282310394144e+0\t0.0000000000000000e+0\n\t[2\]\t2.7123777545057237e-4\t-5.4831224679946899e-1\t5.4858348457491957e-1\t1.0004946775802179e+0\t0.0000000000000000e+0\n\t[3\]\t2.5325475144200027e-4\t-5.4839724302291870e-1\t5.4865049777436070e-1\t1.0004618089435424e+0\t0.0000000000000000e+0\n\t[4\]\t2.3576857347507030e-4\t-5.4848140478134155e-1\t5.4871717335481662e-1\t1.0004298570041203e+0\t0.0000000000000000e+0\n\t...and 2043 more errors.\n\tMax AbsError of 5.5494355945847929e-1 at index of 195.\n\t[195\]\t-2.7666112873703241e-3\t-5.5771017074584961e-1\t5.5494355945847929e-1\t9.9503933865206295e-1\t0.0000000000000000e+0\n\tMax RelError of 1.0005621636615059e+0 at index of 0.\n] + expected: FAIL + + [< [All k-rate inputs\] 1 out of 44 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 5 out of 5 tasks were failed.] + expected: FAIL + + [X k-rate Q with input: output[0,2048\] does not equal [0,0.9757021069526672,0.42755505442619324,-0.7883464694023132,-0.7730104327201843,0.4496113359928131,0.9700312614440918,-0.02454114705324173,-0.9807852506637573,-0.40524137020111084,0.803207516670227,0.7572088241577148,-0.4713967740535736,-0.9637761116027832,0.049067676067352295,0.9852776527404785...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[128\]\t1.3951719999313354e+0\t-8.7422776573475858e-8\t1.3951720873541120e+0\t1.5958908445118047e+7\t0.0000000000000000e+0\n\t[129\]\t1.6225984096527100e+0\t-9.7570210695266724e-1\t2.5983005166053772e+0\t2.6630059503719248e+0\t0.0000000000000000e+0\n\t[130\]\t1.6577711105346680e+0\t-4.2755520343780518e-1\t2.0853263139724731e+0\t4.8773264766869282e+0\t0.0000000000000000e+0\n\t[131\]\t1.5306757688522339e+0\t7.8834640979766846e-1\t7.4232935905456543e-1\t9.4162838801420634e-1\t0.0000000000000000e+0\n\t[132\]\t1.2523171901702881e+0\t7.7301049232482910e-1\t4.7930669784545898e-1\t6.2005199490105767e-1\t0.0000000000000000e+0\n\t...and 1915 more errors.\n\tMax AbsError of 2.5983005166053772e+0 at index of 129.\n\tMax RelError of 1.5958908445118047e+7 at index of 128.\n] + expected: FAIL + + [X k-rate detune with input: output[0,2048\] does not equal [0,0.12810896337032318,0.47732436656951904,0.8133140802383423,0.9599840044975281,0.9983929991722107,0.9618627429008484,0.8107287883758545,0.5545527338981628,0.24036024510860443,-0.09643325209617615,-0.424831748008728,-0.7066475749015808,-0.9075677990913391,-1.0057729482650757,-0.9910215139389038...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[128\]\t-9.0901952981948853e-1\t-8.0834698677062988e-1\t1.0067254304885864e-1\t1.2454124861781007e-1\t0.0000000000000000e+0\n\t[129\]\t-8.0550211668014526e-1\t-5.6012439727783203e-1\t2.4537771940231323e-1\t4.3807718534460011e-1\t0.0000000000000000e+0\n\t[130\]\t-6.2269222736358643e-1\t-2.4871249496936798e-1\t3.7397973239421844e-1\t1.5036628233747511e+0\t0.0000000000000000e+0\n\t[131\]\t-3.5228535532951355e-1\t9.0757519006729126e-2\t4.4304287433624268e-1\t4.8816106828944248e+0\t0.0000000000000000e+0\n\t[132\]\t-1.3693822547793388e-2\t4.1998896002769470e-1\t4.3368278257548809e-1\t1.0326051964482361e+0\t0.0000000000000000e+0\n\t...and 1915 more errors.\n\tMax AbsError of 2.1426951885223389e+0 at index of 391.\n\t[391\]\t6.9794428348541260e-1\t-1.4447509050369263e+0\t2.1426951885223389e+0\t1.4830897015202589e+0\t0.0000000000000000e+0\n\tMax RelError of 2.4604596714524988e+2 at index of 272.\n\t[272\]\t9.5641678571701050e-1\t-3.9030096959322691e-3\t9.6031979541294277e-1\t2.4604596714524988e+2\t0.0000000000000000e+0\n] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-delay-connections.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-delay-connections.html.ini new file mode 100644 index 00000000000..06ee46812c4 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-delay-connections.html.ini @@ -0,0 +1,28 @@ +[k-rate-delay-connections.html] + [X refNode.delayTime.automationRate = 'k-rate' incorrectly threw TypeError: "refNode is undefined".] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.] + expected: FAIL + + [X refNode.delayTime.linearRampToValueAtTime(1.125, 1) incorrectly threw TypeError: "refNode is undefined".] + expected: FAIL + + [X testNode.delayTime.automationRate = 'k-rate' incorrectly threw TypeError: "testNode is undefined".] + expected: FAIL + + [X refNode.delayTime.setValueAtTime(0, 0) incorrectly threw TypeError: "refNode is undefined".] + expected: FAIL + + [X testNode = new DelayNode(context) incorrectly threw ReferenceError: "DelayNode is not defined".] + expected: FAIL + + [X testMod.connect(testNode.delayTime) incorrectly threw TypeError: "testNode is undefined".] + expected: FAIL + + [X refNode = new DelayNode(context) incorrectly threw ReferenceError: "DelayNode is not defined".] + expected: FAIL + + [Executing "delayTime"] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-dynamics-compressor-connections.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-dynamics-compressor-connections.html.ini new file mode 100644 index 00000000000..83d23da3b74 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-dynamics-compressor-connections.html.ini @@ -0,0 +1,34 @@ +[k-rate-dynamics-compressor-connections.html] + [X release: refNode = new DynamicsCompressorNode(context) incorrectly threw ReferenceError: "DynamicsCompressorNode is not defined".] + expected: FAIL + + [X attack: refNode = new DynamicsCompressorNode(context) incorrectly threw ReferenceError: "DynamicsCompressorNode is not defined".] + expected: FAIL + + [Executing "release"] + expected: FAIL + + [X ratio: refNode = new DynamicsCompressorNode(context) incorrectly threw ReferenceError: "DynamicsCompressorNode is not defined".] + expected: FAIL + + [Executing "threshold"] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 5 out of 5 tasks were failed.] + expected: FAIL + + [Executing "ratio"] + expected: FAIL + + [Executing "knee"] + expected: FAIL + + [Executing "attack"] + expected: FAIL + + [X knee: refNode = new DynamicsCompressorNode(context) incorrectly threw ReferenceError: "DynamicsCompressorNode is not defined".] + expected: FAIL + + [X threshold: refNode = new DynamicsCompressorNode(context) incorrectly threw ReferenceError: "DynamicsCompressorNode is not defined".] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator-connections.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator-connections.html.ini new file mode 100644 index 00000000000..476f2c75c91 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator-connections.html.ini @@ -0,0 +1,22 @@ +[k-rate-oscillator-connections.html] + [X k-rate frequency with input does not equal [0,0.07662386447191238,0.15279719233512878,0.22807207703590393,0.30200594663619995,0.37416407465934753,0.4441221356391907,0.5114688277244568,0.5758082270622253,0.6367618441581726,0.6939714550971985,0.7471005916595459,0.7958369255065918,0.8398938179016113,0.8790122270584106,0.9129621982574463...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[129\]\t-6.8821799755096436e-1\t-4.5234957337379456e-1\t2.3586842417716980e-1\t5.2142952720829094e-1\t0.0000000000000000e+0\n\t[130\]\t-9.0242308378219604e-1\t-5.1935595273971558e-1\t3.8306713104248047e-1\t7.3758109254687088e-1\t0.0000000000000000e+0\n\t[131\]\t-9.9687290191650391e-1\t-5.8330863714218140e-1\t4.1356426477432251e-1\t7.0899732738487853e-1\t0.0000000000000000e+0\n\t[132\]\t-9.5903325080871582e-1\t-6.4383149147033691e-1\t3.1520175933837891e-1\t4.8957182665691512e-1\t0.0000000000000000e+0\n\t[133\]\t-7.9392594099044800e-1\t-7.0056873559951782e-1\t9.3357205390930176e-2\t1.3325916594185283e-1\t0.0000000000000000e+0\n\t...and 506 more errors.\n\tMax AbsError of 1.9995587468147278e+0 at index of 618.\n\t[618\]\t-9.9961638450622559e-1\t9.9994236230850220e-1\t1.9995587468147278e+0\t1.9996740034080325e+0\t0.0000000000000000e+0\n\tMax RelError of 7.0191030309800865e+1 at index of 164.\n\t[164\]\t-8.4908038377761841e-1\t1.2271538376808167e-2\t8.6135192215442657e-1\t7.0191030309800865e+1\t0.0000000000000000e+0\n] + expected: FAIL + + [< [Test 1\] 1 out of 8 assertions were failed.] + expected: FAIL + + [X k-rate inputs for both frequency and detune does not equal [0,0.07662386447191238,0.15279719233512878,0.22807207703590393,0.30200594663619995,0.37416407465934753,0.4441221356391907,0.5114688277244568,0.5758082270622253,0.6367618441581726,0.6939714550971985,0.7471005916595459,0.7958369255065918,0.8398938179016113,0.8790122270584106,0.9129621982574463...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[129\]\t-6.8821799755096436e-1\t-4.5234957337379456e-1\t2.3586842417716980e-1\t5.2142952720829094e-1\t0.0000000000000000e+0\n\t[130\]\t-9.0242308378219604e-1\t-5.1935595273971558e-1\t3.8306713104248047e-1\t7.3758109254687088e-1\t0.0000000000000000e+0\n\t[131\]\t-9.9687290191650391e-1\t-5.8330863714218140e-1\t4.1356426477432251e-1\t7.0899732738487853e-1\t0.0000000000000000e+0\n\t[132\]\t-9.5903325080871582e-1\t-6.4383149147033691e-1\t3.1520175933837891e-1\t4.8957182665691512e-1\t0.0000000000000000e+0\n\t[133\]\t-7.9392594099044800e-1\t-7.0056873559951782e-1\t9.3357205390930176e-2\t1.3325916594185283e-1\t0.0000000000000000e+0\n\t...and 506 more errors.\n\tMax AbsError of 1.9995587468147278e+0 at index of 618.\n\t[618\]\t-9.9961638450622559e-1\t9.9994236230850220e-1\t1.9995587468147278e+0\t1.9996740034080325e+0\t0.0000000000000000e+0\n\tMax RelError of 7.0191030309800865e+1 at index of 164.\n\t[164\]\t-8.4908038377761841e-1\t1.2271538376808167e-2\t8.6135192215442657e-1\t7.0191030309800865e+1\t0.0000000000000000e+0\n] + expected: FAIL + + [< [Test 5\] 1 out of 15 assertions were failed.] + expected: FAIL + + [< [Test 3\] 1 out of 12 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 3 out of 5 tasks were failed.] + expected: FAIL + + [X k-rate frequency input with a-rate detune does not equal [0,0.07662386447191238,0.15279719233512878,0.22807207703590393,0.30200594663619995,0.37416407465934753,0.4441221356391907,0.5114688277244568,0.5758082270622253,0.6367618441581726,0.6939714550971985,0.7471005916595459,0.7958369255065918,0.8398938179016113,0.8790122270584106,0.9129621982574463...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[129\]\t-6.8821799755096436e-1\t-4.5234957337379456e-1\t2.3586842417716980e-1\t5.2142952720829094e-1\t0.0000000000000000e+0\n\t[130\]\t-9.0242308378219604e-1\t-5.1935595273971558e-1\t3.8306713104248047e-1\t7.3758109254687088e-1\t0.0000000000000000e+0\n\t[131\]\t-9.9687290191650391e-1\t-5.8330863714218140e-1\t4.1356426477432251e-1\t7.0899732738487853e-1\t0.0000000000000000e+0\n\t[132\]\t-9.5903325080871582e-1\t-6.4383149147033691e-1\t3.1520175933837891e-1\t4.8957182665691512e-1\t0.0000000000000000e+0\n\t[133\]\t-7.9392594099044800e-1\t-7.0056873559951782e-1\t9.3357205390930176e-2\t1.3325916594185283e-1\t0.0000000000000000e+0\n\t...and 506 more errors.\n\tMax AbsError of 1.9995587468147278e+0 at index of 618.\n\t[618\]\t-9.9961638450622559e-1\t9.9994236230850220e-1\t1.9995587468147278e+0\t1.9996740034080325e+0\t0.0000000000000000e+0\n\tMax RelError of 7.0191030309800865e+1 at index of 164.\n\t[164\]\t-8.4908038377761841e-1\t1.2271538376808167e-2\t8.6135192215442657e-1\t7.0191030309800865e+1\t0.0000000000000000e+0\n] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections.html.ini new file mode 100644 index 00000000000..558be229259 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections.html.ini @@ -0,0 +1,31 @@ +[k-rate-panner-connections.html] + [< [Panner x\] 2 out of 14 assertions were failed.] + expected: FAIL + + [< [Panner y\] 2 out of 14 assertions were failed.] + expected: FAIL + + [X Panner: positionX: Expected output channel 0 should have contain at least one value different from 0.] + expected: FAIL + + [X Panner: positionZ: Expected output channel 0 should have contain at least one value different from 0.] + expected: FAIL + + [X positionZ: Expected output channel 1 should have contain at least one value different from 0.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 3 out of 6 tasks were failed.] + expected: FAIL + + [< [Panner z\] 2 out of 14 assertions were failed.] + expected: FAIL + + [X positionY: Expected output channel 1 should have contain at least one value different from 0.] + expected: FAIL + + [X positionX: Expected output channel 1 should have contain at least one value different from 0.] + expected: FAIL + + [X Panner: positionY: Expected output channel 0 should have contain at least one value different from 0.] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/nan-param.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/nan-param.html.ini new file mode 100644 index 00000000000..9eda3832142 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioparam-interface/nan-param.html.ini @@ -0,0 +1,10 @@ +[nan-param.html] + [X AudioParam output: Expected 100 for all values but found 256 unexpected values: \n\tIndex\tActual\n\t[0\]\tNaN\n\t[1\]\tNaN\n\t[2\]\tNaN\n\t[3\]\tNaN\n\t...and 252 more errors.] + expected: FAIL + + [< [AudioParam NaN\] 1 out of 2 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-iterable.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-iterable.https.html.ini new file mode 100644 index 00000000000..8b769e56b5d --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam-iterable.https.html.ini @@ -0,0 +1,2 @@ +[audioworklet-audioparam-iterable.https.html] + expected: ERROR diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-registerprocessor-called-on-globalthis.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-registerprocessor-called-on-globalthis.https.html.ini new file mode 100644 index 00000000000..0ca0471d030 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-registerprocessor-called-on-globalthis.https.html.ini @@ -0,0 +1,3 @@ +[audioworklet-registerprocessor-called-on-globalthis.https.html] + [Executing "registerprocessor-called-on-globalthis"] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-registerprocessor-dynamic.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-registerprocessor-dynamic.https.html.ini new file mode 100644 index 00000000000..8cc0ea1a35b --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-registerprocessor-dynamic.https.html.ini @@ -0,0 +1,4 @@ +[audioworklet-registerprocessor-dynamic.https.html] + expected: ERROR + [Dynamic registration in AudioWorkletGlobalScope] + expected: NOTRUN diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-throw-onmessage.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-throw-onmessage.https.html.ini new file mode 100644 index 00000000000..badcf3a3cff --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-throw-onmessage.https.html.ini @@ -0,0 +1,4 @@ +[audioworklet-throw-onmessage.https.html] + expected: ERROR + [Throwing in an onmessage handler in the AudioWorkletGlobalScope shouldn't stop AudioWorkletProcessor] + expected: NOTRUN diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html.ini new file mode 100644 index 00000000000..87d20f3bd21 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html.ini @@ -0,0 +1,10 @@ +[audioworkletnode-onerror.https.html] + expected: ERROR + [Test if |onprocessorerror| is called for an exception thrown from the processor constructor.] + expected: NOTRUN + + [Test if |onprocessorerror| is called for a transfered object that cannot be deserialized on the AudioWorkletGlobalScope.] + expected: NOTRUN + + [Test if |onprocessorerror| is called upon failure of process() method.] + expected: NOTRUN diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-param-getter-overridden.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-param-getter-overridden.https.html.ini new file mode 100644 index 00000000000..d6820a19dd0 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-param-getter-overridden.https.html.ini @@ -0,0 +1,7 @@ +[audioworkletprocessor-param-getter-overridden.https.html] + [Executing "Verifying AudioParam in AudioWorkletNode"] + expected: FAIL + + [Executing "Initializing AudioWorklet and Context"] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-process-frozen-array.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-process-frozen-array.https.html.ini new file mode 100644 index 00000000000..0bdf0a8a990 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-process-frozen-array.https.html.ini @@ -0,0 +1,7 @@ +[audioworkletprocessor-process-frozen-array.https.html] + [Executing "transfer-frozen-array"] + expected: FAIL + + [Executing "check-frozen-array"] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-process-zero-outputs.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-process-zero-outputs.https.html.ini new file mode 100644 index 00000000000..8b126147555 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-process-zero-outputs.https.html.ini @@ -0,0 +1,4 @@ +[audioworkletprocessor-process-zero-outputs.https.html] + [Executing "check-zero-outputs"] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/extended-audioworkletnode-with-parameters.https.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/extended-audioworkletnode-with-parameters.https.html.ini new file mode 100644 index 00000000000..618402237da --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-audioworklet-interface/extended-audioworkletnode-with-parameters.https.html.ini @@ -0,0 +1,2 @@ +[extended-audioworkletnode-with-parameters.https.html] + expected: ERROR diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation.html.ini new file mode 100644 index 00000000000..e8707bfe53f --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation.html.ini @@ -0,0 +1,39 @@ +[biquad-automation.html] + [X Output of bandpass filter with frequency automation does not equal [0,0.27222275733947754,0.1703483760356903,-0.4806261956691742,-0.2788437604904175,0.3957056999206543,0.10840324312448502,-0.39677220582962036,0.06871235370635986,0.41004475951194763,-0.1897629052400589,-0.3590146601200104,0.29248547554016113,0.2614542245864868,-0.376722127199173,-0.14195005595684052...\] with an element-wise tolerance of {"absoluteThreshold":0.0000046455,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t2.7207741141319275e-1\t2.7222275733947754e-1\t1.4534592628479004e-4\t5.3392276129043557e-4\t4.6454999999999998e-6\n\t[2\]\t1.7056821286678314e-1\t1.7034837603569031e-1\t2.1983683109283447e-4\t1.2905132189036874e-3\t4.6454999999999998e-6\n\t[3\]\t-4.7996443510055542e-1\t-4.8062619566917419e-1\t6.6176056861877441e-4\t1.3768716199444922e-3\t4.6454999999999998e-6\n\t[4\]\t-2.7905157208442688e-1\t-2.7884376049041748e-1\t2.0781159400939941e-4\t7.4526176825298162e-4\t4.6454999999999998e-6\n\t[5\]\t3.9480346441268921e-1\t3.9570569992065430e-1\t9.0223550796508789e-4\t2.2800669996565666e-3\t4.6454999999999998e-6\n\t...and 1943 more errors.\n\tMax AbsError of 9.3662738800048828e-4 at index of 824.\n\t[824\]\t-3.0821254849433899e-1\t-3.0914917588233948e-1\t9.3662738800048828e-4\t3.0296939505896131e-3\t4.6454999999999998e-6\n\tMax RelError of 5.7019372521002287e-1 at index of 911.\n\t[911\]\t-6.8760506110265851e-4\t-1.5998022863641381e-3\t9.1219722526147962e-4\t5.7019372521002287e-1\t4.6454999999999998e-6\n] + expected: FAIL + + [< [automate-freq\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X Output of bandpass filter with Q automation does not equal [0,0.013114781118929386,0.047823384404182434,0.09765293449163437,0.15657125413417816,0.21899054944515228,0.27981746196746826,0.3345244824886322,0.379226952791214,0.4107542335987091,0.4267079830169678,0.42550167441368103,0.40637844800949097,0.3694050908088684,0.31544122099876404,0.24608469009399414...\] with an element-wise tolerance of {"absoluteThreshold":0.0000010133,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t1.4311081729829311e-2\t1.3114781118929386e-2\t1.1963006108999252e-3\t9.1217733643547391e-2\t1.0132999999999999e-6\n\t[2\]\t5.1837284117937088e-2\t4.7823384404182434e-2\t4.0138997137546539e-3\t8.3931736822114481e-2\t1.0132999999999999e-6\n\t[3\]\t1.0525146871805191e-1\t9.7652934491634369e-2\t7.5985342264175415e-3\t7.7811632246120421e-2\t1.0132999999999999e-6\n\t[4\]\t1.6793183982372284e-1\t1.5657125413417816e-1\t1.1360585689544678e-2\t7.2558566081414297e-2\t1.0132999999999999e-6\n\t[5\]\t2.3388034105300903e-1\t2.1899054944515228e-1\t1.4889791607856750e-2\t6.7992850127927565e-2\t1.0132999999999999e-6\n\t...and 3981 more errors.\n\tMax AbsError of 2.2362112998962402e-2 at index of 9.\n\t[9\]\t4.3311634659767151e-1\t4.1075423359870911e-1\t2.2362112998962402e-2\t5.4441588594335261e-2\t1.0132999999999999e-6\n\tMax RelError of 1.3802673474130319e+2 at index of 106.\n\t[106\]\t4.0730912587605417e-4\t-2.9724792511842679e-6\t4.1028160512723844e-4\t1.3802673474130319e+2\t1.0132999999999999e-6\n] + expected: FAIL + + [< [automate-q\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X Output of lowshelf filter with gain automation does not equal [0,0.4781356751918793,1.5511385202407837,3.0428154468536377,4.649440288543701,6.148099899291992,7.424892902374268,8.436473846435547,9.169538497924805,9.61856460571289,9.779438972473145,9.650873184204102,9.237476348876953,8.551753997802734,7.614615440368652,6.454819679260254...\] with an element-wise tolerance of {"absoluteThreshold":0.000027657,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t4.7863015532493591e-1\t4.7813567519187927e-1\t4.9448013305664063e-4\t1.0341837238106155e-3\t2.7657000000000000e-5\n\t[2\]\t1.5533078908920288e+0\t1.5511385202407837e+0\t2.1693706512451172e-3\t1.3985666804976033e-3\t2.7657000000000000e-5\n\t[3\]\t3.0478479862213135e+0\t3.0428154468536377e+0\t5.0325393676757813e-3\t1.6539088405376598e-3\t2.7657000000000000e-5\n\t[4\]\t4.6580262184143066e+0\t4.6494402885437012e+0\t8.5859298706054688e-3\t1.8466588100424354e-3\t2.7657000000000000e-5\n\t[5\]\t6.1603422164916992e+0\t6.1480998992919922e+0\t1.2242317199707031e-2\t1.9912358940551442e-3\t2.7657000000000000e-5\n\t...and 1711 more errors.\n\tMax AbsError of 2.2458076477050781e-2 at index of 11.\n\t[11\]\t9.6733312606811523e+0\t9.6508731842041016e+0\t2.2458076477050781e-2\t2.3270512469077561e-3\t2.7657000000000000e-5\n\tMax RelError of 3.9739702594466075e-1 at index of 1000.\n\t[1000\]\t-1.3141207455191761e-4\t-2.1807405573781580e-4\t8.6661981185898185e-5\t3.9739702594466075e-1\t2.7657000000000000e-5\n] + expected: FAIL + + [< [automate-gain\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X Output of bandpass filter with detune automation does not equal [0,0.0008383856620639563,0.00141120795160532,0.00036609364906325936,0.0001000093761831522,0.0012290297308936715,0.001128630479797721,0.0000010075401633002912,0.0004436193557921797,0.0014331036945804954,0.00065815937705338,-0.00011537729005794972,0.0008997227996587753,0.0013498960761353374,0.00016446926747448742,0.00006718232179991901...\] with an element-wise tolerance of {"absoluteThreshold":0.000031471,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[291\]\t-5.7049528695642948e-3\t-5.7371933944523335e-3\t3.2240524888038635e-5\t5.6195639002188952e-3\t3.1470999999999997e-5\n\t[298\]\t-5.7857087813317776e-3\t-5.8182245120406151e-3\t3.2515730708837509e-5\t5.5886002063941197e-3\t3.1470999999999997e-5\n\t[300\]\t5.4189329966902733e-3\t5.4527590982615948e-3\t3.3826101571321487e-5\t6.2034835872550572e-3\t3.1470999999999997e-5\n\t[302\]\t-5.8911093510687351e-3\t-5.9239612892270088e-3\t3.2851938158273697e-5\t5.5456031115558484e-3\t3.1470999999999997e-5\n\t[307\]\t5.0887665711343288e-3\t5.1207793876528740e-3\t3.2012816518545151e-5\t6.2515515891455598e-3\t3.1470999999999997e-5\n\t...and 3599 more errors.\n\tMax AbsError of 8.0760860443115234e+0 at index of 3999.\n\t[3999\]\t8.0760860443115234e+0\t0.0000000000000000e+0\t8.0760860443115234e+0\tInfinity\t3.1470999999999997e-5\n\tMax RelError of Infinity at index of 1087.\n\t[1087\]\t-1.2053268030285835e-2\t0.0000000000000000e+0\t1.2053268030285835e-2\tInfinity\t3.1470999999999997e-5\n] + expected: FAIL + + [< [automate-detune\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X Output of peaking filter with automation of all parameters does not equal [0,0.9876883625984192,-0.30901700258255005,-0.8910065293312073,0.5877852439880371,0.7071067690849304,-0.80901700258255,-0.45399048924446106,0.9510565400123596,0.15643446147441864,-1,0.15643446147441864,0.9510565400123596,-0.45399048924446106,-0.80901700258255,0.7071067690849304...\] with an element-wise tolerance of {"absoluteThreshold":0.00062907,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[697\]\t-8.9218574762344360e-1\t-8.9659482240676880e-1\t4.4090747833251953e-3\t4.9175777878013201e-3\t6.2907000000000002e-4\n\t[698\]\t-3.1112471222877502e-1\t-3.0482962727546692e-1\t6.2950849533081055e-3\t2.0651158516227147e-2\t6.2907000000000002e-4\n\t[699\]\t1.0102863311767578e+0\t1.0072603225708008e+0\t3.0260086059570313e-3\t3.0041971654694377e-3\t6.2907000000000002e-4\n\t[700\]\t-3.8500450551509857e-2\t-3.7726949900388718e-2\t7.7350065112113953e-4\t2.0502602335026553e-2\t6.2907000000000002e-4\n\t[701\]\t-9.6844774484634399e-1\t-9.7246229648590088e-1\t4.0145516395568848e-3\t4.1282337156555143e-3\t6.2907000000000002e-4\n\t...and 1387 more errors.\n\tMax AbsError of 1.0665789246559143e-2 at index of 711.\n\t[711\]\t-1.8974724411964417e-1\t-2.0041303336620331e-1\t1.0665789246559143e-2\t5.3219040036533723e-2\t6.2907000000000002e-4\n\tMax RelError of 1.8183326468856040e+0 at index of 898.\n\t[898\]\t2.3241327144205570e-3\t-2.8400830924510956e-3\t5.1642158068716526e-3\t1.8183326468856040e+0\t6.2907000000000002e-4\n] + expected: FAIL + + [< [automate-all\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X Output of bandpass filter with sinusoidal modulation of bandpass center frequency does not equal [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...\] with an element-wise tolerance of {"absoluteThreshold":0.000039787,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t1.8003740115091205e-3\t0.0000000000000000e+0\t1.8003740115091205e-3\tInfinity\t3.9786999999999997e-5\n\t[2\]\t7.1658124215900898e-3\t0.0000000000000000e+0\t7.1658124215900898e-3\tInfinity\t3.9786999999999997e-5\n\t[3\]\t1.5862563624978065e-2\t0.0000000000000000e+0\t1.5862563624978065e-2\tInfinity\t3.9786999999999997e-5\n\t[4\]\t2.7496546506881714e-2\t0.0000000000000000e+0\t2.7496546506881714e-2\tInfinity\t3.9786999999999997e-5\n\t[5\]\t4.1519120335578918e-2\t0.0000000000000000e+0\t4.1519120335578918e-2\tInfinity\t3.9786999999999997e-5\n\t...and 3994 more errors.\n\tMax AbsError of 8.2110029458999634e-1 at index of 284.\n\t[284\]\t-8.2110029458999634e-1\t0.0000000000000000e+0\t8.2110029458999634e-1\tInfinity\t3.9786999999999997e-5\n\tMax RelError of Infinity at index of 1.\n] + expected: FAIL + + [< [modulation\] 1 out of 1 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 6 out of 6 tasks were failed.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/transferred-buffer-output.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/transferred-buffer-output.html.ini new file mode 100644 index 00000000000..e52a4a93282 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-convolvernode-interface/transferred-buffer-output.html.ini @@ -0,0 +1,4 @@ +[transferred-buffer-output.html] + [Executing "Test Convolver with transferred buffer"] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delay-test.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delay-test.html.ini new file mode 100644 index 00000000000..f62de3b230e --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/delay-test.html.ini @@ -0,0 +1,13 @@ +[delay-test.html] + [# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.] + expected: FAIL + + [Executing "test0"] + expected: FAIL + + [X Creating ConstantSourceNode(context) and DelayNode(context) incorrectly threw ReferenceError: "DelayNode is not defined".] + expected: FAIL + + [X Setting delayTime to 3 frames incorrectly threw TypeError: "delay is undefined".] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/maxdelay-rounding.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/maxdelay-rounding.html.ini new file mode 100644 index 00000000000..2d91b4b6edd --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-delaynode-interface/maxdelay-rounding.html.ini @@ -0,0 +1,4 @@ +[maxdelay-rounding.html] + [Executing "maxdelay-rounding"] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-offlineaudiocontext-interface/offlineaudiocontext-detached-execution-context.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-offlineaudiocontext-interface/offlineaudiocontext-detached-execution-context.html.ini new file mode 100644 index 00000000000..72a0dcee28f --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-offlineaudiocontext-interface/offlineaudiocontext-detached-execution-context.html.ini @@ -0,0 +1,8 @@ +[offlineaudiocontext-detached-execution-context.html] + expected: TIMEOUT + [Executing "decoding-on-detached-iframe"] + expected: TIMEOUT + + [Audit report] + expected: NOTRUN + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-offlineaudiocontext-interface/startrendering-after-discard.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-offlineaudiocontext-interface/startrendering-after-discard.html.ini new file mode 100644 index 00000000000..39514816a80 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-offlineaudiocontext-interface/startrendering-after-discard.html.ini @@ -0,0 +1,5 @@ +[startrendering-after-discard.html] + expected: TIMEOUT + [startRendering()] + expected: TIMEOUT + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-oscillatornode-interface/osc-basic-waveform.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-oscillatornode-interface/osc-basic-waveform.html.ini new file mode 100644 index 00000000000..cc188ee4006 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-oscillatornode-interface/osc-basic-waveform.html.ini @@ -0,0 +1,7 @@ +[osc-basic-waveform.html] + [Executing "Test 5"] + expected: FAIL + + [Executing "Test 4"] + expected: FAIL + diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-periodicwave-interface/periodicWave.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-periodicwave-interface/periodicWave.html.ini new file mode 100644 index 00000000000..03f61b657cb --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-periodicwave-interface/periodicWave.html.ini @@ -0,0 +1,51 @@ +[periodicWave.html] + [< [too small with factory method\] 1 out of 1 assertions were failed.] + expected: FAIL + + [< [create with factory method\] 1 out of 1 assertions were failed.] + expected: FAIL + + [< [different length with factory method\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X new PeriodicWave(context, { real : new Float32Array(1), imag : new Float32Array(1) }) threw "ReferenceError" instead of IndexSizeError.] + expected: FAIL + + [X context.createPeriodicWave(new Float32Array(4096), new Float32Array(4096)) incorrectly threw TypeError: "context.createPeriodicWave is not a function".] + expected: FAIL + + [Executing "output test"] + expected: FAIL + + [X context.createPeriodicWave(new Float32Array(1), new Float32Array(1)) threw "TypeError" instead of IndexSizeError.] + expected: FAIL + + [< [different length with constructor\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X new PeriodicWave(context, { real : new Float32Array(4096), imag : new Float32Array(4096) }) incorrectly threw ReferenceError: "PeriodicWave is not defined".] + expected: FAIL + + [X new PeriodicWave(context, { real : new Float32Array(4096), imag : new Float32Array(4) }) threw "ReferenceError" instead of IndexSizeError.] + expected: FAIL + + [< [too small with constructor\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X context.createPeriodicWave(new Float32Array(512), new Float32Array(4)) threw "TypeError" instead of IndexSizeError.] + expected: FAIL + + [< [create with constructor\] 1 out of 1 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 6 out of 7 tasks were failed.] + expected: FAIL + + [X context.createPeriodicWave(new Float32Array(8192), new Float32Array(8192)) incorrectly threw TypeError: "context.createPeriodicWave is not a function".] + expected: FAIL + + [X new PeriodicWave(context, { real : new Float32Array(8192), imag : new Float32Array(8192) }) incorrectly threw ReferenceError: "PeriodicWave is not defined".] + expected: FAIL + + [X new PeriodicWave(context, { real : new Float32Array(8192), imag : new Float32Array(4) }) threw "ReferenceError" instead of IndexSizeError.] + expected: FAIL diff --git a/tests/wpt/meta/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-panning.html.ini b/tests/wpt/meta/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-panning.html.ini new file mode 100644 index 00000000000..78475d63317 --- /dev/null +++ b/tests/wpt/meta/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-panning.html.ini @@ -0,0 +1,15 @@ +[stereopannernode-panning.html] + [X Mono: Left channel error magnitude is not less than or equal to 1.284318e-7. Got 1.3439545697158106e-7.] + expected: FAIL + + [< [mono-test\] 1 out of 4 assertions were failed.] + expected: FAIL + + [X Stereo: Left channel error magnitude is not less than or equal to 1.284318e-7. Got 1.4099019063351648e-7.] + expected: FAIL + + [< [stereo-test\] 1 out of 4 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed.] + expected: FAIL |