Date: Sun, 21 Sep 2014 21:31:17 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r271938 - head/tools/test/dtrace Message-ID: <201409212131.s8LLVHpg020101@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409212131.s8LLVHpg020101>