summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2017-11-16 12:49:32 +0000
committerbluhm <bluhm@openbsd.org>2017-11-16 12:49:32 +0000
commit411d9cef4ebeb828217f26ccf53f2030916eebf3 (patch)
tree3d03645bd80b0af5a788a86d1d31a760bc678e16
parentAdd -and-cancel variants for scrolling commands to exit copy mode when (diff)
downloadwireguard-openbsd-411d9cef4ebeb828217f26ccf53f2030916eebf3.tar.xz
wireguard-openbsd-411d9cef4ebeb828217f26ccf53f2030916eebf3.zip
Disable the pthread_once subtest until the problem with samba port
is resolved and libpthread can be fixed. discussed with guenther@
-rw-r--r--regress/lib/libpthread/pthread_once/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/regress/lib/libpthread/pthread_once/Makefile b/regress/lib/libpthread/pthread_once/Makefile
index 38588ee6b14..49f5a95d8d6 100644
--- a/regress/lib/libpthread/pthread_once/Makefile
+++ b/regress/lib/libpthread/pthread_once/Makefile
@@ -1,5 +1,12 @@
-# $OpenBSD: Makefile,v 1.1 2017/10/16 01:46:09 guenther Exp $
+# $OpenBSD: Makefile,v 1.2 2017/11/16 12:49:32 bluhm Exp $
PROG= pthread_once
+regress:
+ @echo The fix for this bug has been backed out.
+ @echo 'https://marc.info/?l=openbsd-cvs&m=150983604531467&w=2'
+ @echo Wait until guenther@ has fixed the binutils problem
+ @echo with the samba port.
+ @echo DISABLED
+
.include <bsd.regress.mk>