mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
test(std/wasi): add sched_yield test (#7511)
This commit is contained in:
parent
6c4da0e429
commit
1e6d37f88c
2 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,7 @@ const tests = [
|
|||
"testdata/wasi_proc_exit_one.wasm",
|
||||
"testdata/wasi_proc_exit_zero.wasm",
|
||||
"testdata/wasi_random_get.wasm",
|
||||
"testdata/wasi_sched_yield.wasm",
|
||||
];
|
||||
|
||||
const ignore = [
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c2a9246e011b7be6db826b6bde9f024302473fc4
|
||||
Subproject commit f5c23108d0f191e1f9ffc0fbc21ff7b123d5c90d
|
Loading…
Reference in a new issue