We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e271193 commit 483678cCopy full SHA for 483678c
1 file changed
test/runtests.jl
@@ -112,6 +112,18 @@ testfiles = sort(filter(istest, readdir(testdir)))
112
""" exception=(e, catch_backtrace())
113
@test_broken false
114
end
115
+ elseif f == "test_cooperative_wait.jl" && Sys.iswindows()
116
+ # This test is broken on Windows. We don't know why.
117
+ try
118
+ run(cmd())
119
+ catch e
120
+ @error """
121
+ $(f) tests failed. Thsi may be because the Windows MPI implementation is quite old;
122
+ it appears unsupported and has not seen bug fixes for a long time.
123
+ See the full error message for more details. Some messages may have been written above.
124
+ """ exception=(e, catch_backtrace())
125
+ @test_broken false
126
+ end
127
else
128
# MPI_Reduce with MPICH 3.4.2 on macOS when root != 0 and
129
# when recvbuf == C_NULL segfaults
0 commit comments