Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 06:16:26 +0000 (UTC)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291440 - head/tests/sys/mqueue
Message-ID:  <201511290616.tAT6GQqq063513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511290616.tAT6GQqq063513>