Add createChannelMerger()

This commit is contained in:
Manish Goregaokar 2018-09-04 11:11:27 +05:30
parent 9a319f7dc6
commit af5b1c4011
7 changed files with 10 additions and 22 deletions

View file

@ -14,9 +14,6 @@
[BaseAudioContext interface: operation createBiquadFilter()]
expected: FAIL
[BaseAudioContext interface: operation createChannelMerger(unsigned long)]
expected: FAIL
[BaseAudioContext interface: operation createChannelSplitter(unsigned long)]
expected: FAIL
@ -101,12 +98,6 @@
[BaseAudioContext interface: context must inherit property "createBiquadFilter()" with the proper type]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createChannelMerger(unsigned long)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createChannelMerger(unsigned long) on context with too few arguments must throw TypeError]
expected: FAIL
[BaseAudioContext interface: context must inherit property "createChannelSplitter(unsigned long)" with the proper type]
expected: FAIL
@ -176,12 +167,6 @@
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createBiquadFilter()" with the proper type]
expected: FAIL
[BaseAudioContext interface: new OfflineAudioContext(1, 1, sample_rate) must inherit property "createChannelMerger(unsigned long)" with the proper type]
expected: FAIL
[BaseAudioContext interface: calling createChannelMerger(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 "createChannelSplitter(unsigned long)" with the proper type]
expected: FAIL

View file

@ -1,5 +1,4 @@
[audiochannelmerger-basic.html]
expected: ERROR
[< [exceptions-channels\] 4 out of 4 assertions were failed.]
expected: FAIL

View file

@ -1,2 +0,0 @@
[audiochannelmerger-input-non-default.html]
expected: ERROR

View file

@ -1,2 +0,0 @@
[audiochannelmerger-input.html]
expected: ERROR

View file

@ -1,5 +1,5 @@
[iirfilter.html]
expected: ERROR
expected: CRASH
[X createIIRFilter with normalized coefficients incorrectly threw TypeError: "context.createIIRFilter is not a function".]
expected: FAIL