summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2017-11-16 12:49:33 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2017-11-16 12:49:33 +0000
commit2cc18429c6e0c7e9607b079668fd2535ad6b78ac (patch)
tree7793b664c4c1dfedc60ee480a626f377293ab94f
parent70e40e853d15566f8c82d1792eb4935af16cdd54 (diff)
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>