svn commit: r271938 - head/tools/test/dtrace

Mark Johnston markj at FreeBSD.org
Sun Sep 21 21:31:17 UTC 2014


Author: markj
Date: Sun Sep 21 21:31:16 2014
New Revision: 271938
URL: http://svnweb.freebsd.org/changeset/base/271938

Log:
  Ignore a test program which doesn't compile at the moment. It will be
  addresed properly when integrating the DTrace tests with Kyua.

Modified:
  head/tools/test/dtrace/Makefile

Modified: head/tools/test/dtrace/Makefile
==============================================================================
--- head/tools/test/dtrace/Makefile	Sun Sep 21 21:25:41 2014	(r271937)
+++ head/tools/test/dtrace/Makefile	Sun Sep 21 21:31:16 2014	(r271938)
@@ -85,7 +85,8 @@ IGNORE=		\
 	${TESTSRCDIR}/tst/common/ip/tst.localtcpstate.ksh		\
 	${TESTSRCDIR}/tst/common/ip/tst.remotetcpstate.ksh		\
 	${TESTSRCDIR}/tst/common/scripting/tst.projid.ksh		\
-	${TESTSRCDIR}/tst/common/scripting/tst.taskid.ksh
+	${TESTSRCDIR}/tst/common/scripting/tst.taskid.ksh		\
+	${TESTSRCDIR}/tst/common/json/tst.usdt.c
 
 
 


More information about the svn-src-head mailing list