summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2015-11-29 06:16:25 +0000
committerdeischen <deischen@FreeBSD.org>2015-11-29 06:16:25 +0000
commit34ffbcc7e5f6068357c9e4ed8e08f0df72fcd7c1 (patch)
tree77e07968569de8008c3c8ffeaaa7c0a84d7b2bef /tests
parentf6189f985274e78614a5164dd4d640e10f88d358 (diff)
downloadFreeBSD-src-34ffbcc7e5f6068357c9e4ed8e08f0df72fcd7c1.zip
FreeBSD-src-34ffbcc7e5f6068357c9e4ed8e08f0df72fcd7c1.tar.gz
Disable a couple of tests, perhaps temporarily, since they use private
symbols that are not exported from librt.
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/mqueue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sys/mqueue/Makefile b/tests/sys/mqueue/Makefile
index 63741d2..952cb67 100644
--- a/tests/sys/mqueue/Makefile
+++ b/tests/sys/mqueue/Makefile
@@ -10,8 +10,8 @@ CFLAGS+= -I${SRCTOP}/tests
PROGS+= mqtest1
PROGS+= mqtest2
-PROGS+= mqtest3
-PROGS+= mqtest4
+#PROGS+= mqtest3
+#PROGS+= mqtest4
PROGS+= mqtest5
LDADD+= -lrt
OpenPOWER on IntegriCloud