diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index ea27b0791d5..300308ea7cb 100644 --- a/tests/wpt/include.ini +++ b/tests/wpt/include.ini @@ -107,6 +107,8 @@ skip: true skip: false [url] skip: false +[webaudio] + skip: false [WebCryptoAPI] skip: false [webgl] diff --git a/tests/wpt/metadata/webaudio/idlharness.https.html.ini b/tests/wpt/metadata/webaudio/idlharness.https.html.ini new file mode 100644 index 00000000000..64d4148b7a2 --- /dev/null +++ b/tests/wpt/metadata/webaudio/idlharness.https.html.ini @@ -0,0 +1,4 @@ +[idlharness.https.html] + [WebAudio IDL tests] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/ctor-analyser.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/ctor-analyser.html.ini new file mode 100644 index 00000000000..f5269d37fde --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/ctor-analyser.html.ini @@ -0,0 +1,11 @@ +[ctor-analyser.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new AnalyserNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-basic.html.ini new file mode 100644 index 00000000000..f48362f4d5c --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-basic.html.ini @@ -0,0 +1,2 @@ +[realtimeanalyser-basic.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini new file mode 100644 index 00000000000..75d8cd648df --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini @@ -0,0 +1,2 @@ +[realtimeanalyser-fft-scaling.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-sizing.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-sizing.html.ini new file mode 100644 index 00000000000..6e6b8e650d1 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-sizing.html.ini @@ -0,0 +1,2 @@ +[realtimeanalyser-fft-sizing.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-gain.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-gain.html.ini new file mode 100644 index 00000000000..b972dd44f6c --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-gain.html.ini @@ -0,0 +1,4 @@ +[test-analyser-gain.html] + [Test effect of AnalyserNode on GainNode output] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-minimum.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-minimum.html.ini new file mode 100644 index 00000000000..447d580b11d --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-minimum.html.ini @@ -0,0 +1,4 @@ +[test-analyser-minimum.html] + [Test AnalyserNode when the input is silent] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-output.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-output.html.ini new file mode 100644 index 00000000000..a534a25d22d --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-output.html.ini @@ -0,0 +1,4 @@ +[test-analyser-output.html] + [AnalyserNode output] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-scale.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-scale.html.ini new file mode 100644 index 00000000000..85616419537 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analyser-scale.html.ini @@ -0,0 +1,4 @@ +[test-analyser-scale.html] + [Test AnalyserNode when the input is scaled] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analysernode.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analysernode.html.ini new file mode 100644 index 00000000000..5d4013b58ba --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-analysernode-interface/test-analysernode.html.ini @@ -0,0 +1,7 @@ +[test-analysernode.html] + [Test AnalyserNode API] + expected: FAIL + + [Test AnalyserNode's ctor API] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel.html.ini new file mode 100644 index 00000000000..4010758ca64 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-copy-channel.html.ini @@ -0,0 +1,2 @@ +[audiobuffer-copy-channel.html] + expected: CRASH diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audiobuffer-interface/ctor-audiobuffer.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audiobuffer-interface/ctor-audiobuffer.html.ini new file mode 100644 index 00000000000..11144a484d2 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audiobuffer-interface/ctor-audiobuffer.html.ini @@ -0,0 +1,8 @@ +[ctor-audiobuffer.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audiobuffersourcenode-interface/ctor-audiobuffersource.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audiobuffersourcenode-interface/ctor-audiobuffersource.html.ini new file mode 100644 index 00000000000..cb9953a5945 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audiobuffersourcenode-interface/ctor-audiobuffersource.html.ini @@ -0,0 +1,14 @@ +[ctor-audiobuffersource.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new AudioBufferSourceNode(context) incorrectly threw TypeError: "Value is not an object.".] + expected: FAIL + + [X node0 instanceof AudioBufferSourceNode is not equal to true. Got false.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume.html.ini new file mode 100644 index 00000000000..d3a0f34dc1b --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume.html.ini @@ -0,0 +1,5 @@ +[audiocontext-suspend-resume.html] + expected: ERROR + [X offlineContext = new OfflineAudioContext(1, 44100, 44100) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html.ini new file mode 100644 index 00000000000..2eaee7d5a46 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audiocontext-interface/audiocontextoptions.html.ini @@ -0,0 +1,2 @@ +[audiocontextoptions.html] + expected: CRASH diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-channel-rules.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-channel-rules.html.ini new file mode 100644 index 00000000000..270831b7378 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-channel-rules.html.ini @@ -0,0 +1,2 @@ +[audionode-channel-rules.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-connect-method-chaining.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-connect-method-chaining.html.ini new file mode 100644 index 00000000000..fcc810e1dd7 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-connect-method-chaining.html.ini @@ -0,0 +1,2 @@ +[audionode-connect-method-chaining.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-connect-order.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-connect-order.html.ini new file mode 100644 index 00000000000..416dfa0ae18 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-connect-order.html.ini @@ -0,0 +1,2 @@ +[audionode-connect-order.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-connect-return-value.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-connect-return-value.html.ini new file mode 100644 index 00000000000..e4a66b55635 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-connect-return-value.html.ini @@ -0,0 +1,4 @@ +[audionode-connect-return-value.html] + [connect should return the node connected to.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html.ini new file mode 100644 index 00000000000..cad8cb42b1d --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html.ini @@ -0,0 +1,2 @@ +[audionode-disconnect-audioparam.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect.html.ini new file mode 100644 index 00000000000..45d61e35bb6 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect.html.ini @@ -0,0 +1,2 @@ +[audionode-disconnect.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode.html.ini new file mode 100644 index 00000000000..4e50308c069 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/audionode.html.ini @@ -0,0 +1,13 @@ +[audionode.html] + [X AudioContext.destination.numberOfOutputs is not equal to 0. Got 1.] + expected: FAIL + + [X Connecting a node to a different context did not throw an exception.] + expected: FAIL + + [< [test\] 2 out of 12 assertions were failed.] + expected: FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/channel-mode-interp-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/channel-mode-interp-basic.html.ini new file mode 100644 index 00000000000..783f3ff032d --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audionode-interface/channel-mode-interp-basic.html.ini @@ -0,0 +1,2 @@ +[channel-mode-interp-basic.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-connect-audioratesignal.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-connect-audioratesignal.html.ini new file mode 100644 index 00000000000..a095f42f1d4 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-connect-audioratesignal.html.ini @@ -0,0 +1,2 @@ +[audioparam-connect-audioratesignal.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-exceptional-values.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-exceptional-values.html.ini new file mode 100644 index 00000000000..248fea6a1ac --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-exceptional-values.html.ini @@ -0,0 +1,8 @@ +[audioparam-exceptional-values.html] + expected: ERROR + [X Creating context for testing incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-exponentialRampToValueAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-exponentialRampToValueAtTime.html.ini new file mode 100644 index 00000000000..96150248f5b --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-exponentialRampToValueAtTime.html.ini @@ -0,0 +1,2 @@ +[audioparam-exponentialRampToValueAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-large-endtime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-large-endtime.html.ini new file mode 100644 index 00000000000..eacbf1d55b1 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-large-endtime.html.ini @@ -0,0 +1,2 @@ +[audioparam-large-endtime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-linearRampToValueAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-linearRampToValueAtTime.html.ini new file mode 100644 index 00000000000..26787ed164e --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-linearRampToValueAtTime.html.ini @@ -0,0 +1,2 @@ +[audioparam-linearRampToValueAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-method-chaining.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-method-chaining.html.ini new file mode 100644 index 00000000000..abe7e19de11 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-method-chaining.html.ini @@ -0,0 +1,2 @@ +[audioparam-method-chaining.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setTargetAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setTargetAtTime.html.ini new file mode 100644 index 00000000000..5e01f268dac --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setTargetAtTime.html.ini @@ -0,0 +1,2 @@ +[audioparam-setTargetAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueAtTime.html.ini new file mode 100644 index 00000000000..d2f0b5c9e18 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueAtTime.html.ini @@ -0,0 +1,2 @@ +[audioparam-setValueAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurve-exceptions.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurve-exceptions.html.ini new file mode 100644 index 00000000000..56df600f048 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurve-exceptions.html.ini @@ -0,0 +1,2 @@ +[audioparam-setValueCurve-exceptions.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurveAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurveAtTime.html.ini new file mode 100644 index 00000000000..c6ff6a46614 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-setValueCurveAtTime.html.ini @@ -0,0 +1,2 @@ +[audioparam-setValueCurveAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-summingjunction.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-summingjunction.html.ini new file mode 100644 index 00000000000..4969e59bbd1 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/audioparam-summingjunction.html.ini @@ -0,0 +1,2 @@ +[audioparam-summingjunction.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini new file mode 100644 index 00000000000..7394d9167aa --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/automation-rate.html.ini @@ -0,0 +1,2 @@ +[automation-rate.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/event-insertion.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/event-insertion.html.ini new file mode 100644 index 00000000000..acbb68b01a0 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/event-insertion.html.ini @@ -0,0 +1,2 @@ +[event-insertion.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-audioworklet.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-audioworklet.https.html.ini new file mode 100644 index 00000000000..ddf48045720 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-audioworklet.https.html.ini @@ -0,0 +1,2 @@ +[k-rate-audioworklet.https.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-biquad.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-biquad.html.ini new file mode 100644 index 00000000000..3d6983a5926 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-biquad.html.ini @@ -0,0 +1,2 @@ +[k-rate-biquad.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-constant-source.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-constant-source.html.ini new file mode 100644 index 00000000000..dd19c6b7655 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-constant-source.html.ini @@ -0,0 +1,2 @@ +[k-rate-constant-source.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-delay.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-delay.html.ini new file mode 100644 index 00000000000..ee7a689ec43 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-delay.html.ini @@ -0,0 +1,2 @@ +[k-rate-delay.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-gain.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-gain.html.ini new file mode 100644 index 00000000000..e479a35ccdc --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-gain.html.ini @@ -0,0 +1,2 @@ +[k-rate-gain.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator.html.ini new file mode 100644 index 00000000000..2810e1b0234 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator.html.ini @@ -0,0 +1,2 @@ +[k-rate-oscillator.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner.html.ini new file mode 100644 index 00000000000..3ca0eaddfd4 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner.html.ini @@ -0,0 +1,2 @@ +[k-rate-panner.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-stereo-panner.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-stereo-panner.html.ini new file mode 100644 index 00000000000..c54ad68ca58 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/k-rate-stereo-panner.html.ini @@ -0,0 +1,2 @@ +[k-rate-stereo-panner.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-exponentialRampToValueAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-exponentialRampToValueAtTime.html.ini new file mode 100644 index 00000000000..40b86091760 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-exponentialRampToValueAtTime.html.ini @@ -0,0 +1,2 @@ +[retrospective-exponentialRampToValueAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime.html.ini new file mode 100644 index 00000000000..b1b685eaef1 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-linearRampToValueAtTime.html.ini @@ -0,0 +1,2 @@ +[retrospective-linearRampToValueAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime.html.ini new file mode 100644 index 00000000000..b100363750f --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-setTargetAtTime.html.ini @@ -0,0 +1,2 @@ +[retrospective-setTargetAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueAtTime.html.ini new file mode 100644 index 00000000000..c9647f410fd --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueAtTime.html.ini @@ -0,0 +1,2 @@ +[retrospective-setValueAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueCurveAtTime.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueCurveAtTime.html.ini new file mode 100644 index 00000000000..28e1d12c231 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/retrospective-setValueCurveAtTime.html.ini @@ -0,0 +1,2 @@ +[retrospective-setValueCurveAtTime.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/setTargetAtTime-after-event-within-block.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/setTargetAtTime-after-event-within-block.html.ini new file mode 100644 index 00000000000..b85f8845f18 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/setTargetAtTime-after-event-within-block.html.ini @@ -0,0 +1,4 @@ +[setTargetAtTime-after-event-within-block.html] + [Test setTargetAtTime after an event in the same processing block] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/setValueAtTime-within-block.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/setValueAtTime-within-block.html.ini new file mode 100644 index 00000000000..03c2e023d4d --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioparam-interface/setValueAtTime-within-block.html.ini @@ -0,0 +1,4 @@ +[setValueAtTime-within-block.html] + [Test setValueAtTime with start time not on a block boundary] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-addmodule-resolution.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-addmodule-resolution.https.html.ini new file mode 100644 index 00000000000..2fa755c898b --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-addmodule-resolution.https.html.ini @@ -0,0 +1,4 @@ +[audioworklet-addmodule-resolution.https.html] + [\n Test the invocation order of AudioWorklet.addModule() and BaseAudioContext\n ] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam.https.html.ini new file mode 100644 index 00000000000..5ae63f521cc --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-audioparam.https.html.ini @@ -0,0 +1,2 @@ +[audioworklet-audioparam.https.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-messageport.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-messageport.https.html.ini new file mode 100644 index 00000000000..b43548d64fe --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-messageport.https.html.ini @@ -0,0 +1,4 @@ +[audioworklet-messageport.https.html] + [\n Test MessagePort in AudioWorkletNode and AudioWorkletProcessor\n ] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-sample-rate.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-sample-rate.https.html.ini new file mode 100644 index 00000000000..303611ce2b7 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-sample-rate.https.html.ini @@ -0,0 +1,4 @@ +[audioworkletglobalscope-sample-rate.https.html] + [\n Test sampleRate in AudioWorkletGlobalScope\n ] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-timing-info.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-timing-info.https.html.ini new file mode 100644 index 00000000000..f11ad0f4626 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletglobalscope-timing-info.https.html.ini @@ -0,0 +1,4 @@ +[audioworkletglobalscope-timing-info.https.html] + [\n Test currentTime and currentFrame in AudioWorkletGlobalScope\n ] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-automatic-pull.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-automatic-pull.https.html.ini new file mode 100644 index 00000000000..a9dede82004 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-automatic-pull.https.html.ini @@ -0,0 +1,2 @@ +[audioworkletnode-automatic-pull.https.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-channel-count.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-channel-count.https.html.ini new file mode 100644 index 00000000000..96ee5123835 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-channel-count.https.html.ini @@ -0,0 +1,2 @@ +[audioworkletnode-channel-count.https.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-construction.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-construction.https.html.ini new file mode 100644 index 00000000000..af49d11d616 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-construction.https.html.ini @@ -0,0 +1,8 @@ +[audioworkletnode-construction.https.html] + expected: ERROR + [X Creating a node before loading a module should throw. threw "ReferenceError" instead of InvalidStateError.] + expected: FAIL + + [< [construction-before-module-loading\] 1 out of 1 assertions were failed.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-constructor-options.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-constructor-options.https.html.ini new file mode 100644 index 00000000000..4a7d9fded52 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-constructor-options.https.html.ini @@ -0,0 +1,2 @@ +[audioworkletnode-constructor-options.https.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-disconnected-input.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-disconnected-input.https.html.ini new file mode 100644 index 00000000000..2949be5b509 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-disconnected-input.https.html.ini @@ -0,0 +1,2 @@ +[audioworkletnode-disconnected-input.https.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html.ini new file mode 100644 index 00000000000..f3faec26c7d --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-onerror.https.html.ini @@ -0,0 +1,4 @@ +[audioworkletnode-onerror.https.html] + [\n Test onprocessorerror handler in AudioWorkletNode\n ] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-options.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-options.https.html.ini new file mode 100644 index 00000000000..a07e70774d5 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-options.https.html.ini @@ -0,0 +1,2 @@ +[audioworkletprocessor-options.https.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/baseaudiocontext-audioworklet.https.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/baseaudiocontext-audioworklet.https.html.ini new file mode 100644 index 00000000000..3e3b5437281 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-audioworklet-interface/baseaudiocontext-audioworklet.https.html.ini @@ -0,0 +1,4 @@ +[baseaudiocontext-audioworklet.https.html] + [\n Checking BaseAudioContext.audioWorklet\n ] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-allpass.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-allpass.html.ini new file mode 100644 index 00000000000..e5aa83654f5 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-allpass.html.ini @@ -0,0 +1,2 @@ +[biquad-allpass.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation.html.ini new file mode 100644 index 00000000000..ac3dec84f13 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-automation.html.ini @@ -0,0 +1,2 @@ +[biquad-automation.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-bandpass.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-bandpass.html.ini new file mode 100644 index 00000000000..fcc3d0f21a5 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-bandpass.html.ini @@ -0,0 +1,2 @@ +[biquad-bandpass.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-basic.html.ini new file mode 100644 index 00000000000..5db6179d6b6 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-basic.html.ini @@ -0,0 +1,8 @@ +[biquad-basic.html] + expected: ERROR + [X Initialize context for testing incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html.ini new file mode 100644 index 00000000000..bda92b1d005 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html.ini @@ -0,0 +1,2 @@ +[biquad-getFrequencyResponse.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass.html.ini new file mode 100644 index 00000000000..3e4776a430c --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass.html.ini @@ -0,0 +1,2 @@ +[biquad-highpass.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highshelf.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highshelf.html.ini new file mode 100644 index 00000000000..041e10d010e --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highshelf.html.ini @@ -0,0 +1,2 @@ +[biquad-highshelf.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass.html.ini new file mode 100644 index 00000000000..a61dc595e90 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowpass.html.ini @@ -0,0 +1,2 @@ +[biquad-lowpass.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowshelf.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowshelf.html.ini new file mode 100644 index 00000000000..eb11b1317ec --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-lowshelf.html.ini @@ -0,0 +1,2 @@ +[biquad-lowshelf.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-notch.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-notch.html.ini new file mode 100644 index 00000000000..29576262c6e --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-notch.html.ini @@ -0,0 +1,2 @@ +[biquad-notch.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-peaking.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-peaking.html.ini new file mode 100644 index 00000000000..13f1c9c4824 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-peaking.html.ini @@ -0,0 +1,2 @@ +[biquad-peaking.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-tail.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-tail.html.ini new file mode 100644 index 00000000000..98840c3cb20 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-tail.html.ini @@ -0,0 +1,2 @@ +[biquad-tail.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquadfilternode-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquadfilternode-basic.html.ini new file mode 100644 index 00000000000..68f54dbc496 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/biquadfilternode-basic.html.ini @@ -0,0 +1,2 @@ +[biquadfilternode-basic.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/ctor-biquadfilter.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/ctor-biquadfilter.html.ini new file mode 100644 index 00000000000..6651b6044af --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/ctor-biquadfilter.html.ini @@ -0,0 +1,11 @@ +[ctor-biquadfilter.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new BiquadFilterNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering.html.ini new file mode 100644 index 00000000000..a09d9921c49 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering.html.ini @@ -0,0 +1,2 @@ +[no-dezippering.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-basic.html.ini new file mode 100644 index 00000000000..4d75c400e84 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-basic.html.ini @@ -0,0 +1,2 @@ +[audiochannelmerger-basic.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-disconnect.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-disconnect.html.ini new file mode 100644 index 00000000000..c85f6c075d8 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-disconnect.html.ini @@ -0,0 +1,2 @@ +[audiochannelmerger-disconnect.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input-non-default.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input-non-default.html.ini new file mode 100644 index 00000000000..307a5731949 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input-non-default.html.ini @@ -0,0 +1,2 @@ +[audiochannelmerger-input-non-default.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input.html.ini new file mode 100644 index 00000000000..4c0f0dd12a1 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/audiochannelmerger-input.html.ini @@ -0,0 +1,2 @@ +[audiochannelmerger-input.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/ctor-channelmerger.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/ctor-channelmerger.html.ini new file mode 100644 index 00000000000..4625d399cf7 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-channelmergernode-interface/ctor-channelmerger.html.ini @@ -0,0 +1,11 @@ +[ctor-channelmerger.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new ChannelMergerNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-channelsplitternode-interface/audiochannelsplitter.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-channelsplitternode-interface/audiochannelsplitter.html.ini new file mode 100644 index 00000000000..4e6601565ed --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-channelsplitternode-interface/audiochannelsplitter.html.ini @@ -0,0 +1,2 @@ +[audiochannelsplitter.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-channelsplitternode-interface/ctor-channelsplitter.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-channelsplitternode-interface/ctor-channelsplitter.html.ini new file mode 100644 index 00000000000..92e7446b7ac --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-channelsplitternode-interface/ctor-channelsplitter.html.ini @@ -0,0 +1,11 @@ +[ctor-channelsplitter.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new ChannelSplitterNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-basic.html.ini new file mode 100644 index 00000000000..0af07ce7439 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-basic.html.ini @@ -0,0 +1,5 @@ +[constant-source-basic.html] + expected: ERROR + [X Factory method: node = context.createConstantSource() incorrectly threw TypeError: "context.createConstantSource is not a function".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-onended.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-onended.html.ini new file mode 100644 index 00000000000..192a173a935 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-onended.html.ini @@ -0,0 +1,4 @@ +[constant-source-onended.html] + [\n Test ConstantSourceNode onended\n ] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-output.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-output.html.ini new file mode 100644 index 00000000000..36ddcdb8688 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-output.html.ini @@ -0,0 +1,2 @@ +[constant-source-output.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/ctor-constantsource.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/ctor-constantsource.html.ini new file mode 100644 index 00000000000..6f8ec2d5edf --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/ctor-constantsource.html.ini @@ -0,0 +1,11 @@ +[ctor-constantsource.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new ConstantSourceNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/test-constantsourcenode.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/test-constantsourcenode.html.ini new file mode 100644 index 00000000000..0705478a45f --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-constantsourcenode-interface/test-constantsourcenode.html.ini @@ -0,0 +1,19 @@ +[test-constantsourcenode.html] + [ConstantSourceNode can be constructed] + expected: FAIL + + [ConstantSourceNode stop and start] + expected: FAIL + + [ConstantSourceNode onended event] + expected: FAIL + + [ConstantSourceNode start and stop when work] + expected: FAIL + + [ConstantSourceNode with no automation] + expected: FAIL + + [ConstantSourceNode with automation] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolution-mono-mono.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolution-mono-mono.html.ini new file mode 100644 index 00000000000..ad0581a239e --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolution-mono-mono.html.ini @@ -0,0 +1,2 @@ +[convolution-mono-mono.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-cascade.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-cascade.html.ini new file mode 100644 index 00000000000..4cbf9a25487 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-cascade.html.ini @@ -0,0 +1,2 @@ +[convolver-cascade.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-channels.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-channels.html.ini new file mode 100644 index 00000000000..df70e50599b --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-channels.html.ini @@ -0,0 +1,2 @@ +[convolver-channels.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-1-chan.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-1-chan.html.ini new file mode 100644 index 00000000000..b16c9494baf --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-1-chan.html.ini @@ -0,0 +1,2 @@ +[convolver-response-1-chan.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-2-chan.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-2-chan.html.ini new file mode 100644 index 00000000000..9f76052af48 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-2-chan.html.ini @@ -0,0 +1,2 @@ +[convolver-response-2-chan.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-4-chan.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-4-chan.html.ini new file mode 100644 index 00000000000..591a89c6ebe --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-response-4-chan.html.ini @@ -0,0 +1,2 @@ +[convolver-response-4-chan.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-null.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-null.html.ini new file mode 100644 index 00000000000..9fea5ff2474 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-null.html.ini @@ -0,0 +1,2 @@ +[convolver-setBuffer-null.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/ctor-convolver.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/ctor-convolver.html.ini new file mode 100644 index 00000000000..e696df1a9f7 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-convolvernode-interface/ctor-convolver.html.ini @@ -0,0 +1,11 @@ +[ctor-convolver.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new ConvolverNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/ctor-delay.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/ctor-delay.html.ini new file mode 100644 index 00000000000..d69bdd755c1 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/ctor-delay.html.ini @@ -0,0 +1,11 @@ +[ctor-delay.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new DelayNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-default-delay.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-default-delay.html.ini new file mode 100644 index 00000000000..1f2ee4b07e1 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-default-delay.html.ini @@ -0,0 +1,2 @@ +[delaynode-max-default-delay.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-nondefault-delay.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-nondefault-delay.html.ini new file mode 100644 index 00000000000..b5029de5f80 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-nondefault-delay.html.ini @@ -0,0 +1,2 @@ +[delaynode-max-nondefault-delay.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelay.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelay.html.ini new file mode 100644 index 00000000000..b6b9a1d2ead --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelay.html.ini @@ -0,0 +1,2 @@ +[delaynode-maxdelay.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit.html.ini new file mode 100644 index 00000000000..b67478861c9 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit.html.ini @@ -0,0 +1,2 @@ +[delaynode-maxdelaylimit.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling.html.ini new file mode 100644 index 00000000000..73b40d82b00 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling.html.ini @@ -0,0 +1,2 @@ +[delaynode-scheduling.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode.html.ini new file mode 100644 index 00000000000..8943424a61b --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/delaynode.html.ini @@ -0,0 +1,2 @@ +[delaynode.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/no-dezippering.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/no-dezippering.html.ini new file mode 100644 index 00000000000..a09d9921c49 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-delaynode-interface/no-dezippering.html.ini @@ -0,0 +1,2 @@ +[no-dezippering.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-dynamicscompressornode-interface/ctor-dynamicscompressor.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-dynamicscompressornode-interface/ctor-dynamicscompressor.html.ini new file mode 100644 index 00000000000..7b109536ba3 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-dynamicscompressornode-interface/ctor-dynamicscompressor.html.ini @@ -0,0 +1,11 @@ +[ctor-dynamicscompressor.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new DynamicsCompressorNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-dynamicscompressornode-interface/dynamicscompressor-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-dynamicscompressornode-interface/dynamicscompressor-basic.html.ini new file mode 100644 index 00000000000..479a20cea02 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-dynamicscompressornode-interface/dynamicscompressor-basic.html.ini @@ -0,0 +1,2 @@ +[dynamicscompressor-basic.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html.ini new file mode 100644 index 00000000000..f3299d77c26 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/ctor-gain.html.ini @@ -0,0 +1,14 @@ +[ctor-gain.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new GainNode(context) incorrectly threw TypeError: "Value is not an object.".] + expected: FAIL + + [X node0 instanceof GainNode is not equal to true. Got false.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/gain.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/gain.html.ini new file mode 100644 index 00000000000..4c84e0baf87 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/gain.html.ini @@ -0,0 +1,2 @@ +[gain.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/no-dezippering.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/no-dezippering.html.ini new file mode 100644 index 00000000000..a09d9921c49 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/no-dezippering.html.ini @@ -0,0 +1,2 @@ +[no-dezippering.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/test-gainnode.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/test-gainnode.html.ini new file mode 100644 index 00000000000..0d2ee9a750f --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-gainnode-interface/test-gainnode.html.ini @@ -0,0 +1,5 @@ +[test-gainnode.html] + expected: ERROR + [GainNode] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/ctor-iirfilter.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/ctor-iirfilter.html.ini new file mode 100644 index 00000000000..04f71c65f49 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/ctor-iirfilter.html.ini @@ -0,0 +1,11 @@ +[ctor-iirfilter.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new IIRFilterNode(context, {"feedforward":[1\],"feedback":[1,-0.9\]}) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-basic.html.ini new file mode 100644 index 00000000000..155aaf9a9ef --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-basic.html.ini @@ -0,0 +1,8 @@ +[iirfilter-basic.html] + expected: ERROR + [X Initialize context for testing incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-getFrequencyResponse.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-getFrequencyResponse.html.ini new file mode 100644 index 00000000000..5c657325deb --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-getFrequencyResponse.html.ini @@ -0,0 +1,2 @@ +[iirfilter-getFrequencyResponse.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter.html.ini new file mode 100644 index 00000000000..f98237d5ae5 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter.html.ini @@ -0,0 +1,2 @@ +[iirfilter.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html.ini new file mode 100644 index 00000000000..c91d5ebdad7 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html.ini @@ -0,0 +1,22 @@ +[test-iirfilternode.html] + [feedforward coefficients can not be empty] + expected: FAIL + + [feedback coefficients can not be empty] + expected: FAIL + + [more than 20 feedforward coefficients can not be used] + expected: FAIL + + [more than 20 feedback coefficients can not be used] + expected: FAIL + + [at least one feedforward coefficient must be non-zero] + expected: FAIL + + [the first feedback coefficient must be non-zero] + expected: FAIL + + [IIRFilterNode getFrequencyResponse handles invalid frequencies properly] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html.ini new file mode 100644 index 00000000000..86cf943f0b2 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html.ini @@ -0,0 +1,5 @@ +[mediaElementAudioSourceToScriptProcessorTest.html] + expected: ERROR + [Element Source tests completed] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-offlineaudiocontext-interface/ctor-offlineaudiocontext.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-offlineaudiocontext-interface/ctor-offlineaudiocontext.html.ini new file mode 100644 index 00000000000..71a9223566f --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-offlineaudiocontext-interface/ctor-offlineaudiocontext.html.ini @@ -0,0 +1,11 @@ +[ctor-offlineaudiocontext.html] + expected: ERROR + [X new OfflineAudioContext(3) threw "ReferenceError" instead of TypeError.] + expected: FAIL + + [X new OfflineAudioContext(3, 42) threw "ReferenceError" instead of TypeError.] + expected: FAIL + + [X context = new OfflineAudioContext(3, 42, 12345) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-offlineaudiocontext-interface/current-time-block-size.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-offlineaudiocontext-interface/current-time-block-size.html.ini new file mode 100644 index 00000000000..9112d9bdd39 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-offlineaudiocontext-interface/current-time-block-size.html.ini @@ -0,0 +1,4 @@ +[current-time-block-size.html] + [Test currentTime at completion of OfflineAudioContext rendering] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-oscillatornode-interface/ctor-oscillator.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-oscillatornode-interface/ctor-oscillator.html.ini new file mode 100644 index 00000000000..d9b88d010ea --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-oscillatornode-interface/ctor-oscillator.html.ini @@ -0,0 +1,14 @@ +[ctor-oscillator.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new OscillatorNode(context) incorrectly threw TypeError: "Value is not an object.".] + expected: FAIL + + [X node0 instanceof OscillatorNode is not equal to true. Got false.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/ctor-panner.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/ctor-panner.html.ini new file mode 100644 index 00000000000..669207991d1 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/ctor-panner.html.ini @@ -0,0 +1,11 @@ +[ctor-panner.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new PannerNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/distance-exponential.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/distance-exponential.html.ini new file mode 100644 index 00000000000..7efbcf583f3 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/distance-exponential.html.ini @@ -0,0 +1,2 @@ +[distance-exponential.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/distance-inverse.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/distance-inverse.html.ini new file mode 100644 index 00000000000..b516b89d7eb --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/distance-inverse.html.ini @@ -0,0 +1,2 @@ +[distance-inverse.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/distance-linear.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/distance-linear.html.ini new file mode 100644 index 00000000000..a83cbe3becb --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/distance-linear.html.ini @@ -0,0 +1,2 @@ +[distance-linear.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic.html.ini new file mode 100644 index 00000000000..a1c827555e2 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-automation-basic.html.ini @@ -0,0 +1,2 @@ +[panner-automation-basic.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-automation-equalpower-stereo.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-automation-equalpower-stereo.html.ini new file mode 100644 index 00000000000..23daa531853 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-automation-equalpower-stereo.html.ini @@ -0,0 +1,2 @@ +[panner-automation-equalpower-stereo.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-automation-position.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-automation-position.html.ini new file mode 100644 index 00000000000..2c76c302d1b --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-automation-position.html.ini @@ -0,0 +1,2 @@ +[panner-automation-position.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-distance-clamping.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-distance-clamping.html.ini new file mode 100644 index 00000000000..590a0e116bd --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-distance-clamping.html.ini @@ -0,0 +1,2 @@ +[panner-distance-clamping.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower-stereo.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower-stereo.html.ini new file mode 100644 index 00000000000..af6521690b1 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower-stereo.html.ini @@ -0,0 +1,2 @@ +[panner-equalpower-stereo.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower.html.ini new file mode 100644 index 00000000000..2c9651d704f --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-equalpower.html.ini @@ -0,0 +1,2 @@ +[panner-equalpower.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-rolloff-clamping.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-rolloff-clamping.html.ini new file mode 100644 index 00000000000..10dcd6b0c87 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/panner-rolloff-clamping.html.ini @@ -0,0 +1,2 @@ +[panner-rolloff-clamping.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/pannernode-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/pannernode-basic.html.ini new file mode 100644 index 00000000000..9553796f474 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/pannernode-basic.html.ini @@ -0,0 +1,8 @@ +[pannernode-basic.html] + expected: ERROR + [X Initialize context and panner incorrectly threw TypeError: "context.createPanner is not a function".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/test-pannernode-automation.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/test-pannernode-automation.html.ini new file mode 100644 index 00000000000..1fe66f4c246 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-pannernode-interface/test-pannernode-automation.html.ini @@ -0,0 +1,4 @@ +[test-pannernode-automation.html] + [PannerNode AudioParam automation works properly] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/ctor-stereopanner.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/ctor-stereopanner.html.ini new file mode 100644 index 00000000000..60b5da616c4 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/ctor-stereopanner.html.ini @@ -0,0 +1,11 @@ +[ctor-stereopanner.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new StereoPannerNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html.ini new file mode 100644 index 00000000000..a09d9921c49 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/no-dezippering.html.ini @@ -0,0 +1,2 @@ +[no-dezippering.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-basic.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-basic.html.ini new file mode 100644 index 00000000000..5c2eca1884f --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-basic.html.ini @@ -0,0 +1,2 @@ +[stereopannernode-basic.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-panning.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-panning.html.ini new file mode 100644 index 00000000000..318073e0211 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-stereopanner-interface/stereopannernode-panning.html.ini @@ -0,0 +1,2 @@ +[stereopannernode-panning.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/ctor-waveshaper.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/ctor-waveshaper.html.ini new file mode 100644 index 00000000000..64059b2a021 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/ctor-waveshaper.html.ini @@ -0,0 +1,11 @@ +[ctor-waveshaper.html] + expected: ERROR + [X context = new OfflineAudioContext(...) incorrectly threw ReferenceError: "OfflineAudioContext is not defined".] + expected: FAIL + + [< [initialize\] 1 out of 1 assertions were failed.] + expected: FAIL + + [X node0 = new WaveShaperNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".] + expected: FAIL + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/curve-tests.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/curve-tests.html.ini new file mode 100644 index 00000000000..a03586bfd27 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/curve-tests.html.ini @@ -0,0 +1,5 @@ +[curve-tests.html] + expected: ERROR + [WaveShaperNode - Testing that -1, 0 and +1 map correctly to curve (with 1:1 correlation)] + expected: NOTRUN + diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html.ini new file mode 100644 index 00000000000..f7af301e826 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/silent-inputs.html.ini @@ -0,0 +1,2 @@ +[silent-inputs.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini new file mode 100644 index 00000000000..e89b8bae3de --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-copy-curve.html.ini @@ -0,0 +1,2 @@ +[waveshaper-copy-curve.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits.html.ini new file mode 100644 index 00000000000..5928332c45c --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-limits.html.ini @@ -0,0 +1,2 @@ +[waveshaper-limits.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-simple.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-simple.html.ini new file mode 100644 index 00000000000..8cacd43311b --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper-simple.html.ini @@ -0,0 +1,2 @@ +[waveshaper-simple.html] + expected: ERROR diff --git a/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html.ini b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html.ini new file mode 100644 index 00000000000..5e5b20fe070 --- /dev/null +++ b/tests/wpt/metadata/webaudio/the-audio-api/the-waveshapernode-interface/waveshaper.html.ini @@ -0,0 +1,2 @@ +[waveshaper.html] + expected: ERROR