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

Mark Johnston markj at FreeBSD.org
Fri Dec 22 16:15:45 UTC 2017


Author: markj
Date: Fri Dec 22 16:15:44 2017
New Revision: 327082
URL: https://svnweb.freebsd.org/changeset/base/327082

Log:
  MFC r326878:
  Mark uctf/err.user64mode.ksh as EXFAIL for now.

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	Fri Dec 22 16:15:00 2017	(r327081)
+++ stable/11/cddl/usr.sbin/dtrace/tests/tools/exclude.sh	Fri Dec 22 16:15:44 2017	(r327082)
@@ -175,6 +175,9 @@ exclude EXFAIL common/vars/tst.ucaller.ksh
 exclude EXFAIL common/scripting/tst.projid.ksh
 exclude EXFAIL common/scripting/tst.taskid.ksh
 
+# Depends on tst.chasestrings.exe being ELF32. See r326181 and r326285.
+exclude EXFAIL common/uctf/err.user64mode.ksh
+
 # This test expects its test program to be installed without CTF data, but
 # the rest of the programs for this feature need CTF data. Not yet sure how
 # to build that.


More information about the svn-src-all mailing list