diff options
Diffstat (limited to 'testing/web-platform/meta/wasm')
88 files changed, 1253 insertions, 0 deletions
diff --git a/testing/web-platform/meta/wasm/jsapi/__dir__.ini b/testing/web-platform/meta/wasm/jsapi/__dir__.ini new file mode 100644 index 0000000000..e7b2397e45 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/__dir__.ini @@ -0,0 +1,2 @@ +disabled: + if not wasm: missing support for WebAssembly diff --git a/testing/web-platform/meta/wasm/jsapi/constructor/instantiate-bad-imports.any.js.ini b/testing/web-platform/meta/wasm/jsapi/constructor/instantiate-bad-imports.any.js.ini new file mode 100644 index 0000000000..b469a3b9f4 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/constructor/instantiate-bad-imports.any.js.ini @@ -0,0 +1,5 @@ +[instantiate-bad-imports.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[instantiate-bad-imports.any.worker.html] diff --git a/testing/web-platform/meta/wasm/jsapi/constructor/instantiate.any.js.ini b/testing/web-platform/meta/wasm/jsapi/constructor/instantiate.any.js.ini new file mode 100644 index 0000000000..544f7441ef --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/constructor/instantiate.any.js.ini @@ -0,0 +1,11 @@ +[instantiate.any.js] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1556807 + +[instantiate.any.worker.html] + expected: + if (os == "linux") and fission and (processor == "x86_64"): [OK, TIMEOUT] + if (os == "android") and fission: [OK, TIMEOUT] + +[instantiate.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/constructor/multi-value.any.js.ini b/testing/web-platform/meta/wasm/jsapi/constructor/multi-value.any.js.ini new file mode 100644 index 0000000000..0a584fe292 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/constructor/multi-value.any.js.ini @@ -0,0 +1,7 @@ +[multi-value.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[multi-value.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/constructor/validate.any.js.ini b/testing/web-platform/meta/wasm/jsapi/constructor/validate.any.js.ini new file mode 100644 index 0000000000..cdbfc48012 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/constructor/validate.any.js.ini @@ -0,0 +1,7 @@ +[validate.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[validate.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/exception/constructor.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/exception/constructor.tentative.any.js.ini new file mode 100644 index 0000000000..2990c2671d --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/exception/constructor.tentative.any.js.ini @@ -0,0 +1,7 @@ +[constructor.tentative.any.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + +[constructor.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/exception/getArg.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/exception/getArg.tentative.any.js.ini new file mode 100644 index 0000000000..31ef1f657c --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/exception/getArg.tentative.any.js.ini @@ -0,0 +1,17 @@ +[getArg.tentative.any.js] + [Getting out-of-range argument] + expected: FAIL + + +[getArg.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Getting out-of-range argument] + expected: FAIL + + +[getArg.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Getting out-of-range argument] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/exception/is.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/exception/is.tentative.any.js.ini new file mode 100644 index 0000000000..47e4aaed2a --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/exception/is.tentative.any.js.ini @@ -0,0 +1,7 @@ +[is.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[is.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/exception/toString.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/exception/toString.tentative.any.js.ini new file mode 100644 index 0000000000..ebd61f4151 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/exception/toString.tentative.any.js.ini @@ -0,0 +1,7 @@ +[toString.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[toString.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/function/call.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/function/call.tentative.any.js.ini new file mode 100644 index 0000000000..8a124a3502 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/function/call.tentative.any.js.ini @@ -0,0 +1,22 @@ +[call.tentative.any.worker.html] + [test calling function] + expected: + if release_or_beta: FAIL + [test constructing function] + expected: + if release_or_beta: FAIL +[call.tentative.any.html] + [test calling function] + expected: + if release_or_beta: FAIL + [test constructing function] + expected: + if release_or_beta: FAIL +[call.tentative.any.js] + [test calling function] + expected: + if release_or_beta: FAIL + [test constructing function] + expected: + if release_or_beta: FAIL + diff --git a/testing/web-platform/meta/wasm/jsapi/function/constructor.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/function/constructor.tentative.any.js.ini new file mode 100644 index 0000000000..899d864e6e --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/function/constructor.tentative.any.js.ini @@ -0,0 +1,133 @@ +[constructor.tentative.any.worker.html] + [name] + expected: + if release_or_beta: FAIL + + [Too few arguments] + expected: + if release_or_beta: FAIL + + [Calling] + expected: + if release_or_beta: FAIL + + [construct with JS function] + expected: + if release_or_beta: FAIL + + [fail with missing parameters] + expected: + if release_or_beta: FAIL + + [fail with missing results] + expected: + if release_or_beta: FAIL + + [fail with non-string parameters & results] + expected: + if release_or_beta: FAIL + + [fail with non-existent parameter and result type] + expected: + if release_or_beta: FAIL + + [fail with non-function object] + expected: + if release_or_beta: FAIL + + [fail to construct with non-callable object] + expected: + if release_or_beta: FAIL + + [length] + expected: FAIL + + +[constructor.tentative.any.html] + [name] + expected: + if release_or_beta: FAIL + + [Too few arguments] + expected: + if release_or_beta: FAIL + + [Calling] + expected: + if release_or_beta: FAIL + + [construct with JS function] + expected: + if release_or_beta: FAIL + + [fail with missing parameters] + expected: + if release_or_beta: FAIL + + [fail with missing results] + expected: + if release_or_beta: FAIL + + [fail with non-string parameters & results] + expected: + if release_or_beta: FAIL + + [fail with non-existent parameter and result type] + expected: + if release_or_beta: FAIL + + [fail with non-function object] + expected: + if release_or_beta: FAIL + + [fail to construct with non-callable object] + expected: + if release_or_beta: FAIL + + [length] + expected: FAIL + + +[constructor.tentative.any.js] + [name] + expected: + if release_or_beta: FAIL + + [Too few arguments] + expected: + if release_or_beta: FAIL + + [Calling] + expected: + if release_or_beta: FAIL + + [construct with JS function] + expected: + if release_or_beta: FAIL + + [fail with missing parameters] + expected: + if release_or_beta: FAIL + + [fail with missing results] + expected: + if release_or_beta: FAIL + + [fail with non-string parameters & results] + expected: + if release_or_beta: FAIL + + [fail with non-existent parameter and result type] + expected: + if release_or_beta: FAIL + + [fail with non-function object] + expected: + if release_or_beta: FAIL + + [fail to construct with non-callable object] + expected: + if release_or_beta: FAIL + + [length] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/function/table.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/function/table.tentative.any.js.ini new file mode 100644 index 0000000000..87de94cd94 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/function/table.tentative.any.js.ini @@ -0,0 +1,20 @@ +[table.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test insertion into table] + expected: + if release_or_beta: FAIL + + +[table.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test insertion into table] + expected: + if release_or_beta: FAIL + + +[table.tentative.any.js] + [Test insertion into table] + expected: + if release_or_beta: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/function/type.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/function/type.tentative.any.js.ini new file mode 100644 index 0000000000..9226439454 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/function/type.tentative.any.js.ini @@ -0,0 +1,32 @@ +[type.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check empty results and parameters] + expected: + if release_or_beta: FAIL + + [Check all types] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Check empty results and parameters] + expected: + if release_or_beta: FAIL + + [Check all types] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.js] + [Check empty results and parameters] + expected: + if release_or_beta: FAIL + + [Check all types] + expected: + if release_or_beta: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/functions/entry-different-function-realm.html.ini b/testing/web-platform/meta/wasm/jsapi/functions/entry-different-function-realm.html.ini new file mode 100644 index 0000000000..fa6e746f4c --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/functions/entry-different-function-realm.html.ini @@ -0,0 +1,4 @@ +[entry-different-function-realm.html] + [Start function] + expected: FAIL + diff --git a/testing/web-platform/meta/wasm/jsapi/functions/entry.html.ini b/testing/web-platform/meta/wasm/jsapi/functions/entry.html.ini new file mode 100644 index 0000000000..5dfa54f36a --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/functions/entry.html.ini @@ -0,0 +1,4 @@ +[entry.html] + [Start function] + expected: FAIL + diff --git a/testing/web-platform/meta/wasm/jsapi/functions/incumbent.html.ini b/testing/web-platform/meta/wasm/jsapi/functions/incumbent.html.ini new file mode 100644 index 0000000000..5bbf556dda --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/functions/incumbent.html.ini @@ -0,0 +1,3 @@ +[incumbent.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/global/toString.any.js.ini b/testing/web-platform/meta/wasm/jsapi/global/toString.any.js.ini new file mode 100644 index 0000000000..b04c383a6a --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/global/toString.any.js.ini @@ -0,0 +1,5 @@ +[toString.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[toString.any.html] diff --git a/testing/web-platform/meta/wasm/jsapi/global/type.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/global/type.tentative.any.js.ini new file mode 100644 index 0000000000..5aaf12c41d --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/global/type.tentative.any.js.ini @@ -0,0 +1,164 @@ +[type.tentative.any.js] + [i32, mutable] + expected: + if release_or_beta: FAIL + + [i32, immutable] + expected: + if release_or_beta: FAIL + + [i64, mutable] + expected: + if release_or_beta: FAIL + + [i64, immutable] + expected: + if release_or_beta: FAIL + + [f32, mutable] + expected: + if release_or_beta: FAIL + + [f32, immutable] + expected: + if release_or_beta: FAIL + + [f64, mutable] + expected: + if release_or_beta: FAIL + + [f64, immutable] + expected: + if release_or_beta: FAIL + + [externref, mutable] + expected: + if release_or_beta: FAIL + + [externref, immutable] + expected: + if release_or_beta: FAIL + + [funcref, mutable] + expected: + if release_or_beta: FAIL + + [funcref, immutable] + expected: + if release_or_beta: FAIL + + [key ordering] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [i32, mutable] + expected: + if release_or_beta: FAIL + + [i32, immutable] + expected: + if release_or_beta: FAIL + + [i64, mutable] + expected: + if release_or_beta: FAIL + + [i64, immutable] + expected: + if release_or_beta: FAIL + + [f32, mutable] + expected: + if release_or_beta: FAIL + + [f32, immutable] + expected: + if release_or_beta: FAIL + + [f64, mutable] + expected: + if release_or_beta: FAIL + + [f64, immutable] + expected: + if release_or_beta: FAIL + + [externref, mutable] + expected: + if release_or_beta: FAIL + + [externref, immutable] + expected: + if release_or_beta: FAIL + + [funcref, mutable] + expected: + if release_or_beta: FAIL + + [funcref, immutable] + expected: + if release_or_beta: FAIL + + [key ordering] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [i32, mutable] + expected: + if release_or_beta: FAIL + + [i32, immutable] + expected: + if release_or_beta: FAIL + + [i64, mutable] + expected: + if release_or_beta: FAIL + + [i64, immutable] + expected: + if release_or_beta: FAIL + + [f32, mutable] + expected: + if release_or_beta: FAIL + + [f32, immutable] + expected: + if release_or_beta: FAIL + + [f64, mutable] + expected: + if release_or_beta: FAIL + + [f64, immutable] + expected: + if release_or_beta: FAIL + + [externref, mutable] + expected: + if release_or_beta: FAIL + + [externref, immutable] + expected: + if release_or_beta: FAIL + + [funcref, mutable] + expected: + if release_or_beta: FAIL + + [funcref, immutable] + expected: + if release_or_beta: FAIL + + [key ordering] + expected: + if release_or_beta: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/global/value-get-set.any.js.ini b/testing/web-platform/meta/wasm/jsapi/global/value-get-set.any.js.ini new file mode 100644 index 0000000000..39fd593694 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/global/value-get-set.any.js.ini @@ -0,0 +1,7 @@ +[value-get-set.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[value-get-set.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/global/valueOf.any.js.ini b/testing/web-platform/meta/wasm/jsapi/global/valueOf.any.js.ini new file mode 100644 index 0000000000..d94109ca2b --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/global/valueOf.any.js.ini @@ -0,0 +1,7 @@ +[valueOf.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[valueOf.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/idlharness.any.js.ini b/testing/web-platform/meta/wasm/jsapi/idlharness.any.js.ini new file mode 100644 index 0000000000..ac4113f3e2 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/idlharness.any.js.ini @@ -0,0 +1,9 @@ +[idlharness.any.html] + [Table interface: operation set(unsigned long, optional any)] + expected: FAIL + + +[idlharness.any.worker.html] + [Table interface: operation set(unsigned long, optional any)] + expected: FAIL + diff --git a/testing/web-platform/meta/wasm/jsapi/instance/__dir__.ini b/testing/web-platform/meta/wasm/jsapi/instance/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/instance/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/wasm/jsapi/instance/constructor-caching.any.js.ini b/testing/web-platform/meta/wasm/jsapi/instance/constructor-caching.any.js.ini new file mode 100644 index 0000000000..0ff34af7fa --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/instance/constructor-caching.any.js.ini @@ -0,0 +1,5 @@ +[constructor-caching.any.worker.html] + +[constructor-caching.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/instance/constructor.any.js.ini b/testing/web-platform/meta/wasm/jsapi/instance/constructor.any.js.ini new file mode 100644 index 0000000000..fae9af92b8 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/instance/constructor.any.js.ini @@ -0,0 +1,7 @@ +[constructor.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[constructor.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/instance/exports.any.js.ini b/testing/web-platform/meta/wasm/jsapi/instance/exports.any.js.ini new file mode 100644 index 0000000000..a7cd1dad68 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/instance/exports.any.js.ini @@ -0,0 +1,7 @@ +[exports.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[exports.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/instance/toString.any.js.ini b/testing/web-platform/meta/wasm/jsapi/instance/toString.any.js.ini new file mode 100644 index 0000000000..dfc0f75a13 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/instance/toString.any.js.ini @@ -0,0 +1,7 @@ +[toString.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[toString.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/interface.any.js.ini b/testing/web-platform/meta/wasm/jsapi/interface.any.js.ini new file mode 100644 index 0000000000..4039aade71 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/interface.any.js.ini @@ -0,0 +1,17 @@ +[interface.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebAssembly.Table.set: length] + expected: FAIL + + +[interface.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [WebAssembly.Table.set: length] + expected: FAIL + + +[interface.any.js] + [WebAssembly.Table.set: length] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/memory/constructor-shared.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/memory/constructor-shared.tentative.any.js.ini new file mode 100644 index 0000000000..284194ed21 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/memory/constructor-shared.tentative.any.js.ini @@ -0,0 +1,14 @@ +[constructor-shared.tentative.any.worker.html] + [Shared memory] + expected: FAIL + + +[constructor-shared.tentative.any.html] + [Shared memory] + expected: FAIL + + +[constructor-shared.tentative.any.js] + [Shared memory] + expected: FAIL + diff --git a/testing/web-platform/meta/wasm/jsapi/memory/constructor-types.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/memory/constructor-types.tentative.any.js.ini new file mode 100644 index 0000000000..41bd195782 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/memory/constructor-types.tentative.any.js.ini @@ -0,0 +1,44 @@ +[constructor-types.tentative.any.worker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Initializing with both initial and minimum] + expected: + if release_or_beta: FAIL + + [Zero minimum] + expected: + if release_or_beta: FAIL + + [Non-zero minimum] + expected: + if release_or_beta: FAIL + + +[constructor-types.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Initializing with both initial and minimum] + expected: + if release_or_beta: FAIL + + [Zero minimum] + expected: + if release_or_beta: FAIL + + [Non-zero minimum] + expected: + if release_or_beta: FAIL + + +[constructor-types.tentative.any.js] + [Initializing with both initial and minimum] + expected: + if release_or_beta: FAIL + + [Zero minimum] + expected: + if release_or_beta: FAIL + + [Non-zero minimum] + expected: + if release_or_beta: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/memory/constructor.any.js.ini b/testing/web-platform/meta/wasm/jsapi/memory/constructor.any.js.ini new file mode 100644 index 0000000000..51629c54f5 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/memory/constructor.any.js.ini @@ -0,0 +1,20 @@ +[constructor.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Order of evaluation for descriptor (with shared)] + expected: + if not early_beta_or_earlier: FAIL + + +[constructor.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Order of evaluation for descriptor (with shared)] + expected: + if not early_beta_or_earlier: FAIL + + +[constructor.any.js] + [Order of evaluation for descriptor (with shared)] + expected: + if not early_beta_or_earlier: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/memory/grow.any.js.ini b/testing/web-platform/meta/wasm/jsapi/memory/grow.any.js.ini new file mode 100644 index 0000000000..7780089629 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/memory/grow.any.js.ini @@ -0,0 +1,17 @@ +[grow.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Growing shared memory does not detach old buffer] + expected: FAIL + + +[grow.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Growing shared memory does not detach old buffer] + expected: FAIL + + +[grow.any.js] + [Growing shared memory does not detach old buffer] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/memory/toString.any.js.ini b/testing/web-platform/meta/wasm/jsapi/memory/toString.any.js.ini new file mode 100644 index 0000000000..88148e7338 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/memory/toString.any.js.ini @@ -0,0 +1,7 @@ +[toString.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[toString.any.worker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/wasm/jsapi/memory/type.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/memory/type.tentative.any.js.ini new file mode 100644 index 0000000000..c3e2ba507e --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/memory/type.tentative.any.js.ini @@ -0,0 +1,80 @@ +[type.tentative.any.js] + [Zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Non-zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Zero maximum] + expected: + if release_or_beta: FAIL + + [None-zero maximum] + expected: + if release_or_beta: FAIL + + [non-shared memory] + expected: + if release_or_beta: FAIL + + [shared memory] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Non-zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Zero maximum] + expected: + if release_or_beta: FAIL + + [None-zero maximum] + expected: + if release_or_beta: FAIL + + [non-shared memory] + expected: + if release_or_beta: FAIL + + [shared memory] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Non-zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Zero maximum] + expected: + if release_or_beta: FAIL + + [None-zero maximum] + expected: + if release_or_beta: FAIL + + [non-shared memory] + expected: + if release_or_beta: FAIL + + [shared memory] + expected: + if release_or_beta: FAIL 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] diff --git a/testing/web-platform/meta/wasm/jsapi/proto-from-ctor-realm.html.ini b/testing/web-platform/meta/wasm/jsapi/proto-from-ctor-realm.html.ini new file mode 100644 index 0000000000..3a606c53fe --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/proto-from-ctor-realm.html.ini @@ -0,0 +1,3 @@ +[proto-from-ctor-realm.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/wasm/jsapi/prototypes.any.js.ini b/testing/web-platform/meta/wasm/jsapi/prototypes.any.js.ini new file mode 100644 index 0000000000..6c1377d130 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/prototypes.any.js.ini @@ -0,0 +1,7 @@ +[prototypes.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[prototypes.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/table/__dir__.ini b/testing/web-platform/meta/wasm/jsapi/table/__dir__.ini new file mode 100644 index 0000000000..d5661f0dcc --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/table/__dir__.ini @@ -0,0 +1 @@ +lsan-allowed: [Alloc, MakeUnique, Realloc, XPCNativeInterface::NewInstance, XPCNativeSet::NewInstance, XPCNativeSet::NewInstanceMutate, XPCWrappedNative::GetNewOrUsed, XPCWrappedNativeProto::GetNewOrUsed, mozilla::extensions::AtomSet::Get, mozilla::extensions::MatchPattern::Constructor, mozilla::extensions::MatchPattern::Init] diff --git a/testing/web-platform/meta/wasm/jsapi/table/constructor-types.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/table/constructor-types.tentative.any.js.ini new file mode 100644 index 0000000000..3037c82b71 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/table/constructor-types.tentative.any.js.ini @@ -0,0 +1,32 @@ +[constructor-types.tentative.any.worker.html] + [Initializing with both initial and minimum] + expected: + if release_or_beta: FAIL + [Zero minimum] + expected: + if release_or_beta: FAIL + [Non-zero minimum] + expected: + if release_or_beta: FAIL + +[constructor-types.tentative.any.html] + [Initializing with both initial and minimum] + expected: + if release_or_beta: FAIL + [Zero minimum] + expected: + if release_or_beta: FAIL + [Non-zero minimum] + expected: + if release_or_beta: FAIL + +[constructor-types.tentative.any.js] + [Initializing with both initial and minimum] + expected: + if release_or_beta: FAIL + [Zero minimum] + expected: + if release_or_beta: FAIL + [Non-zero minimum] + expected: + if release_or_beta: FAIL
\ No newline at end of file diff --git a/testing/web-platform/meta/wasm/jsapi/table/get-set.any.js.ini b/testing/web-platform/meta/wasm/jsapi/table/get-set.any.js.ini new file mode 100644 index 0000000000..752aff3684 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/table/get-set.any.js.ini @@ -0,0 +1,7 @@ +[get-set.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[get-set.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/table/grow.any.js.ini b/testing/web-platform/meta/wasm/jsapi/table/grow.any.js.ini new file mode 100644 index 0000000000..f70b4b1f75 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/table/grow.any.js.ini @@ -0,0 +1,7 @@ +[grow.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[grow.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/table/length.any.js.ini b/testing/web-platform/meta/wasm/jsapi/table/length.any.js.ini new file mode 100644 index 0000000000..0cb08f7d99 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/table/length.any.js.ini @@ -0,0 +1,7 @@ +[length.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[length.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/table/toString.any.js.ini b/testing/web-platform/meta/wasm/jsapi/table/toString.any.js.ini new file mode 100644 index 0000000000..dfc0f75a13 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/table/toString.any.js.ini @@ -0,0 +1,7 @@ +[toString.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[toString.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/jsapi/table/type.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/table/type.tentative.any.js.ini new file mode 100644 index 0000000000..7a2d4a1f65 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/table/type.tentative.any.js.ini @@ -0,0 +1,56 @@ +[type.tentative.any.js] + [Zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Non-zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Zero maximum] + expected: + if release_or_beta: FAIL + + [Non-zero maximum] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Non-zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Zero maximum] + expected: + if release_or_beta: FAIL + + [Non-zero maximum] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Non-zero initial, no maximum] + expected: + if release_or_beta: FAIL + + [Zero maximum] + expected: + if release_or_beta: FAIL + + [Non-zero maximum] + expected: + if release_or_beta: FAIL diff --git a/testing/web-platform/meta/wasm/jsapi/tag/type.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/tag/type.tentative.any.js.ini new file mode 100644 index 0000000000..35b2e54103 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/tag/type.tentative.any.js.ini @@ -0,0 +1,44 @@ +[type.tentative.any.worker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [[\]] + expected: + if release_or_beta: FAIL + + [[i32 i64\]] + expected: + if release_or_beta: FAIL + + [[i32 i64 f32 f64\]] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [[\]] + expected: + if release_or_beta: FAIL + + [[i32 i64\]] + expected: + if release_or_beta: FAIL + + [[i32 i64 f32 f64\]] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.js] + [[\]] + expected: + if release_or_beta: FAIL + + [[i32 i64\]] + expected: + if release_or_beta: FAIL + + [[i32 i64 f32 f64\]] + expected: + if release_or_beta: FAIL diff --git a/testing/web-platform/meta/wasm/serialization/module/__dir__.ini b/testing/web-platform/meta/wasm/serialization/module/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/wasm/serialization/module/cross-origin-module-sharing-fails.html.ini b/testing/web-platform/meta/wasm/serialization/module/cross-origin-module-sharing-fails.html.ini new file mode 100644 index 0000000000..063f17f17b --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/cross-origin-module-sharing-fails.html.ini @@ -0,0 +1,7 @@ +[cross-origin-module-sharing-fails.html] + expected: TIMEOUT + [postMessaging a wasm module to an iframe in a different agent cluster fails] + expected: TIMEOUT + + [postMessaging a wasm module to a cross-origin iframe in the same agent cluster fails] + expected: NOTRUN diff --git a/testing/web-platform/meta/wasm/serialization/module/identity-not-preserved.html.ini b/testing/web-platform/meta/wasm/serialization/module/identity-not-preserved.html.ini new file mode 100644 index 0000000000..24a1d4219d --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/identity-not-preserved.html.ini @@ -0,0 +1,3 @@ +[identity-not-preserved.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/serialization/module/nested-worker-success.any.js.ini b/testing/web-platform/meta/wasm/serialization/module/nested-worker-success.any.js.ini new file mode 100644 index 0000000000..47ecffd1bc --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/nested-worker-success.any.js.ini @@ -0,0 +1,7 @@ +[nested-worker-success.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[nested-worker-success.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/serialization/module/serialization-via-history.html.ini b/testing/web-platform/meta/wasm/serialization/module/serialization-via-history.html.ini new file mode 100644 index 0000000000..49ffff9832 --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/serialization-via-history.html.ini @@ -0,0 +1,3 @@ +[serialization-via-history.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/serialization/module/serialization-via-idb.any.js.ini b/testing/web-platform/meta/wasm/serialization/module/serialization-via-idb.any.js.ini new file mode 100644 index 0000000000..fa838a4f4a --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/serialization-via-idb.any.js.ini @@ -0,0 +1,15 @@ +[serialization-via-idb.any.html] + expected: + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + [WebAssembly.Module cloning via IndexedDB: basic case] + expected: + if (os == "win") and not debug: [PASS, TIMEOUT] + + [WebAssembly.Module cloning via the IndexedDB: is interleaved correctly] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] + + +[serialization-via-idb.any.worker.html] diff --git a/testing/web-platform/meta/wasm/serialization/module/serialization-via-notifications-api.any.js.ini b/testing/web-platform/meta/wasm/serialization/module/serialization-via-notifications-api.any.js.ini new file mode 100644 index 0000000000..7ad266ecb4 --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/serialization-via-notifications-api.any.js.ini @@ -0,0 +1,7 @@ +[serialization-via-notifications-api.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[serialization-via-notifications-api.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/serialization/module/share-module-cross-origin-fails.sub.html.ini b/testing/web-platform/meta/wasm/serialization/module/share-module-cross-origin-fails.sub.html.ini new file mode 100644 index 0000000000..68c4227624 --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/share-module-cross-origin-fails.sub.html.ini @@ -0,0 +1,4 @@ +[share-module-cross-origin-fails.sub.html] + expected: TIMEOUT + [postMessaging a wasm module to a cross-origin iframe fails] + expected: TIMEOUT diff --git a/testing/web-platform/meta/wasm/serialization/module/window-serviceworker-failure.https.html.ini b/testing/web-platform/meta/wasm/serialization/module/window-serviceworker-failure.https.html.ini new file mode 100644 index 0000000000..4731703e29 --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/window-serviceworker-failure.https.html.ini @@ -0,0 +1,10 @@ +implementation-status: backlog +bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912 +[window-serviceworker-failure.https.html] + expected: + if os == "linux": [TIMEOUT, OK] + TIMEOUT + [WebAssembly.Module cannot cross agent clusters, service worker edition] + expected: + if os == "linux": [TIMEOUT, FAIL] + TIMEOUT diff --git a/testing/web-platform/meta/wasm/serialization/module/window-sharedworker-failure.html.ini b/testing/web-platform/meta/wasm/serialization/module/window-sharedworker-failure.html.ini new file mode 100644 index 0000000000..c6374179c7 --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/window-sharedworker-failure.html.ini @@ -0,0 +1,3 @@ +[window-sharedworker-failure.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/serialization/module/window-simple-success.html.ini b/testing/web-platform/meta/wasm/serialization/module/window-simple-success.html.ini new file mode 100644 index 0000000000..62acdd5d97 --- /dev/null +++ b/testing/web-platform/meta/wasm/serialization/module/window-simple-success.html.ini @@ -0,0 +1,5 @@ +[window-simple-success.html] + expected: + if (os == "mac") and debug: [OK, CRASH] + if (os == "linux") and debug: [OK, CRASH] + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/__dir__.ini b/testing/web-platform/meta/wasm/webapi/__dir__.ini new file mode 100644 index 0000000000..82abf170d7 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/__dir__.ini @@ -0,0 +1 @@ +lsan-allowed: [maybe_pod_malloc] diff --git a/testing/web-platform/meta/wasm/webapi/abort.any.js.ini b/testing/web-platform/meta/wasm/webapi/abort.any.js.ini new file mode 100644 index 0000000000..bd70eed8d3 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/abort.any.js.ini @@ -0,0 +1,12 @@ +[abort.any.worker.html] + [compileStreaming() synchronously followed by abort should reject with AbortError] + expected: + if (os == "linux") and not debug and fission: [PASS, FAIL] + if (os == "linux") and not debug and not fission: [PASS, FAIL] + + [instantiateStreaming() synchronously followed by abort should reject with AbortError] + expected: + if (os == "linux") and not fission and not debug: [PASS, FAIL] + + +[abort.any.html] diff --git a/testing/web-platform/meta/wasm/webapi/body.any.js.ini b/testing/web-platform/meta/wasm/webapi/body.any.js.ini new file mode 100644 index 0000000000..82fffef5b3 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/body.any.js.ini @@ -0,0 +1,15 @@ +[body.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[body.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[body.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[body.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/contenttype.any.js.ini b/testing/web-platform/meta/wasm/webapi/contenttype.any.js.ini new file mode 100644 index 0000000000..7122502e91 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/contenttype.any.js.ini @@ -0,0 +1,15 @@ +[contenttype.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[contenttype.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[contenttype.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[contenttype.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/empty-body.any.js.ini b/testing/web-platform/meta/wasm/webapi/empty-body.any.js.ini new file mode 100644 index 0000000000..7fc225f5bc --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/empty-body.any.js.ini @@ -0,0 +1,15 @@ +[empty-body.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[empty-body.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[empty-body.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[empty-body.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/execute-start.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/execute-start.tentative.html.ini new file mode 100644 index 0000000000..e45812d3f2 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/execute-start.tentative.html.ini @@ -0,0 +1,3 @@ +[execute-start.tentative.html] + [Importing a WebAssembly module should execute the start function.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/exported-names.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/exported-names.tentative.html.ini new file mode 100644 index 0000000000..59165fdae9 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/exported-names.tentative.html.ini @@ -0,0 +1,2 @@ +[exported-names.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/invalid-bytecode.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/invalid-bytecode.tentative.html.ini new file mode 100644 index 0000000000..aeb283b97a --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/invalid-bytecode.tentative.html.ini @@ -0,0 +1,5 @@ +[invalid-bytecode.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that imports of invalid WebAssembly modules leads to WebAssembly.CompileError on window.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle-errors.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle-errors.tentative.html.ini new file mode 100644 index 0000000000..9c65dc5091 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle-errors.tentative.html.ini @@ -0,0 +1,3 @@ +[js-wasm-cycle-errors.tentative.html] + [Check cyclic linking between JavaScript and WebAssembly where JavaScript is higher in the module graph.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle.tentative.html.ini new file mode 100644 index 0000000000..4d1686f648 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle.tentative.html.ini @@ -0,0 +1,2 @@ +[js-wasm-cycle.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/module-parse-error.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/module-parse-error.tentative.html.ini new file mode 100644 index 0000000000..d101d1fd51 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/module-parse-error.tentative.html.ini @@ -0,0 +1,5 @@ +[module-parse-error.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that imports of invalid WebAssembly modules leads to WebAssembly.CompileError on window.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/resolve-export.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/resolve-export.tentative.html.ini new file mode 100644 index 0000000000..975e4d4002 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/resolve-export.tentative.html.ini @@ -0,0 +1,3 @@ +[resolve-export.tentative.html] + [Re-export of missing Wasm export should result in SyntaxError.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import-wasm-export.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import-wasm-export.tentative.html.ini new file mode 100644 index 0000000000..37ff951636 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import-wasm-export.tentative.html.ini @@ -0,0 +1,2 @@ +[wasm-import-wasm-export.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import.tentative.html.ini new file mode 100644 index 0000000000..34e1ba6bfa --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import.tentative.html.ini @@ -0,0 +1,3 @@ +[wasm-import.tentative.html] + [Invalid imports for WebAssembly modules should error.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-js-cycle.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-js-cycle.tentative.html.ini new file mode 100644 index 0000000000..589d5a94e7 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-js-cycle.tentative.html.ini @@ -0,0 +1,2 @@ +[wasm-js-cycle.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-to-wasm-link-error.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-to-wasm-link-error.tentative.html.ini new file mode 100644 index 0000000000..a22c7ab0a2 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-to-wasm-link-error.tentative.html.ini @@ -0,0 +1,5 @@ +[wasm-to-wasm-link-error.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Link errors for imports between WebAssembly modules should be reported.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/worker-import.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/worker-import.tentative.html.ini new file mode 100644 index 0000000000..87f5b6f82f --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/worker-import.tentative.html.ini @@ -0,0 +1,4 @@ +[worker-import.tentative.html] + expected: TIMEOUT + [Testing import of WebAssembly from JavaScript worker] + expected: NOTRUN diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/worker.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/worker.tentative.html.ini new file mode 100644 index 0000000000..1efe238c14 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/worker.tentative.html.ini @@ -0,0 +1,4 @@ +[worker.tentative.html] + expected: TIMEOUT + [Testing WebAssembly worker] + expected: NOTRUN diff --git a/testing/web-platform/meta/wasm/webapi/historical.any.js.ini b/testing/web-platform/meta/wasm/webapi/historical.any.js.ini new file mode 100644 index 0000000000..75963b982f --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/historical.any.js.ini @@ -0,0 +1,15 @@ +[historical.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[historical.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[historical.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[historical.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/idlharness.any.js.ini b/testing/web-platform/meta/wasm/webapi/idlharness.any.js.ini new file mode 100644 index 0000000000..327ea0e2e9 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/idlharness.any.js.ini @@ -0,0 +1,7 @@ +[idlharness.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[idlharness.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/instantiateStreaming-bad-imports.any.js.ini b/testing/web-platform/meta/wasm/webapi/instantiateStreaming-bad-imports.any.js.ini new file mode 100644 index 0000000000..ffec25d272 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/instantiateStreaming-bad-imports.any.js.ini @@ -0,0 +1,15 @@ +[instantiateStreaming-bad-imports.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[instantiateStreaming-bad-imports.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[instantiateStreaming-bad-imports.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[instantiateStreaming-bad-imports.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/instantiateStreaming.any.js.ini b/testing/web-platform/meta/wasm/webapi/instantiateStreaming.any.js.ini new file mode 100644 index 0000000000..9ce6a3ee91 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/instantiateStreaming.any.js.ini @@ -0,0 +1,15 @@ +[instantiateStreaming.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[instantiateStreaming.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[instantiateStreaming.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[instantiateStreaming.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/invalid-args.any.js.ini b/testing/web-platform/meta/wasm/webapi/invalid-args.any.js.ini new file mode 100644 index 0000000000..8fd304ad1c --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/invalid-args.any.js.ini @@ -0,0 +1,15 @@ +[invalid-args.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[invalid-args.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[invalid-args.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[invalid-args.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/invalid-code.any.js.ini b/testing/web-platform/meta/wasm/webapi/invalid-code.any.js.ini new file mode 100644 index 0000000000..013bfc0283 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/invalid-code.any.js.ini @@ -0,0 +1,15 @@ +[invalid-code.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[invalid-code.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[invalid-code.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[invalid-code.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/modified-contenttype.any.js.ini b/testing/web-platform/meta/wasm/webapi/modified-contenttype.any.js.ini new file mode 100644 index 0000000000..c2c8950057 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/modified-contenttype.any.js.ini @@ -0,0 +1,15 @@ +[modified-contenttype.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[modified-contenttype.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[modified-contenttype.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[modified-contenttype.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/origin.sub.any.js.ini b/testing/web-platform/meta/wasm/webapi/origin.sub.any.js.ini new file mode 100644 index 0000000000..af8e8d3dd1 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/origin.sub.any.js.ini @@ -0,0 +1,15 @@ +[origin.sub.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[origin.sub.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[origin.sub.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[origin.sub.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/wasm/webapi/rejected-arg.any.js.ini b/testing/web-platform/meta/wasm/webapi/rejected-arg.any.js.ini new file mode 100644 index 0000000000..13362383bb --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/rejected-arg.any.js.ini @@ -0,0 +1,15 @@ +[rejected-arg.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[rejected-arg.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[rejected-arg.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[rejected-arg.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] 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 diff --git a/testing/web-platform/meta/wasm/webapi/wasm_stream_compile_test.html.ini b/testing/web-platform/meta/wasm/webapi/wasm_stream_compile_test.html.ini new file mode 100644 index 0000000000..dd2cbaba69 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/wasm_stream_compile_test.html.ini @@ -0,0 +1,5 @@ +[wasm_stream_compile_test.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [compileStreaming using ReadableStream with ArrayBuffer chunk] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/wasm_stream_instantiate_test.html.ini b/testing/web-platform/meta/wasm/webapi/wasm_stream_instantiate_test.html.ini new file mode 100644 index 0000000000..cd8676e1c3 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/wasm_stream_instantiate_test.html.ini @@ -0,0 +1,5 @@ +[wasm_stream_instantiate_test.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [instantiateStreaming using ReadableStream with ArrayBuffer chunk] + expected: FAIL |