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

Update the spec test suite submodule #8805

Conversation

alexcrichton
Copy link
Member

  • Ignore the memory64 tests since Wasmtime doesn't implement the table64 extension yet.
  • Ignore gc/i31.wast as it's got new tests which Wasmtime doesn't currently pass.

* Ignore the `memory64` tests since Wasmtime doesn't implement the
  table64 extension yet.
* Ignore `gc/i31.wast` as it's got new tests which Wasmtime doesn't
  currently pass.
@alexcrichton alexcrichton requested a review from a team as a code owner June 14, 2024 15:05
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team June 14, 2024 15:05
tests/wast.rs Outdated
Comment on lines 81 to 84
// Wasmtime doesn't implement the table64 extension yet.
if part == "memory64" {
return true;
}
Copy link
Member

Choose a reason for hiding this comment

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

It seems a bit surprising that we have to ignore all memory64 tests now and not just the table related ones. Is the latter possible?

@alexcrichton alexcrichton added this pull request to the merge queue Jun 14, 2024
Merged via the queue into bytecodealliance:main with commit 34b6b67 Jun 14, 2024
36 checks passed
@alexcrichton alexcrichton deleted the update-spec-testsuite-submodule branch June 14, 2024 18:38
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.

None yet

2 participants