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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing-expected.txt

Issue 2603483002: Convert realtimeanalyser-fft-sizing tst to testharness (Closed)
Patch Set: Rebase Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing-expected.txt b/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing-expected.txt
deleted file mode 100644
index b8b69895bb2635c011eb46e20d33cf59e1b6dfa8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing-expected.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-Test that re-sizing the FFT arrays does not fail.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS Exception thrown for illegal fftSize -1.
-PASS Exception thrown for illegal fftSize 0.
-PASS Exception thrown for illegal fftSize 1.
-PASS Exception thrown for illegal fftSize 2.
-PASS Exception thrown for illegal fftSize 3.
-PASS Exception thrown for illegal fftSize 4.
-PASS Exception thrown for illegal fftSize 5.
-PASS Exception thrown for illegal fftSize 8.
-PASS Exception thrown for illegal fftSize 9.
-PASS Exception thrown for illegal fftSize 16.
-PASS Exception thrown for illegal fftSize 17.
-PASS Successfully set legal fftSize 32.
-PASS Exception thrown for illegal fftSize 33.
-PASS Successfully set legal fftSize 64.
-PASS Exception thrown for illegal fftSize 65.
-PASS Successfully set legal fftSize 128.
-PASS Exception thrown for illegal fftSize 129.
-PASS Successfully set legal fftSize 256.
-PASS Exception thrown for illegal fftSize 257.
-PASS Successfully set legal fftSize 512.
-PASS Exception thrown for illegal fftSize 513.
-PASS Successfully set legal fftSize 1024.
-PASS Exception thrown for illegal fftSize 1025.
-PASS Successfully set legal fftSize 2048.
-PASS Exception thrown for illegal fftSize 2049.
-PASS Successfully set legal fftSize 4096.
-PASS Exception thrown for illegal fftSize 4097.
-PASS Successfully set legal fftSize 8192.
-PASS Exception thrown for illegal fftSize 8193.
-PASS Successfully set legal fftSize 16384.
-PASS Exception thrown for illegal fftSize 16385.
-PASS Successfully set legal fftSize 32768.
-PASS Exception thrown for illegal fftSize 32769.
-PASS Exception thrown for illegal fftSize 65536.
-PASS Exception thrown for illegal fftSize 65537.
-PASS Exception thrown for illegal fftSize 131072.
-PASS Exception thrown for illegal fftSize 131073.
-PASS AudioContext survived multiple invalid FFT array resizings.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/Analyser/realtimeanalyser-fft-sizing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698