Update test expectations

This commit is contained in:
Manish Goregaokar 2018-09-03 20:13:14 +05:30
parent 03d6fb18da
commit 0ac861ca94
5 changed files with 5 additions and 95 deletions

View file

@ -590,99 +590,6 @@
[AudioNode interface: new BiquadFilterNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[ChannelMergerNode interface: existence and properties of interface object]
expected: FAIL
[ChannelMergerNode interface object length]
expected: FAIL
[ChannelMergerNode interface object name]
expected: FAIL
[ChannelMergerNode interface: existence and properties of interface prototype object]
expected: FAIL
[ChannelMergerNode interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ChannelMergerNode interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[ChannelMergerNode must be primary interface of new ChannelMergerNode(context)]
expected: FAIL
[Stringification of new ChannelMergerNode(context)]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "connect(AudioNode, unsigned long, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioNode, unsigned long, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "connect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling connect(AudioParam, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect()" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(AudioNode)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(AudioNode, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioNode, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(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 ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(AudioParam)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "disconnect(AudioParam, unsigned long)" with the proper type]
expected: FAIL
[AudioNode interface: calling disconnect(AudioParam, unsigned long) on new ChannelMergerNode(context) with too few arguments must throw TypeError]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "context" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "numberOfInputs" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "numberOfOutputs" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "channelCount" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "channelCountMode" with the proper type]
expected: FAIL
[AudioNode interface: new ChannelMergerNode(context) must inherit property "channelInterpretation" with the proper type]
expected: FAIL
[ChannelSplitterNode interface: existence and properties of interface object]
expected: FAIL