Date: Fri, 15 Dec 2017 18:09:23 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326878 - head/cddl/usr.sbin/dtrace/tests/tools Message-ID: <201712151809.vBFI9Np8011527@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712151809.vBFI9Np8011527>