diff options
Diffstat (limited to 'testing/web-platform/meta/wasm/jsapi/function')
4 files changed, 207 insertions, 0 deletions
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 |