Update WPTs expectations

This commit is contained in:
Fernando Jiménez Moreno 2018-07-27 18:47:38 +02:00
parent f8d61a34a2
commit a12374726d
42 changed files with 316 additions and 15 deletions

View file

@ -1,5 +1,4 @@
[ctor-gain.html]
expected: ERROR
[X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".]
expected: FAIL
@ -12,3 +11,33 @@
[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

View file

@ -1,5 +1,5 @@
[test-gainnode.html]
expected: ERROR
expected: CRASH
[GainNode]
expected: NOTRUN