artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64be38b
)
Make clear that poll_iocond pty test fails currently.
author
visa
<visa@openbsd.org>
Mon, 27 Dec 2021 14:29:54 +0000
(14:29 +0000)
committer
visa
<visa@openbsd.org>
Mon, 27 Dec 2021 14:29:54 +0000
(14:29 +0000)
Prompted by anton@
regress/sys/kern/poll/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/kern/poll/Makefile
b/regress/sys/kern/poll/Makefile
index
ef5758b
..
30c6f77
100644
(file)
--- 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>