Skip to content

Commit 7aee4a3

Browse files
authored
Update spec test suite (#2260)
* Update the spec testsuite submodule * Remove some no-longer-necessary proposal handling
1 parent 2a8fd3c commit 7aee4a3

File tree

1,552 files changed

+402
-125616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,552 files changed

+402
-125616
lines changed

ci/generate-spec-tests.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,10 @@ fn copy_test(src: &Path, dst: &Path) {
7373
None => "wasm2",
7474
Some("annotations") => "wasm2",
7575
Some("threads") => "wasm1,threads",
76-
Some("function-references") => "wasm2,function-references,tail-call",
7776
Some("wasm-3.0") => "wasm3",
78-
Some("gc") => "wasm2,function-references,gc,tail-call",
79-
Some("multi-memory") => "wasm2,multi-memory",
80-
Some("extended-const") => "wasm2,extended-const",
81-
Some("exception-handling") => "wasm2,exceptions,tail-call",
8277
Some("custom-page-sizes") => "wasm3,custom-page-sizes",
8378
Some("wide-arithmetic") => "wasm2,wide-arithmetic",
84-
Some("tail-call") => "wasm2,tail-call",
8579
Some("relaxed-simd") => "wasm2,relaxed-simd",
86-
Some("memory64") => "wasm3",
8780
Some(proposal) => panic!("unsupported proposal: {}", proposal),
8881
};
8982
contents.push_str(&format!(";; --features={features} \\\n"));

tests/cli/spec/proposals/exception-handling/binary.wast

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/cli/spec/proposals/exception-handling/exports.wast

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/cli/spec/proposals/exception-handling/imports.wast

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/cli/spec/proposals/exception-handling/ref_null.wast

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/cli/spec/proposals/exception-handling/tag.wast

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/cli/spec/proposals/exception-handling/throw.wast

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/cli/spec/proposals/exception-handling/throw_ref.wast

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/cli/spec/proposals/exception-handling/try_table.wast

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/cli/spec/proposals/extended-const/data.wast

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)