haikuwebkit/LayoutTests/webaudio/convolver-channels-expected...

100 lines
4.6 KiB
Plaintext

Test Supported Number of Channels for ConvolverNode
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS ConvolverNode with buffer of 1 channels did not throw exception.
PASS ConvolverNode with buffer of 2 channels did not throw exception.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS ConvolverNode with buffer of 4 channels did not throw exception.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS function () {
convolver.buffer = buffer;
} threw exception NotSupportedError: Buffer should have 1, 2 or 4 channels.
PASS successfullyParsed is true
TEST COMPLETE