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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-automation-clamping-expected.txt

Issue 2780433005: Convert AudioParam tests to new Audit (Closed)
Patch Set: Address review comments Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 48: BiquadFilter.frequency.linearRampToValueAtTime value - 1000 outside nominal range [0, 24000]; value will be clamped. 1 CONSOLE WARNING: line 48: BiquadFilter.frequency.linearRampToValueAtTime value - 1000 outside nominal range [0, 24000]; value will be clamped.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS Clamped signal in frame range [5618, 18382] equals [0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,...] with an element-wise tolerance of 0. 3 PASS # AUDIT TASK RUNNER STARTED.
4 PASS Actual Clamp start (5618) is less than or equal to 5618. 4 PASS > [clamp]
5 PASS Actual Clamp end (18383) is greater than or equal to 18382. 5 PASS Clamped signal in frame range [5618, 18382] equals [0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativ eThreshold":0}.
6 PASS Clamping of BiquadFilter.frequency automation performed correctly. 6 PASS Actual Clamp start is less than or equal to 5618.
7 PASS Actual Clamp end is greater than or equal to 18382.
8 PASS < [clamp] All assertions passed. (total 3 assertions)
9 PASS # AUDIT TASK RUNNER FINISHED: 1 tasks ran successfully.
7 Harness: the test ran to completion. 10 Harness: the test ran to completion.
8 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698