diff options
author | Mark Johnston <markj@FreeBSD.org> | 2017-12-15 18:09:23 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2017-12-15 18:09:23 +0000 |
commit | 7c3701904ac97737bfbd867c82b227b421865954 (patch) | |
tree | 1acb0802de89bfa14af57919c92e1c7dc921da89 /cddl/usr.sbin | |
parent | 37a13f5792f165d218e6af6515ef9511fa930711 (diff) | |
download | src-7c3701904ac97737bfbd867c82b227b421865954.tar.gz src-7c3701904ac97737bfbd867c82b227b421865954.zip |
Mark uctf/err.user64mode.ksh as EXFAIL for now.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=326878
Diffstat (limited to 'cddl/usr.sbin')
-rwxr-xr-x | cddl/usr.sbin/dtrace/tests/tools/exclude.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cddl/usr.sbin/dtrace/tests/tools/exclude.sh b/cddl/usr.sbin/dtrace/tests/tools/exclude.sh index ed88a17917ef..7ebfe0037cc5 100755 --- a/cddl/usr.sbin/dtrace/tests/tools/exclude.sh +++ b/cddl/usr.sbin/dtrace/tests/tools/exclude.sh @@ -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. |