Skip to content

Commit

Permalink
Adds note clarifying status of WASI tests (tetratelabs#226)
Browse files Browse the repository at this point in the history
This adds a link to status we didn't have (thanks to @mbovel)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Signed-off-by: r8d8 <ckryvomaz@gmail.com>
  • Loading branch information
codefromthecrypt authored and r8d8 committed Feb 14, 2022
1 parent 72d96be commit d611136
Showing 1 changed file with 7 additions and 4 deletions.
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)

0 comments on commit d611136

Please sign in to comment.