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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to