[periodicWave.html]
[< [too small with factory method\] 1 out of 1 assertions were failed.]
expected: FAIL
[< [create with factory method\] 1 out of 1 assertions were failed.]
expected: FAIL
[< [different length with factory method\] 1 out of 1 assertions were failed.]
expected: FAIL
[X new PeriodicWave(context, { real : new Float32Array(1), imag : new Float32Array(1) }) threw "ReferenceError" instead of IndexSizeError.]
expected: FAIL
[X context.createPeriodicWave(new Float32Array(4096), new Float32Array(4096)) incorrectly threw TypeError: "context.createPeriodicWave is not a function".]
expected: FAIL
[Executing "output test"]
expected: FAIL
[X context.createPeriodicWave(new Float32Array(1), new Float32Array(1)) threw "TypeError" instead of IndexSizeError.]
expected: FAIL
[< [different length with constructor\] 1 out of 1 assertions were failed.]
expected: FAIL
[X new PeriodicWave(context, { real : new Float32Array(4096), imag : new Float32Array(4096) }) incorrectly threw ReferenceError: "PeriodicWave is not defined".]
expected: FAIL
[X new PeriodicWave(context, { real : new Float32Array(4096), imag : new Float32Array(4) }) threw "ReferenceError" instead of IndexSizeError.]
expected: FAIL
[< [too small with constructor\] 1 out of 1 assertions were failed.]
expected: FAIL
[X context.createPeriodicWave(new Float32Array(512), new Float32Array(4)) threw "TypeError" instead of IndexSizeError.]
expected: FAIL
[< [create with constructor\] 1 out of 1 assertions were failed.]
expected: FAIL
[# AUDIT TASK RUNNER FINISHED: 6 out of 7 tasks were failed.]
expected: FAIL
[X context.createPeriodicWave(new Float32Array(8192), new Float32Array(8192)) incorrectly threw TypeError: "context.createPeriodicWave is not a function".]
expected: FAIL
[X new PeriodicWave(context, { real : new Float32Array(8192), imag : new Float32Array(8192) }) incorrectly threw ReferenceError: "PeriodicWave is not defined".]
expected: FAIL
[X new PeriodicWave(context, { real : new Float32Array(8192), imag : new Float32Array(4) }) threw "ReferenceError" instead of IndexSizeError.]
expected: FAIL