Disable tests using the preferred bsd.regress.mk technique.
authoranton <anton@openbsd.org>
Sun, 19 Feb 2023 10:40:34 +0000 (10:40 +0000)
committeranton <anton@openbsd.org>
Sun, 19 Feb 2023 10:40:34 +0000 (10:40 +0000)
regress/sys/kern/poll/Makefile
regress/sys/kern/select/Makefile

index 7e85fa8..97464fd 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.10 2022/02/14 06:39:19 visa Exp $
+#      $OpenBSD: Makefile,v 1.11 2023/02/19 10:40:34 anton Exp $
 
 PROGS=         poll_close poll_iocond poll_regevent pollnval pollretval
 LDADD=         -lpthread -lutil
@@ -12,9 +12,10 @@ REGRESS_TARGETS+=    run-regress-pollretval
 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}
-# Disabled for now, some of the tests are unreliable.
-#REGRESS_TARGETS+=     run-regress-poll_iocond-${t}
+       #./poll_iocond ${t}
+       @echo Disabled for now, some of the tests are unreliable.
+       @echo DISABLED
+REGRESS_TARGETS+=      run-regress-poll_iocond-${t}
 .endfor
 CLEANFILES+=           iocond_fifo
 
index 805faa5..4744dd2 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.4 2021/12/27 16:20:20 visa Exp $
+#      $OpenBSD: Makefile,v 1.5 2023/02/19 10:40:34 anton Exp $
 
 PROGS=         select_close select_iocond select_regevent
 LDADD=         -lpthread -lutil
@@ -10,9 +10,10 @@ REGRESS_TARGETS+=    run-regress-select_regevent
 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}
-# Disabled for now, some of the tests are unreliable.
-#REGRESS_TARGETS+=     run-regress-select_iocond-${t}
+       #./select_iocond ${t}
+       @echo Disabled for now, some of the tests are unreliable.
+       @echo DISABLED
+REGRESS_TARGETS+=      run-regress-select_iocond-${t}
 .endfor
 CLEANFILES+=           iocond_fifo