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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-setTargetAtTime-continuous-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 SetTarget Followed by Linear or Exponential Ramp
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Linear ramp: Initial part equals [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,...] with an element-wise tolerance of 0.
7 PASS SetTarget part was correctly replaced by the ramp
8 PASS Linear ramp equals [1,1.0004401408450705,1.0008802816901408,1.0013204225352 113,1.0017605633802817,1.002200704225352,1.0026408450704225,1.003080985915493,1. 0035211267605635,1.0039612676056338,1.0044014084507042,1.0048415492957747,1.0052 81690140845,1.0057218309859155,1.006161971830986,1.0066021126760563,...] with an element-wise tolerance of 0.00000126765.
9 PASS Linear ramp: Tail part equals [2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,...] with an element-wise tolerance of 0.
10 PASS Linear ramp preceded by SetTarget is continuous.
11
12 PASS Delayed linear ramp: Initial part equals [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,. ..] with an element-wise tolerance of 0.
13 PASS Delayed linear ramp: SetTarget part equals [1,0.9979188352992993,0.99584200 184511,0.9937694906233947,0.991701292638876,0.9896373989149966,0.987577800493881 4,0.9855224884362979,0.9834714538216175,0.981424687747777,0.9793821813312401,0.9 773439257069583,0.9753099120283326,0.9732801314671757,0.9712545752136729,0.96923 3234476344,...] with an element-wise tolerance of 3.43632e-7.
14 PASS Delayed linear ramp equals [0.44932896411722156,0.45015029411504087,0.45097 16241128601,0.4517929541106794,0.45261428410849863,0.45343561410631794,0.4542569 441041372,0.45507827410195645,0.45589960409977576,0.45672093409759495,0.45754226 40954142,0.4583635940932335,0.45918492409105277,0.460006254088872,0.460827584086 69133,0.4616489140845106,...] with an element-wise tolerance of 0.00000107972.
15 PASS Delayed linear ramp: Tail part equals [2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,...] with an element-wise tolerance of 0.
16 PASS Delayed linear ramp preceded by SetTarget is continuous.
17
18 PASS Exponential ramp: Initial part equals [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,...] with an element-wise tolerance of 0.
19 PASS SetTarget part was correctly replaced by the ramp
20 PASS Exponential ramp equals [1,1.00030517578125,1.0006103515625,1.0009156465530 396,1.0012210607528687,1.0015265941619873,1.001832127571106,1.0021378993988037,1 .0024436712265015,1.0027495622634888,1.003055453300476,1.0033615827560425,1.0036 677122116089,1.0039739608764648,1.0042803287506104,1.0045866966247559,...] with an element-wise tolerance of 0.0000114441.
21 PASS Exponential ramp: Tail part equals [2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,...] wi th an element-wise tolerance of 0.
22 PASS Exponential ramp preceded by SetTarget is continuous.
23
24 PASS Delayed exponential ramp: Initial part equals [1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,...] with an element-wise tolerance of 0.
25 PASS Delayed exponential ramp: SetTarget part equals [1,0.9979188352992993,0.995 84200184511,0.9937694906233947,0.991701292638876,0.9896373989149966,0.9875778004 938814,0.9855224884362979,0.9834714538216175,0.981424687747777,0.979382181331240 1,0.9773439257069583,0.9753099120283326,0.9732801314671757,0.9712545752136729,0. 969233234476344,...] with an element-wise tolerance of 3.43632e-7.
26 PASS Delayed exponential ramp equals [0.4493289589881897,0.4496844708919525,0.45 004022121429443,0.4503962993621826,0.4507526457309723,0.45110926032066345,0.4514 661729335785,0.451823353767395,0.4521808326244354,0.4525385797023773,0.452896624 8035431,0.45325493812561035,0.4536135494709015,0.4539724290370941,0.454331606626 5106,0.4546910524368286,...] with an element-wise tolerance of 0.00000429154.
27 PASS Delayed exponential ramp: Tail part equals [2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 ,...] with an element-wise tolerance of 0.
28 PASS Delayed exponential ramp preceded by SetTarget is continuous.
29
30 PASS successfullyParsed is true
31
32 TEST COMPLETE
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698