node/test/wasi
Xu Meng 986a60544a
test: skip a wasi test on IBMi PASE
The API clock_getres with attribute API CLOCK_THREAD_CPUTIME_ID
is not supported on IBM i PASE.

PR-URL: https://github.com/nodejs/node/pull/32459
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2020-03-30 19:18:51 +02:00
..
c test: add WASI test for path_link() 2020-03-09 19:02:22 -04:00
wasm test: add WASI test for path_link() 2020-03-09 19:02:22 -04:00
Makefile
README.md
test-return-on-exit.js test: verify that WASI errors are rethrown 2020-03-24 02:55:05 -04:00
test-wasi-options-validation.js wasi: add returnOnExit option 2020-03-09 19:02:21 -04:00
test-wasi-require-flag.js wasi: require CLI flag to require() wasi module 2019-12-17 18:21:12 -05:00
test-wasi-start-validation.js doc,lib,src,test: rename WASI CLI flag 2020-01-03 16:12:03 +01:00
test-wasi-symlinks.js test: add wasi test for symlink() and readlink() 2020-02-17 10:34:31 -08:00
test-wasi.js test: skip a wasi test on IBMi PASE 2020-03-30 19:18:51 +02:00
testcfg.py
wasi.status

WASI Tests

Compile with clang and wasm32-wasi target. The clang version used must be built with wasi-libc. You can specify the location for clang and the sysroot if needed when running make:

$ make CC=/usr/local/opt/llvm/bin/clang SYSROOT=/path/to/wasi-libc/sysroot