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

Unified Diff: LayoutTests/webaudio/periodicwave-lengths-expected.txt

Issue 1180613007: Allow larger arrays up to size 8192 for PeriodicWave (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase and use Audit.runTasks() Created 5 years, 5 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 | « LayoutTests/webaudio/periodicwave-lengths.html ('k') | LayoutTests/webaudio/resources/audio-testing.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/periodicwave-lengths-expected.txt
diff --git a/LayoutTests/webaudio/periodicwave-lengths-expected.txt b/LayoutTests/webaudio/periodicwave-lengths-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9314ac59f44a03d96d5642426a62be3848ff51cd
--- /dev/null
+++ b/LayoutTests/webaudio/periodicwave-lengths-expected.txt
@@ -0,0 +1,19 @@
+Test Different PeriodicWave Lengths at Different Sample Rates
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS At 192 kHz, PeriodicWave with 8192 coefficients vs 2048: differ as expected.
+PASS At 192 kHz, PeriodicWave with 2049 coefficients vs 2048: differ as expected.
+PASS At 192 kHz, PeriodicWave with 8192 coefficients vs 8188: differ as expected.
+PASS At 48 kHz, PeriodicWave with 8192 coefficients vs 2048: identical as expected.
+PASS At 48 kHz, PeriodicWave with 2049 coefficients vs 2048: identical as expected.
+PASS At 48 kHz, PeriodicWave with 2064 coefficients vs 2048: identical as expected.
+PASS At 48 kHz, PeriodicWave with 2048 coefficients vs 2046: differ as expected.
+PASS At 24 kHz, PeriodicWave with 8192 coefficients vs 1024: identical as expected.
+PASS At 24 kHz, PeriodicWave with 1025 coefficients vs 1024: identical as expected.
+PASS At 24 kHz, PeriodicWave with 1024 coefficients vs 1022: differ as expected.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/webaudio/periodicwave-lengths.html ('k') | LayoutTests/webaudio/resources/audio-testing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698