-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(*): hardening codegen tests by adding wasi proposals as submodul…
…es (#919) * test(*): hardening codegen tests by adding wasi proposals as submodules this commit adds a few git submodules for wasi proposals and placed them in `tests/codegen` folder for testing purposes. it also changes the structure now that it requires wit packages to have a `wit` folder inside the directory similar to how wasi proposal structures. Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com> * test(rust): skip wasi-http and wasi-cli both have multiple worlds which require another refactoring of the current test codebase to adopt that Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com> * test(*): skip wasi-* tests on teavm and csharp Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com> --------- Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>
- Loading branch information
Showing
20 changed files
with
90 additions
and
24 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[submodule "tests/codegen/wasi-filesystem"] | ||
path = tests/codegen/wasi-filesystem | ||
url = https://github.com/WebAssembly/wasi-filesystem | ||
[submodule "tests/codegen/wasi-http"] | ||
path = tests/codegen/wasi-http | ||
url = https://github.com/WebAssembly/wasi-http | ||
[submodule "tests/codegen/wasi-cli"] | ||
path = tests/codegen/wasi-cli | ||
url = https://github.com/WebAssembly/wasi-cli | ||
[submodule "tests/codegen/wasi-io"] | ||
path = tests/codegen/wasi-io | ||
url = https://github.com/WebAssembly/wasi-io | ||
[submodule "tests/codegen/wasi-clocks"] | ||
path = tests/codegen/wasi-clocks | ||
url = https://github.com/WebAssembly/wasi-clocks |
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
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
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
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Submodule wasi-clocks
added at
8d875d
Submodule wasi-filesystem
added at
e79b05