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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-scaling-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 scaling of FFT data for AnalyserNode 1 Test scaling of FFT data for AnalyserNode
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 PASS Actual FFT peak in the expected position (1). 5 PASS Actual FFT peak in the expected position (1).
6 PASS Peak value is near -14.43 dBFS as expected. 6 PASS Peak value is near -14.43 dBFS as expected.
7 PASS Analyser correctly scaled FFT data of size 32 7 PASS Analyser correctly scaled FFT data of size 32
8 PASS Actual FFT peak in the expected position (2). 8 PASS Actual FFT peak in the expected position (2).
9 PASS Peak value is near -13.56 dBFS as expected. 9 PASS Peak value is near -13.56 dBFS as expected.
10 PASS Analyser correctly scaled FFT data of size 64 10 PASS Analyser correctly scaled FFT data of size 64
(...skipping 10 matching lines...) Expand all
21 PASS Peak value is near -13.56 dBFS as expected. 21 PASS Peak value is near -13.56 dBFS as expected.
22 PASS Analyser correctly scaled FFT data of size 1024 22 PASS Analyser correctly scaled FFT data of size 1024
23 PASS Actual FFT peak in the expected position (64). 23 PASS Actual FFT peak in the expected position (64).
24 PASS Peak value is near -13.56 dBFS as expected. 24 PASS Peak value is near -13.56 dBFS as expected.
25 PASS Analyser correctly scaled FFT data of size 2048 25 PASS Analyser correctly scaled FFT data of size 2048
26 PASS All Analyser tests passed. 26 PASS All Analyser tests passed.
27 PASS successfullyParsed is true 27 PASS successfullyParsed is true
28 28
29 TEST COMPLETE 29 TEST COMPLETE
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698