Skip to content

Commit 383e158

Browse files
authored
flambda-backend: Disable sockets.ml on macOS (#1505)
1 parent 3b73a8d commit 383e158

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

testsuite/tests/lib-threads/sockets.ml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
* hassysthreads
44
include systhreads
55
6-
** libunix (* Broken on Windows (missing join?), needs to be fixed *)
7-
*** bytecode
8-
*** native
6+
** not-macos
7+
*** libunix (* Broken on Windows (missing join?), needs to be fixed *)
8+
**** bytecode
9+
**** native
910
1011
*)
1112

0 commit comments

Comments
 (0)