This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/libraries/lib-wasi-threads/test
Enrico Loparco 83659fa42a
Use wasi-sdk 20 pre-release for tests with threads (#2021)
`wasi-sdk-20` pre-release can be used to avoid building `wasi-libc` to enable threads.
It's not possible to use `wasi-sdk-20` pre-release on Ubuntu 20.04 because of
incompatibility with the glibc version:
```bash
/opt/wasi-sdk/bin/clang: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found
(required by /opt/wasi-sdk/bin/clang)
```
2023-03-17 20:02:03 +08:00
..
build.sh Use wasi-sdk 20 pre-release for tests with threads (#2021) 2023-03-17 20:02:03 +08:00
common.h Fix wait_info data race for deletion and fix atomic_wait logic (#2016) 2023-03-13 10:19:17 +08:00
create_threads_until_limit.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
global_atomic.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
global_lock.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_proc_exit_busy.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_proc_exit_busy.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_proc_exit_sleep.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_proc_exit_sleep.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_proc_exit_wait.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_proc_exit_wait.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_trap_busy.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_trap_busy.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_trap_sleep.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_trap_sleep.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_trap_wait.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
main_trap_wait.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_proc_exit_busy.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_proc_exit_busy.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_proc_exit_sleep.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_proc_exit_sleep.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_proc_exit_wait.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_proc_exit_wait.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_trap_busy.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_trap_busy.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_trap_sleep.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_trap_sleep.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_trap_wait.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
nonmain_trap_wait.json Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
spawn_multiple_times.c Add internal tests for WASI threads (#1963) 2023-03-09 09:03:16 +08:00
update_shared_data_and_alloc_heap.c Fix atomic.wait, get wasi_ctx exit code and thread mgr issues (#2024) 2023-03-15 07:47:36 +08:00