Update test expectations

This commit is contained in:
Manish Goregaokar 2018-09-03 20:58:12 +05:30
parent 28c21421ca
commit c76c6f3e4f

View file

@ -1,46 +0,0 @@
[ctor-gain.html]
[X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".]
expected: FAIL
[< [initialize\] 1 out of 1 assertions were failed.]
expected: FAIL
[X node0 = new GainNode(context) incorrectly threw TypeError: "Value is not an object.".]
expected: FAIL
[X node0 instanceof GainNode is not equal to true. Got false.]
expected: FAIL
[X node.channelCount is not equal to 17. Got 2.]
expected: FAIL
[X new GainNode(c, {channelCount: 0}) did not throw an exception.]
expected: FAIL
[X new GainNode(c, {channelCount: 99}) did not throw an exception.]
expected: FAIL
[X node.channelCountMode after valid setter is not equal to clamped-max. Got max.]
expected: FAIL
[X node.channelCountMode after valid setter is not equal to explicit. Got max.]
expected: FAIL
[X node.channelCountMode after invalid setter is not equal to explicit. Got max.]
expected: FAIL
[X node.channelInterpretation is not equal to discrete. Got speakers.]
expected: FAIL
[X node.channelInterpretation after invalid setter is not equal to discrete. Got speakers.]
expected: FAIL
[< [test AudioNodeOptions\] 8 out of 20 assertions were failed.]
expected: FAIL
[# AUDIT TASK RUNNER FINISHED: 1 out of 5 tasks were failed.]
expected: FAIL
[< [test AudioNodeOptions\] 2 out of 20 assertions were failed.]
expected: FAIL