diff options
Diffstat (limited to 'testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface')
7 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-connect-method-chaining.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-connect-method-chaining.html.ini new file mode 100644 index 0000000000..69700c33b8 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-connect-method-chaining.html.ini @@ -0,0 +1,3 @@ +[audionode-connect-method-chaining.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-connect-return-value.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-connect-return-value.html.ini new file mode 100644 index 0000000000..f3f75f2d92 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-connect-return-value.html.ini @@ -0,0 +1,3 @@ +[audionode-connect-return-value.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html.ini new file mode 100644 index 0000000000..84b54ec110 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect-audioparam.html.ini @@ -0,0 +1,10 @@ +[audionode-disconnect-audioparam.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Executing "disconnect(AudioParam)"] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1265406 + expected: FAIL + + [Executing "disconnect(AudioParam, output)"] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1265406 + expected: FAIL diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect.html.ini new file mode 100644 index 0000000000..740fc347cd --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-disconnect.html.ini @@ -0,0 +1,3 @@ +[audionode-disconnect.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-iframe.window.js.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-iframe.window.js.ini new file mode 100644 index 0000000000..17ef507743 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode-iframe.window.js.ini @@ -0,0 +1,5 @@ +[audionode-iframe.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Call a constructor from iframe page and then destroy the iframe] + expected: FAIL diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode.html.ini new file mode 100644 index 0000000000..1968bb45ce --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/audionode.html.ini @@ -0,0 +1,3 @@ +[audionode.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/different-contexts.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/different-contexts.html.ini new file mode 100644 index 0000000000..fd0b393887 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/different-contexts.html.ini @@ -0,0 +1,3 @@ +[different-contexts.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |