svn commit: r307400 - head/cddl/usr.sbin/dtrace/tests/tools

Mark Johnston markj at FreeBSD.org
Sun Oct 16 19:46:56 UTC 2016


Author: markj
Date: Sun Oct 16 19:46:55 2016
New Revision: 307400
URL: https://svnweb.freebsd.org/changeset/base/307400

Log:
  tst.kpriv.ksh fails because DTrace privilege levels are unimplemented.
  
  MFC after:	1 week

Modified:
  head/cddl/usr.sbin/dtrace/tests/tools/exclude.sh

Modified: head/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
==============================================================================
--- head/cddl/usr.sbin/dtrace/tests/tools/exclude.sh	Sun Oct 16 19:19:22 2016	(r307399)
+++ head/cddl/usr.sbin/dtrace/tests/tools/exclude.sh	Sun Oct 16 19:46:55 2016	(r307400)
@@ -72,6 +72,7 @@ exclude EXFAIL common/mib/tst.udp.ksh
 exclude SKIP common/privs/tst.fds.ksh
 exclude SKIP common/privs/tst.func_access.ksh
 exclude SKIP common/privs/tst.getf.ksh
+exclude SKIP common/privs/tst.kpriv.ksh
 exclude SKIP common/privs/tst.op_access.ksh
 exclude SKIP common/privs/tst.procpriv.ksh
 exclude SKIP common/privs/tst.providers.ksh


More information about the svn-src-head mailing list