commit cd0bbb31a186272a2595f924c920fbfec79eef03 parent 1cdb26400e1589c588aa400c5a8344fed8a97fbd Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Tue, 14 Oct 2025 22:58:09 +0000 Bug 1994295 [wpt PR 55425] - Update wpt metadata, a=testonly wpt-pr: 55425 wpt-type: metadata Diffstat:
5 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-analysernode-interface/test-analyser-scale.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-analysernode-interface/test-analyser-scale.html.ini @@ -1,3 +1,4 @@ [test-analyser-scale.html] expected: if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and not sessionHistoryInParent and debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-getChannelData.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-getChannelData.html.ini @@ -1,3 +1,4 @@ [audiobuffer-getChannelData.html] expected: if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/k-rate-oscillator.html.ini @@ -15,3 +15,9 @@ [# AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed.] expected: FAIL + + [Oscillator k-rate detune] + expected: FAIL + + [Oscillator k-rate frequency] + expected: FAIL diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-convolvernode-interface/realtime-conv.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-convolvernode-interface/realtime-conv.html.ini @@ -4,6 +4,7 @@ if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] if os == "mac": [OK, TIMEOUT] + if (os == "android") and debug: [OK, TIMEOUT] [Test convolver with real‑time context] expected: if (os == "mac") and debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-pannernode-interface/pannernode-setposition-throws.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-pannernode-interface/pannernode-setposition-throws.html.ini @@ -1,3 +1,4 @@ [pannernode-setposition-throws.html] expected: if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and sessionHistoryInParent and debug: [OK, CRASH]