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 d5652f5 commit 383dc5a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/wast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,17 +203,7 @@ fn should_fail(test: &Path, strategy: Strategy) -> bool {
}
}
}
let unsupported_gc_tests = [
"binary_gc.wast",
"br_on_cast_fail.wast",
"br_on_cast.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 383dc5a

Please sign in to comment.