diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/wasm/jsapi/global | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/wasm/jsapi/global')
4 files changed, 183 insertions, 0 deletions
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] |