From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../wasm/jsapi/function/call.tentative.any.js.ini | 22 ++++ .../function/constructor.tentative.any.js.ini | 133 +++++++++++++++++++++ .../wasm/jsapi/function/table.tentative.any.js.ini | 20 ++++ .../wasm/jsapi/function/type.tentative.any.js.ini | 32 +++++ 4 files changed, 207 insertions(+) create mode 100644 testing/web-platform/meta/wasm/jsapi/function/call.tentative.any.js.ini create mode 100644 testing/web-platform/meta/wasm/jsapi/function/constructor.tentative.any.js.ini create mode 100644 testing/web-platform/meta/wasm/jsapi/function/table.tentative.any.js.ini create mode 100644 testing/web-platform/meta/wasm/jsapi/function/type.tentative.any.js.ini (limited to 'testing/web-platform/meta/wasm/jsapi/function') 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 -- cgit v1.2.3