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:
parent
18442f0a5b
commit
e96f62322b
@ -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;
|
||||
|
@ -35,5 +35,4 @@ CFILES= \
|
||||
tst.probestar.c \
|
||||
|
||||
|
||||
|
||||
.include "../../dtrace.test.mk"
|
||||
|
@ -70,7 +70,6 @@ ${PACKAGE}FILES= \
|
||||
TESTEXES= \
|
||||
tst.NoSpecBuffer.exe \
|
||||
|
||||
|
||||
CFILES= \
|
||||
|
||||
|
||||
|
@ -40,4 +40,6 @@ CFILES= \
|
||||
|
||||
WITH_CTF=YES
|
||||
|
||||
CFLAGS.tst.chasestrings.exe+= -m32
|
||||
|
||||
.include "../../dtrace.test.mk"
|
||||
|
@ -53,6 +53,8 @@ TEST_METADATA.t_dtrace_contrib+= required_memory=\"4g\"
|
||||
uctf)
|
||||
special="
|
||||
WITH_CTF=YES
|
||||
|
||||
CFLAGS.tst.chasestrings.exe+= -m32
|
||||
"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user