Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,3 @@
[execute-start.tentative.html]
[Importing a WebAssembly module should execute the start function.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[exported-names.tentative.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[invalid-bytecode.tentative.html]
[Test that imports of invalid WebAssembly modules leads to WebAssembly.CompileError on window.]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,2 @@
[js-wasm-cycle.tentative.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[module-parse-error.tentative.html]
[Test that imports of invalid WebAssembly modules leads to WebAssembly.CompileError on window.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[resolve-export.tentative.html]
[Re-export of missing Wasm export should result in SyntaxError.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[wasm-import-wasm-export.tentative.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[wasm-import.tentative.html]
[Invalid imports for WebAssembly modules should error.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[wasm-js-cycle.tentative.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[wasm-to-wasm-link-error.tentative.html]
[Link errors for imports between WebAssembly modules should be reported.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[worker-import.tentative.html]
[Testing import of WebAssembly from JavaScript worker]
expected: FAIL

View file

@ -0,0 +1,3 @@
[worker.tentative.html]
[Testing WebAssembly worker]
expected: FAIL