Bug 1308436 - Remove expectation file for audioparam-exceptional-values.html.ini, it now passes. r?karlt draft
authorPaul Adenot <paul@paul.cx>
Fri, 27 Jul 2018 18:07:56 +0200
changeset 824311 750e8b5fd98fcd55f6e8333ca79b1d1a326f71ba
parent 824310 37e44658b0e957aa1fc4aa74d302eb4132d75005
child 824312 f3dfcf77686c4e2dcbdef239724baa332e693209
push id117873
push userpaul@paul.cx
push dateMon, 30 Jul 2018 16:35:38 +0000
reviewerskarlt
bugs1308436
milestone63.0a1
Bug 1308436 - Remove expectation file for audioparam-exceptional-values.html.ini, it now passes. r?karlt MozReview-Commit-ID: 4iXmUDgr81x
testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-exceptional-values.html.ini
deleted file mode 100644
--- a/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-exceptional-values.html.ini
+++ /dev/null
@@ -1,43 +0,0 @@
-[audioparam-exceptional-values.html]
-  [X gain.gain.setValueAtTime(1,-1) threw "NotSupportedError" instead of RangeError.]
-    expected: FAIL
-
-  [X gain.gain.linearRampToValueAtTime(1,-1) threw "NotSupportedError" instead of RangeError.]
-    expected: FAIL
-
-  [X gain.gain.exponentialRampToValueAtTime(1,-1) threw "NotSupportedError" instead of RangeError.]
-    expected: FAIL
-
-  [X gain.gain.setTargetAtTime(1,-1,1) threw "NotSupportedError" instead of RangeError.]
-    expected: FAIL
-
-  [X gain.gain.setTargetAtTime(1,1,-1) threw "NotSupportedError" instead of RangeError.]
-    expected: FAIL
-
-  [X gain.gain.setValueCurveAtTime([0,0,0\],-1,1) threw "NotSupportedError" instead of RangeError.]
-    expected: FAIL
-
-  [X gain.gain.setValueCurveAtTime([0,0,0\],1,-1) did not throw an exception.]
-    expected: FAIL
-
-  [X gain.gain.setValueCurveAtTime(curve, 1, 0) did not throw an exception.]
-    expected: FAIL
-
-  [< [special cases 1\] 8 out of 8 assertions were failed.]
-    expected: FAIL
-
-  [X gain.gain.exponentialRampToValueAtTime(0,1) threw "SyntaxError" instead of RangeError.]
-    expected: FAIL
-
-  [X gain.gain.exponentialRampToValueAtTime(-1e-100,1) threw "SyntaxError" instead of RangeError.]
-    expected: FAIL
-
-  [X gain.gain.exponentialRampToValueAtTime(1e-100,1) threw "SyntaxError" instead of RangeError.]
-    expected: FAIL
-
-  [< [special cases 2\] 3 out of 3 assertions were failed.]
-    expected: FAIL
-
-  [# AUDIT TASK RUNNER FINISHED: 2 out of 6 tasks were failed.]
-    expected: FAIL
-