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

Adds note clarifying status of WASI tests #226

Merged
merged 1 commit into from
Feb 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
This directory contains tests which use multiple packages. For example:

- `bench` contains benchmark tests.
- `codec` contains a test and benchmark on text and binary decoders.
- `engine` contains variety of e2e tests, mainly to ensure the consistency in the behavior between engines.
- `spectest` contains end-to-end tests with the [WebAssembly specification tests](https://github.com/WebAssembly/spec/tree/wg-1.0/test/core).
* `bench` contains benchmark tests.
* `codec` contains a test and benchmark on text and binary decoders.
* `engine` contains variety of e2e tests, mainly to ensure the consistency in the behavior between engines.
* `spectest` contains end-to-end tests with the [WebAssembly specification tests](https://github.com/WebAssembly/spec/tree/wg-1.0/test/core).

*Note*: this doesn't contain WASI tests, as there's not yet an [official testsuite](https://github.com/WebAssembly/WASI/issues/9).
Meanwhile, WASI functions are unit tested including via Text Format imports [here](../wasi/wasi_test.go)