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/module | |
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/module')
6 files changed, 75 insertions, 0 deletions
diff --git a/testing/web-platform/meta/wasm/jsapi/module/constructor.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/constructor.any.js.ini new file mode 100644 index 0000000000..c4ffef1c19 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/constructor.any.js.ini @@ -0,0 +1,6 @@ +[constructor.any.shadowrealm.html] + expected: ERROR + +[constructor.any.html] + +[constructor.any.worker.html] diff --git a/testing/web-platform/meta/wasm/jsapi/module/customSections.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/customSections.any.js.ini new file mode 100644 index 0000000000..183514a7e2 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/customSections.any.js.ini @@ -0,0 +1,17 @@ +[customSections.any.html] + [Custom sections with U+FFFD] + expected: FAIL + + +[customSections.any.worker.html] + [Custom sections with U+FFFD] + expected: FAIL + + +[customSections.any.js] + [Custom sections with U+FFFD] + expected: FAIL + + +[customSections.any.shadowrealm.html] + expected: ERROR diff --git a/testing/web-platform/meta/wasm/jsapi/module/exports.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/exports.any.js.ini new file mode 100644 index 0000000000..b826a597a2 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/exports.any.js.ini @@ -0,0 +1,6 @@ +[exports.any.worker.html] + +[exports.any.html] + +[exports.any.shadowrealm.html] + expected: ERROR diff --git a/testing/web-platform/meta/wasm/jsapi/module/imports.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/imports.any.js.ini new file mode 100644 index 0000000000..cb27e4acdf --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/imports.any.js.ini @@ -0,0 +1,6 @@ +[imports.any.worker.html] + +[imports.any.html] + +[imports.any.shadowrealm.html] + expected: ERROR diff --git a/testing/web-platform/meta/wasm/jsapi/module/moduleSource.tentative.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/moduleSource.tentative.any.js.ini new file mode 100644 index 0000000000..08c0f762ce --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/moduleSource.tentative.any.js.ini @@ -0,0 +1,34 @@ +[moduleSource.tentative.any.js] + [AbstractModuleSource intrinsic] + expected: FAIL + + [AbstractModuleSourceProto intrinsic] + expected: FAIL + + [AbstractModuleSourceProto toStringTag brand check] + expected: FAIL + +[moduleSource.tentative.any.html] + [AbstractModuleSource intrinsic] + expected: FAIL + + [AbstractModuleSourceProto intrinsic] + expected: FAIL + + [AbstractModuleSourceProto toStringTag brand check] + expected: FAIL + + +[moduleSource.tentative.any.worker.html] + [AbstractModuleSource intrinsic] + expected: FAIL + + [AbstractModuleSourceProto intrinsic] + expected: FAIL + + [AbstractModuleSourceProto toStringTag brand check] + expected: FAIL + + +[moduleSource.tentative.any.shadowrealm.html] + expected: ERROR diff --git a/testing/web-platform/meta/wasm/jsapi/module/toString.any.js.ini b/testing/web-platform/meta/wasm/jsapi/module/toString.any.js.ini new file mode 100644 index 0000000000..cd195ad475 --- /dev/null +++ b/testing/web-platform/meta/wasm/jsapi/module/toString.any.js.ini @@ -0,0 +1,6 @@ +[toString.any.worker.html] + +[toString.any.html] + +[toString.any.shadowrealm.html] + expected: ERROR |