Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2017 14:25:18 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r326366 - stable/11/cddl/usr.sbin/dtrace/tests/tools
Message-ID:  <201711291425.vATEPIS2017332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Wed Nov 29 14:25:17 2017
New Revision: 326366
URL: https://svnweb.freebsd.org/changeset/base/326366

Log:
  MFC r326096:
  Annotate pragma/err.invalidlibdep.ksh as EXFAIL.

Modified:
  stable/11/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
==============================================================================
--- stable/11/cddl/usr.sbin/dtrace/tests/tools/exclude.sh	Wed Nov 29 14:24:04 2017	(r326365)
+++ stable/11/cddl/usr.sbin/dtrace/tests/tools/exclude.sh	Wed Nov 29 14:25:17 2017	(r326366)
@@ -148,6 +148,11 @@ exclude EXFAIL common/pid/tst.provregex4.ksh
 exclude EXFAIL common/pid/tst.weak1.d
 exclude EXFAIL common/pid/tst.weak2.d
 
+# This test appears to be invalid. dtrace is supposed to press on if a
+# depends_on pragma cannot be satisfied, per the comment above
+# dt_load_libs_dir() in libdtrace.
+exclude EXFAIL common/pragma/err.invalidlibdep.ksh
+
 # This test checks for a leading tab on a line before #define. That is illegal
 # on Solaris, but the clang pre-processor on FreeBSD is happy with code like
 # that.



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