diff options
Diffstat (limited to 'testing/web-platform/meta/webcodecs/audio-decoder.crossOriginIsolated.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webcodecs/audio-decoder.crossOriginIsolated.https.any.js.ini | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/testing/web-platform/meta/webcodecs/audio-decoder.crossOriginIsolated.https.any.js.ini b/testing/web-platform/meta/webcodecs/audio-decoder.crossOriginIsolated.https.any.js.ini index c56634fade..376e458c87 100644 --- a/testing/web-platform/meta/webcodecs/audio-decoder.crossOriginIsolated.https.any.js.ini +++ b/testing/web-platform/meta/webcodecs/audio-decoder.crossOriginIsolated.https.any.js.ini @@ -1,17 +1,18 @@ -[audio-decoder.crossOriginIsolated.https.any.html] - expected: - if (os == "android") and debug and not swgl: [OK, TIMEOUT] - if (os == "android") and debug and swgl: [OK, TIMEOUT] +[audio-decoder.crossOriginIsolated.https.any.worker.html] [Test isConfigSupported() and configure() using a SharedArrayBuffer] - expected: FAIL + expected: + if os == "android": PRECONDITION_FAILED [Test isConfigSupported() and configure() using a Uint8Array(SharedArrayBuffer)] - expected: FAIL + expected: + if os == "android": PRECONDITION_FAILED -[audio-decoder.crossOriginIsolated.https.any.worker.html] +[audio-decoder.crossOriginIsolated.https.any.html] [Test isConfigSupported() and configure() using a SharedArrayBuffer] - expected: FAIL + expected: + if os == "android": PRECONDITION_FAILED [Test isConfigSupported() and configure() using a Uint8Array(SharedArrayBuffer)] - expected: FAIL + expected: + if os == "android": PRECONDITION_FAILED |