commit 5b74a63dbb004dfd5a4be89b79bbb5825c20459f parent c438612ba6a4987965a8efc89541d233eb458e8d Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Fri, 24 Oct 2025 22:14:55 +0000 Bug 1996337 [wpt PR 55646] - Update wpt metadata, a=testonly wpt-pr: 55646 wpt-type: metadata Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-analysernode-interface/realtimeanalyser-fft-scaling.html.ini @@ -2,3 +2,5 @@ expected: if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] + if not sessionHistoryInParent and debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-analysernode-interface/test-analysernode.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-analysernode-interface/test-analysernode.html.ini @@ -1,4 +1,6 @@ [test-analysernode.html] expected: if not sessionHistoryInParent and debug: TIMEOUT - if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT] + if (os == "android") and debug: [OK, TIMEOUT, CRASH] + if (os == "android") and not sessionHistoryInParent: [OK, TIMEOUT]