diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/wasm/jsapi/function | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/wasm/jsapi/function')
4 files changed, 221 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..f5060664af --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/function/call.tentative.any.js.ini @@ -0,0 +1,32 @@ +[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 + + +[call.tentative.any.shadowrealm.html] + expected: ERROR 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..26bd4a4529 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/function/constructor.tentative.any.js.ini @@ -0,0 +1,137 @@ +[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 + + +[constructor.tentative.any.shadowrealm.html] + expected: ERROR 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..5c663d30b0 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/function/table.tentative.any.js.ini @@ -0,0 +1,20 @@ +[table.tentative.any.worker.html] + [Test insertion into table] + expected: + if release_or_beta: FAIL + + +[table.tentative.any.html] + [Test insertion into table] + expected: + if release_or_beta: FAIL + + +[table.tentative.any.js] + [Test insertion into table] + expected: + if release_or_beta: FAIL + + +[table.tentative.any.shadowrealm.html] + expected: ERROR 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..24d582654a --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/function/type.tentative.any.js.ini @@ -0,0 +1,32 @@ +[type.tentative.any.worker.html] + [Check empty results and parameters] + expected: + if release_or_beta: FAIL + + [Check all types] + expected: + if release_or_beta: FAIL + + +[type.tentative.any.html] + [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 + + +[type.tentative.any.shadowrealm.html] + expected: ERROR |