We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 891813c + d2c78d2 commit fff034eCopy full SHA for fff034e
testsuite/libffi.threads/threads.exp
@@ -34,8 +34,8 @@ if { [string match $compiler_vendor "microsoft"] } {
34
35
set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.c]]
36
37
-# No pthreads for windows
38
-if { [string match $compiler_vendor "microsoft"] } {
+# No pthreads for windows or wasm
+if { [string match $compiler_vendor "microsoft"] || [istarget "wasm*-*-*"] } {
39
foreach test $tlist {
40
unsupported "$test"
41
}
0 commit comments