servo/tests/wpt/meta/webaudio/the-audio-api/the-periodicwave-interface/periodicWave.html.ini
Martin Robinson f4578afdfe
Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

51 lines
2.2 KiB
INI
Vendored

[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