You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg/multiarch
Ilya Leoshkevich cb241df412 tests/tcg: Stop using exit() in the gdbstub testcases
GDB 15 does not like exit() anymore:

    (gdb) python exit(0)
    Python Exception <class 'SystemExit'>: 0
    Error occurred in Python: 0

Use the GDB's own exit command, like it's already done in a couple
places, everywhere. This is the same fix as commit 93a3048dcf
("tests: Gently exit from GDB when tests complete"), but applied to
more places.

Acked-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20241022113939.19989-1-iii@linux.ibm.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2 weeks ago
..
arm-compat-semi tests/tcg: update licenses to GPLv2 as intended 9 months ago
gdbstub tests/tcg: Stop using exit() in the gdbstub testcases 2 weeks ago
libs tests/tcg: update licenses to GPLv2 as intended 9 months ago
linux tests/tcg: Add SIGRTMIN/SIGRTMAX test 4 weeks ago
system tests/tcg: add a system test to check memory instrumentation 3 months ago
Makefile.target tests/tcg: Test that sigreturn() does not corrupt the signal mask 3 weeks ago
README
catch-syscalls.c tests/tcg: Add the syscall catchpoint gdbstub test 10 months ago
check-plugin-output.sh tests/tcg/multiarch: add test for plugin memory access 3 months ago
float_convd.c tests/tcg: update licenses to GPLv2 as intended 9 months ago
float_convs.c tests/tcg: update licenses to GPLv2 as intended 9 months ago
float_helpers.h tests/tcg: update licenses to GPLv2 as intended 9 months ago
float_madds.c tests/tcg: update licenses to GPLv2 as intended 9 months ago
follow-fork-mode.c tests/tcg: Add two follow-fork-mode tests 9 months ago
munmap-pthread.c tests/tcg/multiarch: add vma-pthread.c 2 years ago
noexec.c.inc target/s390x: Make translator stop before the end of a page 2 years ago
nop_func.h tests/tcg/multiarch: add vma-pthread.c 2 years ago
overflow.c tests/tcg: Test overflow conditions 3 years ago
prot-none.c tests/tcg: Add the PROT_NONE gdbstub test 10 months ago
segfault.c tests/tcg: Add multiarch test for Xfer:siginfo:read stub 9 months ago
sha1.c tests/tcg/sha1: remove endian include 3 years ago
sha512.c other architectures: spelling fixes 1 year ago
sigbus.c tests/tcg/multiarch: Adjust sigbus.c 2 years ago
signals.c tests/tcg: add a multiarch signals test to stress test signal delivery 4 years ago
sigreturn-sigmask.c tests/tcg: Test that sigreturn() does not corrupt the signal mask 3 weeks ago
test-aes-main.c.inc tests/multiarch: Add test-aes 1 year ago
test-mmap.c tests/tcg: make test-mmap a little less aggressive 3 years ago
test-plugin-mem-access.c tests/tcg/multiarch: add test for plugin memory access 3 months ago
test-vma.c accel/tcg: Use interval tree for user-only page tracking 2 years ago
testthread.c
threadcount.c tests/tcg: add new threadcount test 5 years ago
vma-pthread.c tests/tcg/multiarch: add vma-pthread.c 2 years ago

README

Multi-architecture linux-user tests