qemu-cr16/tests/tcg
Richard Henderson af0bd678df tests/tcg/aarch64: Add gcsss
Validate stack switching and recursion depth.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20251008215613.300150-74-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2025-10-10 13:22:05 +01:00
..
aarch64 tests/tcg/aarch64: Add gcsss 2025-10-10 13:22:05 +01:00
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 2024-10-24 09:56:37 +01:00
alpha tests/tcg: add a system test to check memory instrumentation 2024-09-19 15:58:01 +01:00
arm tests/tcg: Suppress compiler false-positive warning on sha1.c 2025-03-10 10:30:01 +00:00
hexagon plugins/api: use qemu_target_page_mask() to get value 2025-03-10 10:30:01 +00:00
hppa
i386 tests/tcg: enable -fwrapv for test-i386-bmi 2025-03-10 10:30:01 +00:00
loongarch64 hw/loongarch/virt: Get physical entry address with elf file 2025-05-06 09:17:32 +08:00
m68k
minilib
mips tests/tcg/mips: Add tests for MIPS CRC32[c] instructions 2025-07-15 00:24:20 +02:00
multiarch tests/tcg/multiarch: Add tb-link test 2025-09-24 10:29:40 -07:00
openrisc
plugins qemu: Declare all load/store helper in 'qemu/bswap.h' 2025-07-15 02:56:39 -04:00
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 2024-11-05 10:36:08 +00:00
ppc64le
riscv64 tests/tcg/riscv64: Add test for MEPC bit masking 2025-07-04 21:09:49 +10:00
s390x tests, scripts: Don't import print_function from __future__ 2025-09-16 17:31:53 +01:00
sh4
tricore
x86_64 tests/tcg: Fix run for tests with specific plugin 2025-08-01 16:48:50 +01:00
xtensa
xtensaeb
Makefile.target tests/tcg: Fix run for tests with specific plugin 2025-08-01 16:48:50 +01:00
README tests/tcg: update README 2024-07-30 11:44:18 +01:00

This directory contains various interesting guest binaries for
regression testing the Tiny Code Generator doing system and user-mode
emulation.

The multiarch directory contains shared code for tests that can be
built for all guest architectures. Architecture specific code can be
found in their respective directories.

System mode tests will be under the "system" subdirectories.

GDB scripts for exercising the gdbstub on specific tests will be found
under the "gdbstb" subdirectories.

See the developer guide for more instructions on "make check-tcg"