diff options
Diffstat (limited to 'testing/web-platform/meta/wasm/jsapi/module')
4 files changed, 35 insertions, 0 deletions
diff --git a/testing/web-platform/meta/wasm/jsapi/module/customSections.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/customSections.any.js.ini new file mode 100644 index 0000000000..01e227e8d8 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/customSections.any.js.ini @@ -0,0 +1,14 @@ +[customSections.any.html] + [Custom sections with U+FFFD] + expected: FAIL + + +[customSections.any.worker.html] + [Custom sections with U+FFFD] + expected: FAIL + + +[customSections.any.js] + [Custom sections with U+FFFD] + expected: FAIL + diff --git a/testing/web-platform/meta/wasm/jsapi/module/exports.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/exports.any.js.ini new file mode 100644 index 0000000000..8ca76b1fed --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/exports.any.js.ini @@ -0,0 +1,7 @@ +[exports.any.worker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[exports.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/module/imports.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/imports.any.js.ini new file mode 100644 index 0000000000..cb73007bc3 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/imports.any.js.ini @@ -0,0 +1,7 @@ +[imports.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[imports.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/module/toString.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/toString.any.js.ini new file mode 100644 index 0000000000..5318d67c62 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/toString.any.js.ini @@ -0,0 +1,7 @@ +[toString.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[toString.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |