diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /testing/web-platform/meta/wasm/jsapi/global | |
parent | Initial commit. (diff) | |
download | thunderbird-upstream.tar.xz thunderbird-upstream.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
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] |