diff options
Diffstat (limited to 'testing/web-platform/meta/wasm/webapi/esm-integration')
13 files changed, 43 insertions, 0 deletions
diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/execute-start.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/execute-start.tentative.html.ini new file mode 100644 index 0000000000..e45812d3f2 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/execute-start.tentative.html.ini @@ -0,0 +1,3 @@ +[execute-start.tentative.html] + [Importing a WebAssembly module should execute the start function.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/exported-names.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/exported-names.tentative.html.ini new file mode 100644 index 0000000000..59165fdae9 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/exported-names.tentative.html.ini @@ -0,0 +1,2 @@ +[exported-names.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/invalid-bytecode.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/invalid-bytecode.tentative.html.ini new file mode 100644 index 0000000000..aeb283b97a --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/invalid-bytecode.tentative.html.ini @@ -0,0 +1,5 @@ +[invalid-bytecode.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that imports of invalid WebAssembly modules leads to WebAssembly.CompileError on window.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle-errors.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle-errors.tentative.html.ini new file mode 100644 index 0000000000..9c65dc5091 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle-errors.tentative.html.ini @@ -0,0 +1,3 @@ +[js-wasm-cycle-errors.tentative.html] + [Check cyclic linking between JavaScript and WebAssembly where JavaScript is higher in the module graph.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle.tentative.html.ini new file mode 100644 index 0000000000..4d1686f648 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/js-wasm-cycle.tentative.html.ini @@ -0,0 +1,2 @@ +[js-wasm-cycle.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/module-parse-error.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/module-parse-error.tentative.html.ini new file mode 100644 index 0000000000..d101d1fd51 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/module-parse-error.tentative.html.ini @@ -0,0 +1,5 @@ +[module-parse-error.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test that imports of invalid WebAssembly modules leads to WebAssembly.CompileError on window.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/resolve-export.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/resolve-export.tentative.html.ini new file mode 100644 index 0000000000..975e4d4002 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/resolve-export.tentative.html.ini @@ -0,0 +1,3 @@ +[resolve-export.tentative.html] + [Re-export of missing Wasm export should result in SyntaxError.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import-wasm-export.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import-wasm-export.tentative.html.ini new file mode 100644 index 0000000000..37ff951636 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import-wasm-export.tentative.html.ini @@ -0,0 +1,2 @@ +[wasm-import-wasm-export.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import.tentative.html.ini new file mode 100644 index 0000000000..34e1ba6bfa --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-import.tentative.html.ini @@ -0,0 +1,3 @@ +[wasm-import.tentative.html] + [Invalid imports for WebAssembly modules should error.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-js-cycle.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-js-cycle.tentative.html.ini new file mode 100644 index 0000000000..589d5a94e7 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-js-cycle.tentative.html.ini @@ -0,0 +1,2 @@ +[wasm-js-cycle.tentative.html] + expected: TIMEOUT diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-to-wasm-link-error.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-to-wasm-link-error.tentative.html.ini new file mode 100644 index 0000000000..a22c7ab0a2 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/wasm-to-wasm-link-error.tentative.html.ini @@ -0,0 +1,5 @@ +[wasm-to-wasm-link-error.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Link errors for imports between WebAssembly modules should be reported.] + expected: FAIL diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/worker-import.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/worker-import.tentative.html.ini new file mode 100644 index 0000000000..87f5b6f82f --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/worker-import.tentative.html.ini @@ -0,0 +1,4 @@ +[worker-import.tentative.html] + expected: TIMEOUT + [Testing import of WebAssembly from JavaScript worker] + expected: NOTRUN diff --git a/testing/web-platform/meta/wasm/webapi/esm-integration/worker.tentative.html.ini b/testing/web-platform/meta/wasm/webapi/esm-integration/worker.tentative.html.ini new file mode 100644 index 0000000000..1efe238c14 --- /dev/null +++ b/testing/web-platform/meta/wasm/webapi/esm-integration/worker.tentative.html.ini @@ -0,0 +1,4 @@ +[worker.tentative.html] + expected: TIMEOUT + [Testing WebAssembly worker] + expected: NOTRUN |