diff options
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] |