Lines Matching defs:test
62 runWASI({ test: 'cant_dotdot' }); property
66 runWASI({ test: 'clock_getres' }); property
68 runWASI({ test: 'exitcode', exitCode: 120 }); property
69 runWASI({ test: 'fd_prestat_get_refresh' }); property
70 runWASI({ test: 'freopen', stdout: `hello from input2.txt${checkoutEOL}` }); property
71 runWASI({ test: 'ftruncate' }); property
72 runWASI({ test: 'getentropy' }); property
76 runWASI({ test: 'getrusage' }); property
78 runWASI({ test: 'gettimeofday' }); property
79 runWASI({ test: 'main_args' }); property
80 runWASI({ test: 'notdir' }); property
81 runWASI({ test: 'poll' }); property
82 runWASI({ test: 'preopen_populates' }); property
85 runWASI({ test: 'readdir' }); property
88 runWASI({ test: 'read_file', stdout: `hello from input.txt${checkoutEOL}` }); property
90 test: 'read_file_twice', property
93 runWASI({ test: 'stat' }); property
94 runWASI({ test: 'sock' }); property
95 runWASI({ test: 'write_file' }); property
99 runWASI({ test: 'stdin', stdin: 'hello world', stdout: 'hello world' }); property