Home
last modified time | relevance | path

Searched refs:runWASI (Results 1 - 2 of 2) sorted by relevance

/third_party/node/test/wasi/
H A Dtest-wasi.js38 function runWASI(options) { function
62 runWASI({ test: 'cant_dotdot' });
66 runWASI({ test: 'clock_getres' });
68 runWASI({ test: 'exitcode', exitCode: 120 });
69 runWASI({ test: 'fd_prestat_get_refresh' });
70 runWASI({ test: 'freopen', stdout: `hello from input2.txt${checkoutEOL}` });
71 runWASI({ test: 'ftruncate' });
72 runWASI({ test: 'getentropy' });
76 runWASI({ test: 'getrusage' });
78 runWASI({ tes
[all...]
H A Dtest-wasi-symlinks.js62 function runWASI(options) {
78 runWASI({ test: 'create_symlink', stdout: 'hello from input.txt' });
79 runWASI({ test: 'follow_symlink', stdout: 'hello from input.txt' });
80 runWASI({ test: 'link' });
81 runWASI({ test: 'symlink_escape' });
82 runWASI({ test: 'symlink_loop' });

Completed in 1 milliseconds