svn commit: r326878 - head/cddl/usr.sbin/dtrace/tests/tools

Mark Johnston markj at FreeBSD.org
Fri Dec 15 18:09:25 UTC 2017


Author: markj
Date: Fri Dec 15 18:09:23 2017
New Revision: 326878
URL: https://svnweb.freebsd.org/changeset/base/326878

Log:
  Mark uctf/err.user64mode.ksh as EXFAIL for now.
  
  MFC after:	1 week

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	Fri Dec 15 17:10:51 2017	(r326877)
+++ head/cddl/usr.sbin/dtrace/tests/tools/exclude.sh	Fri Dec 15 18:09:23 2017	(r326878)
@@ -166,6 +166,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