aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2022-02-25 17:20:13 +0000
committerAlex Bennée <alex.bennee@linaro.org>2022-02-28 16:42:25 +0000
commit93f44896c9fa15d02d93eb396537c91c0efa8c11 (patch)
tree4ea71f239a3a276f991ed1f9187b761702f55ac8 /tests
parentcc44a16002530dcd2bb9739e7e603ec41c0a7ffb (diff)
downloadqemu-93f44896c9fa15d02d93eb396537c91c0efa8c11.zip
qemu-93f44896c9fa15d02d93eb396537c91c0efa8c11.tar.gz
qemu-93f44896c9fa15d02d93eb396537c91c0efa8c11.tar.bz2
tests/tcg/ppc64: clean-up handling of byte-reverse
Rather than having an else leg for the missing compiler case we can simply just not add the test - the same way as is done for ppc64le. Also while we are at it fix up the compiler invocation. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220225172021.3493923-11-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/tcg/ppc64/Makefile.target13
1 files changed, 4 insertions, 9 deletions
diff --git a/tests/tcg/ppc64/Makefile.target b/tests/tcg/ppc64/Makefile.target
index 0368007..9d6dfc1 100644
--- a/tests/tcg/ppc64/Makefile.target
+++ b/tests/tcg/ppc64/Makefile.target
@@ -10,19 +10,14 @@ PPC64_TESTS=bcdsub non_signalling_xscv
endif
$(PPC64_TESTS): CFLAGS += -mpower8-vector
-PPC64_TESTS += byte_reverse
PPC64_TESTS += mtfsf
+
ifneq ($(DOCKER_IMAGE)$(CROSS_CC_HAS_POWER10),)
+PPC64_TESTS += byte_reverse
+endif
+byte_reverse: CFLAGS += -mcpu=power10
run-byte_reverse: QEMU_OPTS+=-cpu POWER10
run-plugin-byte_reverse-with-%: QEMU_OPTS+=-cpu POWER10
-else
-byte_reverse:
- $(call skip-test, "BUILD of $@", "missing compiler support")
-run-byte_reverse:
- $(call skip-test, "RUN of byte_reverse", "not built")
-run-plugin-byte_reverse-with-%:
- $(call skip-test, "RUN of byte_reverse ($*)", "not built")
-endif
PPC64_TESTS += signal_save_restore_xer