tests: Also exclude powerpc/powerpcspe from mmap_map_32bit_test

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2023-08-12 09:24:15 +08:00
parent 5f11a33cee
commit b231322dbe
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

@ -10,7 +10,8 @@ ATF_TESTS_C+= mlock_test \
shared_shadow_inval_test
.if ${MACHINE_ARCH} != "i386" && ${MACHINE} != "arm" && \
(${MACHINE} != "powerpc" || ${MACHINE_ARCH} != "powerpc")
(${MACHINE} != "powerpc" || (${MACHINE_ARCH} != "powerpc" && \
${MACHINE_ARCH} != "powerpcspe"))
# MAP_32BIT is only available on 64-bit platforms
BINDIR= ${TESTSDIR}
ATF_TESTS_SH+= mmap_map_32bit_test