summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2021-12-27 14:29:55 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2021-12-27 14:29:55 +0000
commita435e76a2ac5691a559a8acc562a0d88c957bd28 (patch)
tree8bf1689f09fd57c15299513913601ae0e28829c1 /regress
parent1e1905840be4cdc43d2168491d431657022a9a31 (diff)
Make clear that poll_iocond pty test fails currently.
Prompted by anton@
Diffstat (limited to 'regress')
-rw-r--r--regress/sys/kern/poll/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/sys/kern/poll/Makefile b/regress/sys/kern/poll/Makefile
index ef5758b2d48..30c6f7700c2 100644
--- a/regress/sys/kern/poll/Makefile
+++ b/regress/sys/kern/poll/Makefile
@@ -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>