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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt

Issue 2670003005: Convert biquadfilternode-basic test to testharness (Closed)
Patch Set: Rebaseline Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt
index 2c3b3d548a6fe2d003a71b5f7f08fd74502f8479..c0734245d37501641476e6c4128c105dda529ce2 100644
--- a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic-expected.txt
@@ -1,24 +1,31 @@
-CONSOLE WARNING: line 87: The provided value '99' is not a valid enum value of type BiquadFilterType.
-Basic tests for BiquadFilterNode.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS BiquadFilterNode has one input.
-PASS BiquadFilterNode has one output.
-PASS Biquad filter defaults to low-pass filter.
-PASS The default value of frequency is 350.
-PASS The default value of Q is 1.
-PASS The default value of gain is 0.
-PASS Biquad filter type 'lowpass' is settable.
-PASS Biquad filter type 'highpass' is settable.
-PASS Biquad filter type 'bandpass' is settable.
-PASS Biquad filter type 'lowshelf' is settable.
-PASS Biquad filter type 'highshelf' is settable.
-PASS Biquad filter type 'peaking' is settable.
-PASS Biquad filter type 'notch' is settable.
-PASS Biquad filter type 'allpass' is settable.
-PASS Biquad filter type correctly not set to 99.
-PASS successfullyParsed is true
-
-TEST COMPLETE
+CONSOLE WARNING: line 49: The provided value '99' is not a valid enum value of type BiquadFilterType.
+This is a testharness.js-based test.
+PASS # AUDIT TASK RUNNER STARTED.
+PASS > [test] Basic tests for BiquadFilterNode
+PASS Number of inputs is equal to 1.
+PASS Number of outputs is equal to 1.
+PASS Default filter type is equal to lowpass.
+PASS Default frequency value is equal to 350.
+PASS Default Q value is equal to 1.
+PASS Default gain value is equal to 0.
+PASS Setting filter.type to lowpass did not throw an exception.
+PASS Filter type is is equal to lowpass.
+PASS Setting filter.type to highpass did not throw an exception.
+PASS Filter type is is equal to highpass.
+PASS Setting filter.type to bandpass did not throw an exception.
+PASS Filter type is is equal to bandpass.
+PASS Setting filter.type to lowshelf did not throw an exception.
+PASS Filter type is is equal to lowshelf.
+PASS Setting filter.type to highshelf did not throw an exception.
+PASS Filter type is is equal to highshelf.
+PASS Setting filter.type to peaking did not throw an exception.
+PASS Filter type is is equal to peaking.
+PASS Setting filter.type to notch did not throw an exception.
+PASS Filter type is is equal to notch.
+PASS Setting filter.type to allpass did not throw an exception.
+PASS Filter type is is equal to allpass.
+PASS Setting filter.type to (invalid) 99 is not equal to 99.
+PASS < [test] All assertions passed. (total 23 assertions)
+PASS # AUDIT TASK RUNNER FINISHED: 1 tasks ran successfully.
+Harness: the test ran to completion.
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquadfilternode-basic.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698