mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
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:
parent
cfd24f00bc
commit
f4578afdfe
23708 changed files with 772645 additions and 694 deletions
|
@ -0,0 +1,3 @@
|
|||
[execute-start.tentative.html]
|
||||
[Importing a WebAssembly module should execute the start function.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[exported-names.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[invalid-bytecode.tentative.html]
|
||||
[Test that imports of invalid WebAssembly modules leads to WebAssembly.CompileError on window.]
|
||||
expected: FAIL
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
[js-wasm-cycle.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[module-parse-error.tentative.html]
|
||||
[Test that imports of invalid WebAssembly modules leads to WebAssembly.CompileError on window.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[resolve-export.tentative.html]
|
||||
[Re-export of missing Wasm export should result in SyntaxError.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[wasm-import-wasm-export.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[wasm-import.tentative.html]
|
||||
[Invalid imports for WebAssembly modules should error.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[wasm-js-cycle.tentative.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[wasm-to-wasm-link-error.tentative.html]
|
||||
[Link errors for imports between WebAssembly modules should be reported.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[worker-import.tentative.html]
|
||||
[Testing import of WebAssembly from JavaScript worker]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[worker.tentative.html]
|
||||
[Testing WebAssembly worker]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue