From: mpi Date: Fri, 29 Oct 2021 13:13:20 +0000 (+0000) Subject: Hook poll tests. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9495cd8ad754dc9d0ef2a046d5bce26acaf0392e;p=openbsd Hook poll tests. --- diff --git a/regress/sys/kern/Makefile b/regress/sys/kern/Makefile index 0a64a811317..dc413749f62 100644 --- a/regress/sys/kern/Makefile +++ b/regress/sys/kern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.89 2021/04/28 17:59:53 bluhm Exp $ +# $OpenBSD: Makefile,v 1.90 2021/10/29 13:13:20 mpi Exp $ SUBDIR+= __syscall SUBDIR+= accept access @@ -13,7 +13,7 @@ SUBDIR+= kqueue SUBDIR+= main-thread-exited mbuf minherit mmap mmap-fail mmap2 mmap3 mount SUBDIR+= nanosleep noexec SUBDIR+= open -SUBDIR+= pipe pledge pread preadv ptmget ptrace ptrace2 pty pwrite pwritev +SUBDIR+= pipe pledge poll pread preadv ptmget ptrace ptrace2 pty pwrite pwritev SUBDIR+= rcvtimeo realpath realpath-unmount recvwait rlimit-file # The setuid subtest creates set user/group id binaries in the obj directory. # Do not run this test by default, it may trigger alerts from daily security.