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

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

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years 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 Sampling of LinearRampToValueAtTime
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS linearRamp: Sample 1 is 0.9929687 within a relative error of 1.201e-8.
7 PASS linearRamp: Sample 128 is 0.0007812500 within a relative error of 0.0000152 6.
8 PASS linearRamp passed.
9
10 PASS linearRamp:short: Sample 1 is 0.8200000 within a relative error of 8.723e-9 .
11 PASS linearRamp:short: Sample 5 is 0.02000000 within a relative error of 9.537e- 7.
12 PASS linearRamp:short passed.
13
14 PASS linearRamp:long: Sample 1 is 0.9955000 within a relative error of 2.827e-8.
15 PASS linearRamp:long: Sample 200 is 0.0005000000 within a relative error of 0.00 004674.
16 PASS linearRamp:long passed.
17
18 PASS exponentialRamp: Sample 1 is 0.9222396 within a relative error of 2.505e-8.
19 PASS exponentialRamp: Sample 128 is 0.00001009035 within a relative error of 1.4 84e-7.
20 PASS exponentialRamp passed.
21
22 PASS exponentialRamp:short: Sample 1 is 0.1258925 within a relative error of 5.0 27e-8.
23 PASS exponentialRamp:short: Sample 5 is 0.00001258925 within a relative error of 3.821e-7.
24 PASS exponentialRamp:short passed.
25
26 PASS exponentialRamp:long: Sample 1 is 0.9495110 within a relative error of 8.03 5e-9.
27 PASS exponentialRamp:long: Sample 200 is 0.00001005773 within a relative error o f 0.000001337.
28 PASS exponentialRamp:long passed.
29
30 PASS successfullyParsed is true
31
32 TEST COMPLETE
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698