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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Test Different PeriodicWave Lengths at Different Sample Rates
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS At 192 kHz, PeriodicWave with 8192 coefficients vs 2048: differ as expected .
7 PASS At 192 kHz, PeriodicWave with 2049 coefficients vs 2048: differ as expected .
8 PASS At 192 kHz, PeriodicWave with 8192 coefficients vs 8188: differ as expected .
9 PASS At 48 kHz, PeriodicWave with 8192 coefficients vs 2048: identical as expect ed.
10 PASS At 48 kHz, PeriodicWave with 2049 coefficients vs 2048: identical as expect ed.
11 PASS At 48 kHz, PeriodicWave with 2064 coefficients vs 2048: identical as expect ed.
12 PASS At 48 kHz, PeriodicWave with 2048 coefficients vs 2046: differ as expected.
13 PASS At 24 kHz, PeriodicWave with 8192 coefficients vs 1024: identical as expect ed.
14 PASS At 24 kHz, PeriodicWave with 1025 coefficients vs 1024: identical as expect ed.
15 PASS At 24 kHz, PeriodicWave with 1024 coefficients vs 1022: differ as expected.
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW
« 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