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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
