diff options
author | 2019-05-14 16:43:26 +0000 | |
---|---|---|
committer | 2019-05-14 16:43:26 +0000 | |
commit | a06b5f1b2f3bda5cc27353c34b7d9739a2a57822 (patch) | |
tree | 36cb4b5827c6ee1ca190e904a9c214c37422bb24 /regress/lib/libpthread/stdarg | |
parent | Correct missing test to determine if length is in bytes or in bits. (diff) | |
download | wireguard-openbsd-a06b5f1b2f3bda5cc27353c34b7d9739a2a57822.tar.xz wireguard-openbsd-a06b5f1b2f3bda5cc27353c34b7d9739a2a57822.zip |
Remove the REGRESS_MAXTIME feature from regress framework. The
timeout based on CPU seconds is pretty useless, most hanging tests
sleep and do not spin. The timeout could not be distinguished from
failure. Only 3 tests used it.
OK anton@ schwarze@ cheloha@ otto@
Diffstat (limited to 'regress/lib/libpthread/stdarg')
-rw-r--r-- | regress/lib/libpthread/stdarg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/lib/libpthread/stdarg/Makefile b/regress/lib/libpthread/stdarg/Makefile index b2fe241a858..547e26115df 100644 --- a/regress/lib/libpthread/stdarg/Makefile +++ b/regress/lib/libpthread/stdarg/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2013/12/26 16:22:55 kettenis Exp $ +# $OpenBSD: Makefile,v 1.6 2019/05/14 16:43:26 bluhm Exp $ PROG= stdarg CFLAGS+= -I${.CURDIR}/../include -REGRESS_MAXTIME=10 - .include <bsd.regress.mk> |