Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 18:56:35 +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: r309718 - head/cddl/usr.sbin/dtrace/tests/tools
Message-ID:  <201612081856.uB8IuZub007538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612081856.uB8IuZub007538>