wpt: Unskip webaudio tests as most are passing (#36334)

Signed-off-by: Manuel Rego Casasnovas <rego@igalia.com>
This commit is contained in:
Manuel Rego 2025-04-04 16:12:40 +02:00 committed by GitHub
parent 49d48b897a
commit b4c1cdd3e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 105 additions and 141 deletions

View file

@ -0,0 +1,6 @@
[audioworklet-audioparam-range.https.html]
[Valid parameter descriptors should have successful registration.]
expected: FAIL
[Invalid parameter descriptors should fail registration.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[audioworkletglobalscope-creation-time.https.html]
[currentTime vs currentFrames in Audio Worklet global scope]
expected: FAIL

View file

@ -0,0 +1,3 @@
[audioworkletprocessor-no-process-function.https.html]
[Test an AudioWorkletProcessor with undefined process function.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[audioworkletprocessor-unconnected-outputs.https.window.html]
[Test if unconnected outputs provides a non-zero length array for channels]
expected: FAIL
[Test if outputs connected to AudioParam provides a non-zero length array for channels]
expected: FAIL