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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-channels-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 Supported Number of Channels for ConvolverNode 1 Test Supported Number of Channels for ConvolverNode
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 5
6 PASS ConvolverNode with buffer of 1 channels did not throw an exception. 6 PASS ConvolverNode with buffer of 1 channels did not throw an exception.
7 PASS ConvolverNode with buffer of 2 channels did not throw an exception. 7 PASS ConvolverNode with buffer of 2 channels did not throw an exception.
8 PASS ConvolverNode with buffer of 3 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 ch annels, not 3. 8 PASS ConvolverNode with buffer of 3 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 ch annels, not 3.
9 PASS ConvolverNode with buffer of 4 channels did not throw an exception. 9 PASS ConvolverNode with buffer of 4 channels did not throw an exception.
10 PASS ConvolverNode with buffer of 5 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 ch annels, not 5. 10 PASS ConvolverNode with buffer of 5 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 ch annels, not 5.
(...skipping 22 matching lines...) Expand all
33 PASS ConvolverNode with buffer of 28 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 28. 33 PASS ConvolverNode with buffer of 28 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 28.
34 PASS ConvolverNode with buffer of 29 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 29. 34 PASS ConvolverNode with buffer of 29 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 29.
35 PASS ConvolverNode with buffer of 30 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 30. 35 PASS ConvolverNode with buffer of 30 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 30.
36 PASS ConvolverNode with buffer of 31 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 31. 36 PASS ConvolverNode with buffer of 31 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 31.
37 PASS ConvolverNode with buffer of 32 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 32. 37 PASS ConvolverNode with buffer of 32 channels threw NotSupportedError: Failed to set the 'buffer' property on 'ConvolverNode': The buffer must have 1, 2, or 4 c hannels, not 32.
38 PASS Multiple channels for the convolver correctly handled. 38 PASS Multiple channels for the convolver correctly handled.
39 PASS successfullyParsed is true 39 PASS successfullyParsed is true
40 40
41 TEST COMPLETE 41 TEST COMPLETE
42 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698