ocaml-multicore / multicoretests

PBT testsuite and libraries for testing multicore OCaml
https://ocaml-multicore.github.io/multicoretests/
BSD 2-Clause "Simplified" License
37 stars 16 forks source link

Disable Lin Out_channel test under FreeBSD #430

Closed jmid closed 7 months ago

jmid commented 8 months ago

As the title says, this PR disables the negative Lin Out_channel test under FreeBSD.

As #401 documents, this negative test is a source of false CI alarms.

Closes #401.

jmid commented 7 months ago

Superseded by #431