aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/aarch64/Makefile.target
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2019-06-09 15:22:49 -0700
committerPeter Maydell <peter.maydell@linaro.org>2019-06-13 15:14:03 +0100
commitd67ebada159148bfdfde84871338738e4465e985 (patch)
tree1a22c5021c3d4cee752a06149c42b6dd9f71f488 /tests/tcg/aarch64/Makefile.target
parentbe1ba4d56eba5666ee03b40e286d7315862ab188 (diff)
downloadqemu-d67ebada159148bfdfde84871338738e4465e985.zip
qemu-d67ebada159148bfdfde84871338738e4465e985.tar.gz
qemu-d67ebada159148bfdfde84871338738e4465e985.tar.bz2
target/arm: Fix output of PAuth Auth
The ARM pseudocode installs the error_code into the original pointer, not the encrypted pointer. The difference applies within the 7 bits of pac data; the result should be the sign extension of bit 55. Add a testcase to that effect. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/tcg/aarch64/Makefile.target')
-rw-r--r--tests/tcg/aarch64/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target
index 2bb9149..31ba9cf 100644
--- a/tests/tcg/aarch64/Makefile.target
+++ b/tests/tcg/aarch64/Makefile.target
@@ -15,7 +15,7 @@ run-fcvt: fcvt
$(call run-test,$<,$(QEMU) $<, "$< on $(TARGET_NAME)")
$(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref)
-AARCH64_TESTS += pauth-1
+AARCH64_TESTS += pauth-1 pauth-2
run-pauth-%: QEMU += -cpu max
TESTS:=$(AARCH64_TESTS)