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

Mark Johnston markj at FreeBSD.org
Thu Dec 8 18:56:36 UTC 2016


Author: markj
Date: Thu Dec  8 18:56:35 2016
New Revision: 309718
URL: https://svnweb.freebsd.org/changeset/base/309718

Log:
  err.D_PROC_CREATEFAIL.many.d passes, so remove the EFAIL annotation.
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

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	Thu Dec  8 18:18:48 2016	(r309717)
+++ head/cddl/usr.sbin/dtrace/tests/tools/exclude.sh	Thu Dec  8 18:56:35 2016	(r309718)
@@ -128,9 +128,6 @@ exclude EXFAIL common/ip/tst.ipv4remotei
 exclude EXFAIL common/ip/tst.localtcpstate.ksh
 exclude EXFAIL common/ip/tst.remotetcpstate.ksh
 
-# Depends on the number of probes in /bin/sh and the current DOF limit.
-exclude EXFAIL common/pid/err.D_PROC_CREATEFAIL.many.d
-
 # Tries to enable pid$target:libc::entry, though there's no "libc" module.
 # Currently unsure as to whether this might be a libproc bug.
 exclude EXFAIL common/pid/tst.probemod.ksh


More information about the svn-src-all mailing list