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

Add more details about running tests #30

Merged
merged 1 commit into from
Jan 30, 2023
Merged

Add more details about running tests #30

merged 1 commit into from
Jan 30, 2023

Conversation

loganek
Copy link
Collaborator

@loganek loganek commented Jan 20, 2023

No description provided.

test/README.md Outdated
```bash
git clone -b prod/testsuite-all https://github.com/WebAssembly/wasi-testsuite
cd wasi-testsuite/
TEST_RUNTIME_EXE="wasmtime <TBD flags>" python3 test-runner/wasi_test_runner.py \
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Please note TEST_RUNTIME_EXEC is a feature in PR right now: WebAssembly/wasi-testsuite#46

test/README.md Outdated
```bash
git clone -b prod/testsuite-all https://github.com/WebAssembly/wasi-testsuite
cd wasi-testsuite/
TEST_RUNTIME_EXE="wasmtime <TBD flags>" python3 test-runner/wasi_test_runner.py \
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@abrown would you be able to help with wasmtime flags to enable threads?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this needs --wasm-features=threads --wasi-modules=experimental-wasi-threads. Now, it might be good to note (or not, it's up to you) that these are not yet merged into the main branch (waiting on bytecodealliance/wasmtime#5484 to merge...).

Copy link
Collaborator

@abrown abrown left a comment

Choose a reason for hiding this comment

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

Cool, thanks for this!

@abrown
Copy link
Collaborator

abrown commented Jan 20, 2023

And I'm making a note to run these when I have a chance.

@loganek loganek merged commit 27fcb69 into main Jan 30, 2023
@loganek loganek deleted the loganek/update-tests branch January 30, 2023 10:22
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