mirror of
https://github.com/libffi/libffi.git
synced 2026-01-26 10:07:53 +00:00
refactor(threads): don't run tests on windows
This commit is contained in:
parent
5be311bed5
commit
668e2162e8
@ -34,12 +34,8 @@ if { [string match $compiler_vendor "microsoft"] } {
|
||||
|
||||
set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.c]]
|
||||
|
||||
run-many-tests $tlist $additional_options
|
||||
|
||||
set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.cc]]
|
||||
|
||||
# No C++ for or1k
|
||||
if { [istarget "or1k-*-*"] } {
|
||||
# No pthreads for windows
|
||||
if { [string match $compiler_vendor "microsoft"] } {
|
||||
foreach test $tlist {
|
||||
unsupported "$test"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user