Some of the tests are unreliable because of inadequate synchronization
in the test code.
-# $OpenBSD: Makefile,v 1.8 2021/12/27 14:29:54 visa Exp $
+# $OpenBSD: Makefile,v 1.9 2021/12/27 16:20:20 visa Exp $
PROGS= poll_close poll_iocond poll_regevent pollnval pollretval
LDADD= -lpthread -lutil
.for t in ${IOCOND_TESTS}
run-regress-poll_iocond-${t}: poll_iocond
./poll_iocond ${t}
-REGRESS_TARGETS+= run-regress-poll_iocond-${t}
+# Disabled for now, some of the tests are unreliable.
+#REGRESS_TARGETS+= run-regress-poll_iocond-${t}
.endfor
CLEANFILES+= iocond_fifo
-# $OpenBSD: Makefile,v 1.3 2021/12/24 10:25:36 visa Exp $
+# $OpenBSD: Makefile,v 1.4 2021/12/27 16:20:20 visa Exp $
PROGS= select_close select_iocond select_regevent
LDADD= -lpthread -lutil
.for t in ${IOCOND_TESTS}
run-regress-select_iocond-${t}: select_iocond
./select_iocond ${t}
-REGRESS_TARGETS+= run-regress-select_iocond-${t}
+# Disabled for now, some of the tests are unreliable.
+#REGRESS_TARGETS+= run-regress-select_iocond-${t}
.endfor
CLEANFILES+= iocond_fifo