mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update test expectations
This commit is contained in:
parent
28c21421ca
commit
c76c6f3e4f
1 changed files with 0 additions and 46 deletions
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue