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

Import i64 testcases from WASM Spec test #84

Closed
Tracked by #17
aborg-dev opened this issue Nov 15, 2023 · 2 comments · Fixed by #95
Closed
Tracked by #17

Import i64 testcases from WASM Spec test #84

aborg-dev opened this issue Nov 15, 2023 · 2 comments · Fixed by #95
Assignees

Comments

@aborg-dev
Copy link

We want to import test cases from https://github.com/WebAssembly/spec/blob/master/test/core/i64.wast to our codebase and start tracking our progress on passing them, ideally as a part of the CI. This should give us more confidence that we correctly captured the semantics of WASM ops for integers.

We should check if wasmtime already imports these tests and try to reuse them, but if not, we can manually import these tests in a format that is compatible with our current test suite.

@aborg-dev
Copy link
Author

We do have WASM Spec testsuite pulled in as a submodule:

[submodule "tests/spec_testsuite"]

So we should aim to reuse it.

@aborg-dev
Copy link
Author

As an output, we want a table of passed/failed tests within that spec test.

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 a pull request may close this issue.

2 participants