Disable poll/select iocond regress
authorvisa <visa@openbsd.org>
Mon, 27 Dec 2021 16:20:20 +0000 (16:20 +0000)
committervisa <visa@openbsd.org>
Mon, 27 Dec 2021 16:20:20 +0000 (16:20 +0000)
Some of the tests are unreliable because of inadequate synchronization
in the test code.

regress/sys/kern/poll/Makefile
regress/sys/kern/select/Makefile

index 30c6f77..fae72b6 100644 (file)
@@ -1,4 +1,4 @@
-#      $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
@@ -13,7 +13,8 @@ IOCOND_TESTS=         fifo pipe pty socket-tcp socket-udp socket-unix
 .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
 
index 028aa13..805faa5 100644 (file)
@@ -1,4 +1,4 @@
-#      $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
@@ -11,7 +11,8 @@ IOCOND_TESTS=         fifo pipe pty socket-tcp socket-udp socket-unix
 .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