]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/tcg/aarch64: Add MTE gdbstub tests
authorGustavo Romero <gustavo.romero@linaro.org>
Fri, 5 Jul 2024 08:40:47 +0000 (09:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Jul 2024 11:35:36 +0000 (12:35 +0100)
commit340ca46b681b1e9cac1643a7fd964947aeb68a56
tree024936baedcbfa9bbae45235caa2a9fd9b7020cd
parentf81198cefad223afc8e1ae60e9830b60e5f2d6ff
tests/tcg/aarch64: Add MTE gdbstub tests

Add tests to exercise the MTE stubs. The tests will only run if a
version of GDB that supports MTE is available in the test environment.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
[AJB: re-base and checkpatch fixes]
Message-Id: <20240628050850.536447-12-gustavo.romero@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240705084047.857176-41-alex.bennee@linaro.org>
configure
tests/tcg/aarch64/Makefile.target
tests/tcg/aarch64/gdbstub/test-mte.py [new file with mode: 0644]
tests/tcg/aarch64/mte-8.c [new file with mode: 0644]