diff options
Diffstat (limited to 'testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface')
6 files changed, 34 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-nondefault-delay.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-nondefault-delay.html.ini new file mode 100644 index 0000000000..bdd1ecb638 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-max-nondefault-delay.html.ini @@ -0,0 +1,4 @@ +[delaynode-max-nondefault-delay.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelay.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelay.html.ini new file mode 100644 index 0000000000..52348ff663 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelay.html.ini @@ -0,0 +1,4 @@ +[delaynode-maxdelay.html] + expected: + if (os == "android") and debug and fission: [TIMEOUT, OK] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit.html.ini new file mode 100644 index 0000000000..f0b70b2ace --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-maxdelaylimit.html.ini @@ -0,0 +1,4 @@ +[delaynode-maxdelaylimit.html] + expected: + if (os == "android") and debug and fission: [OK, TIMEOUT] + if (os == "android") and debug and not fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling.html.ini new file mode 100644 index 0000000000..0fb3a6fae5 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling.html.ini @@ -0,0 +1,4 @@ +[delaynode-scheduling.html] + expected: + if (os == "android") and debug and not fission: [OK, TIMEOUT] + if (os == "android") and debug and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/maxdelay-rounding.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/maxdelay-rounding.html.ini new file mode 100644 index 0000000000..29bb65f1c0 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/maxdelay-rounding.html.ini @@ -0,0 +1,4 @@ +[maxdelay-rounding.html] + expected: + if (os == "android") and not fission and debug: [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/no-dezippering.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/no-dezippering.html.ini new file mode 100644 index 0000000000..ae829bdc32 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-delaynode-interface/no-dezippering.html.ini @@ -0,0 +1,14 @@ +[no-dezippering.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Executing "test0"] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1265406 + expected: FAIL + + [Executing "test1"] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1265406 + expected: FAIL + + [Executing "test2"] + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1265406 + expected: FAIL |