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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-setTargetAtTime-continuous-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
1 Test SetTarget Followed by Linear or Exponential Ramp 1 Test SetTarget Followed by Linear or Exponential Ramp
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 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. 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 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. 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. 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. 10 PASS Linear ramp preceded by SetTarget is continuous.
(...skipping 13 matching lines...) Expand all
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. 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. 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. 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. 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. 28 PASS Delayed exponential ramp preceded by SetTarget is continuous.
29 29
30 PASS successfullyParsed is true 30 PASS successfullyParsed is true
31 31
32 TEST COMPLETE 32 TEST COMPLETE
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698