Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/IIRFilter/iir-unstable-expected.txt

Issue 2857833003: Print warning if IIR filter is unstable (Closed)
Patch Set: Use stable IIR filter for test. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/IIRFilter/iir-unstable-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/IIRFilter/iir-unstable-expected.txt b/third_party/WebKit/LayoutTests/webaudio/IIRFilter/iir-unstable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9def0db0883dde4e91d3c4bc75c1e0893a7494b8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webaudio/IIRFilter/iir-unstable-expected.txt
@@ -0,0 +1,10 @@
+CONSOLE ERROR: line 39: [audit.js] this test requires the explicit comparison with the expected result when it runs with run-webkit-tests.
+CONSOLE WARNING: line 18: Unstable IIRFilter with feedback coefficients: [1, 1.1]
+This is a testharness.js-based test.
+PASS # AUDIT TASK RUNNER STARTED.
+PASS > [unstable]
+PASS Creating unstable IIR filter with createIIRFilter([1], [1, 1.1]) did not throw an exception.
+PASS < [unstable] All assertions passed. (total 1 assertions)
+PASS # AUDIT TASK RUNNER FINISHED: 1 tasks ran successfully.
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698