Make clear that poll_iocond pty test fails currently.
authorvisa <visa@openbsd.org>
Mon, 27 Dec 2021 14:29:54 +0000 (14:29 +0000)
committervisa <visa@openbsd.org>
Mon, 27 Dec 2021 14:29:54 +0000 (14:29 +0000)
Prompted by anton@

regress/sys/kern/poll/Makefile

index ef5758b..30c6f77 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.7 2021/12/24 10:25:36 visa Exp $
+#      $OpenBSD: Makefile,v 1.8 2021/12/27 14:29:54 visa Exp $
 
 PROGS=         poll_close poll_iocond poll_regevent pollnval pollretval
 LDADD=         -lpthread -lutil
@@ -17,4 +17,7 @@ REGRESS_TARGETS+=     run-regress-poll_iocond-${t}
 .endfor
 CLEANFILES+=           iocond_fifo
 
+# pty test expects kqueue backend which sets POLLIN on HUP.
+REGRESS_EXPECTED_FAILURES+=    run-regress-poll_iocond-pty
+
 .include <bsd.regress.mk>