Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable some miscellaneous Wasm GC spec tests; fix module import/export linking and subtyping #9446

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Oct 10, 2024

No description provided.

@fitzgen fitzgen requested a review from a team as a code owner October 10, 2024 17:09
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.
We were previously incorrectly doing a (shallow) match on structure when we
should have been doing a subtyping check.
@alexcrichton alexcrichton added this pull request to the merge queue Oct 10, 2024
@@ -203,15 +203,8 @@ fn should_fail(test: &Path, strategy: Strategy) -> bool {
}
}
}
let unsupported_gc_tests = [
"binary_gc.wast",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like some of these were because there weren't any actual files of that name, so must have been from some historical version of the gc proposal's spec tests or something like that?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think maybe some didn't have any assertions either? I don't know

Merged via the queue into bytecodealliance:main with commit 0146260 Oct 10, 2024
39 checks passed
@fitzgen fitzgen deleted the enable-misc-gc-spec-tests branch October 10, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants