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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing-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
1 Test that re-sizing the FFT arrays does not fail. 1 Test that re-sizing the FFT arrays does not fail.
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 Exception thrown for illegal fftSize -1. 5 PASS Exception thrown for illegal fftSize -1.
6 PASS Exception thrown for illegal fftSize 0. 6 PASS Exception thrown for illegal fftSize 0.
7 PASS Exception thrown for illegal fftSize 1. 7 PASS Exception thrown for illegal fftSize 1.
8 PASS Exception thrown for illegal fftSize 2. 8 PASS Exception thrown for illegal fftSize 2.
9 PASS Exception thrown for illegal fftSize 3. 9 PASS Exception thrown for illegal fftSize 3.
10 PASS Exception thrown for illegal fftSize 4. 10 PASS Exception thrown for illegal fftSize 4.
(...skipping 26 matching lines...) Expand all
37 PASS Exception thrown for illegal fftSize 32769. 37 PASS Exception thrown for illegal fftSize 32769.
38 PASS Exception thrown for illegal fftSize 65536. 38 PASS Exception thrown for illegal fftSize 65536.
39 PASS Exception thrown for illegal fftSize 65537. 39 PASS Exception thrown for illegal fftSize 65537.
40 PASS Exception thrown for illegal fftSize 131072. 40 PASS Exception thrown for illegal fftSize 131072.
41 PASS Exception thrown for illegal fftSize 131073. 41 PASS Exception thrown for illegal fftSize 131073.
42 PASS AudioContext survived multiple invalid FFT array resizings. 42 PASS AudioContext survived multiple invalid FFT array resizings.
43 PASS successfullyParsed is true 43 PASS successfullyParsed is true
44 44
45 TEST COMPLETE 45 TEST COMPLETE
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698