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/exception | |
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/exception')
6 files changed, 51 insertions, 0 deletions
diff --git a/testing/web-platform/meta/wasm/jsapi/exception/basic.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/exception/basic.tentative.any.js.ini new file mode 100644 index 0000000000..a3dc781f35 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/exception/basic.tentative.any.js.ini @@ -0,0 +1,10 @@ +[basic.tentative.any.sharedworker.html] + +[basic.tentative.any.shadowrealm.html] + expected: ERROR + +[basic.tentative.any.worker.html] + +[basic.tentative.any.serviceworker.html] + +[basic.tentative.any.html] 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..28de5e1be5 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/exception/constructor.tentative.any.js.ini @@ -0,0 +1,6 @@ +[constructor.tentative.any.html] + +[constructor.tentative.any.worker.html] + +[constructor.tentative.any.shadowrealm.html] + expected: ERROR 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..5c8fc4a701 --- /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] + [Getting out-of-range argument] + expected: FAIL + + +[getArg.tentative.any.worker.html] + [Getting out-of-range argument] + expected: FAIL + + +[getArg.tentative.any.shadowrealm.html] + expected: ERROR diff --git a/testing/web-platform/meta/wasm/jsapi/exception/identity.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/exception/identity.tentative.any.js.ini new file mode 100644 index 0000000000..fa1d47ef3b --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/exception/identity.tentative.any.js.ini @@ -0,0 +1,6 @@ +[identity.tentative.any.html] + +[identity.tentative.any.worker.html] + +[identity.tentative.any.shadowrealm.html] + expected: ERROR 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..55ec27f84a --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/exception/is.tentative.any.js.ini @@ -0,0 +1,6 @@ +[is.tentative.any.html] + +[is.tentative.any.worker.html] + +[is.tentative.any.shadowrealm.html] + expected: ERROR 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..2e4127838b --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/exception/toString.tentative.any.js.ini @@ -0,0 +1,6 @@ +[toString.tentative.any.html] + +[toString.tentative.any.worker.html] + +[toString.tentative.any.shadowrealm.html] + expected: ERROR |