Skip to content

Commit

Permalink
Update the spec test suite
Browse files Browse the repository at this point in the history
Nothing major in this update, just a new test to ignore due to not
supporting exceptions.
  • Loading branch information
alexcrichton committed Oct 13, 2024
1 parent 460a4c0 commit ba2f1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/wast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ fn should_fail(test: &Path, strategy: Strategy) -> bool {
"throw_ref.wast",
"try_table.wast",
"tag.wast",
"instance.wast",
]
.iter()
.any(|i| test.ends_with(i))
Expand Down

0 comments on commit ba2f1c4

Please sign in to comment.