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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-limit-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 3 years, 12 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
(Empty)
1 Test setTargetAtTime Approach to Limit
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Initial output of 774 samples for setTargetAtTime(1, 0, 0.001) equals [0,0. 02061781866875978,0.040810542890861834,0.06058693718652419,0.07995558537067671,0 .09892489427870943,0.11750309741540454,0.13569825852863604,...] with an element- wise tolerance of 0.000024.
7 PASS Tail output for setTargetAtTime(1, 0, 0.001) contains all the expected valu es in the correct order: [1].
8 PASS setTargetAtTime(1, 0, 0.001) had the expected values.
9
10 PASS Initial output of 2322 samples for setTargetAtTime(0, 0, 0.001) equals [1,0 .9793821813312402,0.9591894571091382,0.9394130628134758,0.9200444146293233,0.901 0751057212906,0.8824969025845955,0.864301741471364,...] with an element-wise tol erance of 1.3e-7.
11 PASS Tail output for setTargetAtTime(0, 0, 0.001) contains all the expected valu es in the correct order: [0].
12 PASS setTargetAtTime(0, 0, 0.001) had the expected values.
13
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698