svn commit: r291440 - head/tests/sys/mqueue

Daniel Eischen deischen at FreeBSD.org
Sun Nov 29 06:16:27 UTC 2015


Author: deischen
Date: Sun Nov 29 06:16:25 2015
New Revision: 291440
URL: https://svnweb.freebsd.org/changeset/base/291440

Log:
  Disable a couple of tests, perhaps temporarily, since they use private
  symbols that are not exported from librt.

Modified:
  head/tests/sys/mqueue/Makefile

Modified: head/tests/sys/mqueue/Makefile
==============================================================================
--- head/tests/sys/mqueue/Makefile	Sun Nov 29 06:14:51 2015	(r291439)
+++ head/tests/sys/mqueue/Makefile	Sun Nov 29 06:16:25 2015	(r291440)
@@ -10,8 +10,8 @@ CFLAGS+=	-I${SRCTOP}/tests
 
 PROGS+=		mqtest1
 PROGS+=		mqtest2
-PROGS+=		mqtest3
-PROGS+=		mqtest4
+#PROGS+=		mqtest3
+#PROGS+=		mqtest4
 PROGS+=		mqtest5
 
 LDADD+=		-lrt


More information about the svn-src-all mailing list