Compile one of the uctf test programs with -m32.

The err.user64mode.ksh test expects it to run as a 32-bit process.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2017-11-24 19:57:13 +00:00
parent 18442f0a5b
commit e96f62322b
5 changed files with 5 additions and 3 deletions

View File

@ -38,7 +38,7 @@ fi
./$exe &
pid=$!
$dtrace -qs /dev/stdin <<EOF
$dtrace -32 -qs /dev/stdin <<EOF
typedef struct info {
char *zi_gamename;
int zi_ndungeons;

View File

@ -35,5 +35,4 @@ CFILES= \
tst.probestar.c \
.include "../../dtrace.test.mk"

View File

@ -70,7 +70,6 @@ ${PACKAGE}FILES= \
TESTEXES= \
tst.NoSpecBuffer.exe \
CFILES= \

View File

@ -40,4 +40,6 @@ CFILES= \
WITH_CTF=YES
CFLAGS.tst.chasestrings.exe+= -m32
.include "../../dtrace.test.mk"

View File

@ -53,6 +53,8 @@ TEST_METADATA.t_dtrace_contrib+= required_memory=\"4g\"
uctf)
special="
WITH_CTF=YES
CFLAGS.tst.chasestrings.exe+= -m32
"
;;
esac