Skip to content

Commit

Permalink
Enable some miscellaneous GC spec tests
Browse files Browse the repository at this point in the history
These weren't caught by our checks that `should_fail` tests do not pass, I think
because they only contain modules that should validate, and not any actual
assertions.
  • Loading branch information
fitzgen committed Oct 10, 2024
1 parent 866ede9 commit a96e33e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tests/wast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,8 @@ fn should_fail(test: &Path, strategy: Strategy) -> bool {
}
}
}
let unsupported_gc_tests = [
"binary_gc.wast",
"table_sub.wast",
"type_canon.wast",
"type_equivalence.wast",
"type-rec.wast",
"type-subtyping.wast",
"unreached_valid.wast",
];

let unsupported_gc_tests = ["type-rec.wast", "type-subtyping.wast"];

for part in test.iter() {
// Not implemented in Wasmtime yet
Expand Down

0 comments on commit a96e33e

Please sign in to comment.