svn commit: r326366 - stable/11/cddl/usr.sbin/dtrace/tests/tools

Mark Johnston markj at FreeBSD.org
Wed Nov 29 14:25:19 UTC 2017


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.


More information about the svn-src-all mailing list