Add internal tests for WASI threads (#1963)

Add internal tests for WASI threads. These tests are run in addition to
the ones in the proposal:
https://github.com/WebAssembly/wasi-threads/tree/main/test/testsuite.

The purpose is to test additional and more complex scenarios.
This commit is contained in:
Enrico Loparco
2023-03-09 02:03:16 +01:00
committed by GitHub
parent 289fc5efbf
commit 128c0ea899
36 changed files with 864 additions and 11 deletions

3
.gitignore vendored
View File

@ -13,6 +13,7 @@
core/deps/**
core/shared/mem-alloc/tlsf
core/app-framework/wgl
core/iwasm/libraries/lib-wasi-threads/test/*.wasm
wamr-sdk/out/
wamr-sdk/runtime/build_runtime_sdk/
@ -35,3 +36,5 @@ tests/benchmarks/coremark/coremark*
samples/workload/include/**
!samples/workload/include/.gitkeep
# core/iwasm/libraries/wasi-threads