From 3a646f20f392c5ec892c00fe8fa4ce150d319e2a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sat, 10 Aug 2024 16:44:29 +0900 Subject: [PATCH] skip thread_spawn-simple cf. https://github.com/WebAssembly/wasi-testsuite/pull/100 --- test/wasi-testsuite-skip.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/wasi-testsuite-skip.json b/test/wasi-testsuite-skip.json index 25cee8e5..09a371f3 100644 --- a/test/wasi-testsuite-skip.json +++ b/test/wasi-testsuite-skip.json @@ -12,5 +12,8 @@ "symlink_create": "this implementation doesn't care symlink contents", "symlink_filestat": "rights system not implemented.", "truncation_rights": "rights system not implemented." + }, + "WASI threads proposal": { + "thread_spawn-simple": "https://github.com/WebAssembly/wasi-testsuite/pull/100" } }