summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2020-09-17 04:30:12 +0800
committerGitHub <noreply@github.com>2020-09-16 16:30:12 -0400
commit1e6d37f88c80ab3cb2d6fe43206feb61135ff574 (patch)
treea05483fdb26b4948c6242e06e80123129b303528
parent6c4da0e429eb47dae6a220c5576a39f137615bb8 (diff)
test(std/wasi): add sched_yield test (#7511)
-rw-r--r--std/wasi/snapshot_preview1_test.ts1
m---------std/wasi/testdata0
2 files changed, 1 insertions, 0 deletions
diff --git a/std/wasi/snapshot_preview1_test.ts b/std/wasi/snapshot_preview1_test.ts
index a8a1225da..c67ddb356 100644
--- a/std/wasi/snapshot_preview1_test.ts
+++ b/std/wasi/snapshot_preview1_test.ts
@@ -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 = [
diff --git a/std/wasi/testdata b/std/wasi/testdata
-Subproject c2a9246e011b7be6db826b6bde9f024302473fc
+Subproject f5c23108d0f191e1f9ffc0fbc21ff7b123d5c90