diff options
Diffstat (limited to 'testing/web-platform/meta/wasm/webapi/status.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/wasm/webapi/status.any.js.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/web-platform/meta/wasm/webapi/status.any.js.ini b/testing/web-platform/meta/wasm/webapi/status.any.js.ini new file mode 100644 index 0000000000..d0b1737170 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/status.any.js.ini @@ -0,0 +1,38 @@ +[status.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Response with status 0: compileStreaming] + expected: FAIL + + [Response with status 0: instantiateStreaming] + expected: FAIL + + +[status.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Response with status 0: compileStreaming] + expected: FAIL + + [Response with status 0: instantiateStreaming] + expected: FAIL + + +[status.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Response with status 0: compileStreaming] + expected: FAIL + + [Response with status 0: instantiateStreaming] + expected: FAIL + + +[status.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Response with status 0: compileStreaming] + expected: FAIL + + [Response with status 0: instantiateStreaming] + expected: FAIL |