From c76c6f3e4fe611384c14c222a6748fd93ada3691 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 3 Sep 2018 20:58:12 +0530 Subject: [PATCH] Update test expectations --- .../the-gainnode-interface/ctor-gain.html.ini | 46 ------------------- 1 file changed, 46 deletions(-) delete mode 100644 tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html.ini diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html.ini deleted file mode 100644 index 469e88b5937..00000000000 --- a/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html.ini +++ /dev/null @@ -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 -