artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b275c9b
)
Disable poll_close test for now as it expects kqueue backend.
author
visa
<visa@openbsd.org>
Wed, 24 Nov 2021 12:58:01 +0000
(12:58 +0000)
committer
visa
<visa@openbsd.org>
Wed, 24 Nov 2021 12:58:01 +0000
(12:58 +0000)
regress/sys/kern/poll/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/kern/poll/Makefile
b/regress/sys/kern/poll/Makefile
index
e231059
..
3bbaad3
100644
(file)
--- a/
regress/sys/kern/poll/Makefile
+++ b/
regress/sys/kern/poll/Makefile
@@
-1,7
+1,11
@@
-# $OpenBSD: Makefile,v 1.
3 2021/11/23 01:14:26 deraadt
Exp $
+# $OpenBSD: Makefile,v 1.
4 2021/11/24 12:58:01 visa
Exp $
PROGS= poll_close pollnval pollretval
LDADD= -lpthread
WARNINGS= yes
+run-regress-poll_close:
+ # Disabled until poll(2) uses kqueue as backend.
+ @echo DISABLED
+
.include <bsd.regress.mk>