summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2017-11-29 14:25:17 +0000
committermarkj <markj@FreeBSD.org>2017-11-29 14:25:17 +0000
commitcc6af86c2812d4c5f4f974c7c9e7839d3dd98a44 (patch)
tree06f99de7b4cdf07dfda2aefa8fafd0e1986f7032
parentf7531d76e3ec2dd9655aeb10c2547b24298e1bd4 (diff)
downloadFreeBSD-src-cc6af86c2812d4c5f4f974c7c9e7839d3dd98a44.zip
FreeBSD-src-cc6af86c2812d4c5f4f974c7c9e7839d3dd98a44.tar.gz
MFC r326096:
Annotate pragma/err.invalidlibdep.ksh as EXFAIL.
-rwxr-xr-xcddl/usr.sbin/dtrace/tests/tools/exclude.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/cddl/usr.sbin/dtrace/tests/tools/exclude.sh b/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
index 7ac2958..0836b43 100755
--- a/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
+++ b/cddl/usr.sbin/dtrace/tests/tools/exclude.sh
@@ -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.
OpenPOWER on IntegriCloud