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/stereopannernode-no-glitch-expected.txt

Issue 1488693006: Fix flaky WebAudio layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Feedback from rtoy Created 5 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 if StereoPannerNode producing glitches by crossing zero. 1 Test if StereoPannerNode producing glitches by crossing zero.
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 Transition found. (length = 15679) 6 PASS Transition found between sample #2175 and #17854.
7 PASS Channel #0 has no glitch above the threshold of 0.0005. 7 PASS Channel #0 has no glitch above the threshold of 0.0005.
8 PASS Channel #1 has no glitch above the threshold of 0.0005. 8 PASS Channel #1 has no glitch above the threshold of 0.0005.
9 PASS Channel #0 equals [1.156434465040231,1.1562937736154577,...] with an elemen t-wise tolerance of 1e-7. 9 PASS Channel #0 equals [1.156434465040231,1.1562937736154577,...] with an elemen t-wise tolerance of 1e-7.
10 PASS Channel #1 equals [0.9876883405951378,0.987710613656166,...] with an elemen t-wise tolerance of 1e-7. 10 PASS Channel #1 equals [0.9876883405951378,0.987710613656166,...] with an elemen t-wise tolerance of 1e-7.
11 PASS Transition found. (length = 15679) 11 PASS Transition found between sample #2175 and #17854.
12 PASS Channel #0 has no glitch above the threshold of 0.0005. 12 PASS Channel #0 has no glitch above the threshold of 0.0005.
13 PASS Channel #1 has no glitch above the threshold of 0.0005. 13 PASS Channel #1 has no glitch above the threshold of 0.0005.
14 PASS Channel #0 equals [0.9876883405951378,0.987710613656166,...] with an elemen t-wise tolerance of 1e-7. 14 PASS Channel #0 equals [0.9876883405951378,0.987710613656166,...] with an elemen t-wise tolerance of 1e-7.
15 PASS Channel #1 equals [1.156434465040231,1.156293773615458,...] with an element -wise tolerance of 1e-7. 15 PASS Channel #1 equals [1.156434465040231,1.156293773615458,...] with an element -wise tolerance of 1e-7.
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698