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/Analyser/realtimeanalyser-float-data-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 AnalyserNode getFloatTimeDomainData 1 Test AnalyserNode getFloatTimeDomainData
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 8-element short array initialized to Infinity. 6 PASS 8-element short array initialized to Infinity.
7 PASS getFloatTimeDomainData(<8-element vector>). 7 PASS getFloatTimeDomainData(<8-element vector>).
8 PASS 8-element time domain data is identical to the array [97,98,99,100,101,102, 103,104]. 8 PASS 8-element time domain data is identical to the array [97,98,99,100,101,102, 103,104].
9 PASS 64-element long array initialized to Infinity. 9 PASS 64-element long array initialized to Infinity.
10 PASS getFloatTimeDomainData(<64-element vector>). 10 PASS getFloatTimeDomainData(<64-element vector>).
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 PASS At frame 1791: data.subarray(256, 2048) is identical to the array [1,2,3,4, 5,6,7,8,9,10,11,12,13,14,15,16,...]. 55 PASS At frame 1791: data.subarray(256, 2048) is identical to the array [1,2,3,4, 5,6,7,8,9,10,11,12,13,14,15,16,...].
56 PASS At frame 1919: data.subarray(0, 128) contains only the constant 0. 56 PASS At frame 1919: data.subarray(0, 128) contains only the constant 0.
57 PASS At frame 1919: data.subarray(128, 2048) is identical to the array [1,2,3,4, 5,6,7,8,9,10,11,12,13,14,15,16,...]. 57 PASS At frame 1919: data.subarray(128, 2048) is identical to the array [1,2,3,4, 5,6,7,8,9,10,11,12,13,14,15,16,...].
58 PASS At frame 2047: data.subarray(0, 2048) is identical to the array [1,2,3,4,5, 6,7,8,9,10,11,12,13,14,15,16,...]. 58 PASS At frame 2047: data.subarray(0, 2048) is identical to the array [1,2,3,4,5, 6,7,8,9,10,11,12,13,14,15,16,...].
59 PASS Time domain data contained initial zeroes and correct data as expected. 59 PASS Time domain data contained initial zeroes and correct data as expected.
60 60
61 PASS successfullyParsed is true 61 PASS successfullyParsed is true
62 62
63 TEST COMPLETE 63 TEST COMPLETE
64 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698