-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds note clarifying status of WASI tests (#226)
This adds a link to status we didn't have (thanks to @mbovel) Signed-off-by: Adrian Cole <adrian@tetrate.io>
- Loading branch information
1 parent
975bd6b
commit a40e0fa
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |