qemu/tests/tcg
Max Filippov 51139fb3e7 tests/tcg/xtensa: allow testing big-endian cores
Don't disable all big-endian tests, instead check whether $(CORE) is
supported by the configured $(QEMU) and enable tests if it is.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
2023-03-15 05:08:04 -07:00
..
aarch64 testing: probe gdb for supported architectures ahead of time 2023-03-07 20:44:09 +00:00
alpha
arm tests/tcg: clean up calls to run-test 2022-10-06 11:53:40 +01:00
cris tests/tcg: clean up calls to run-test 2022-10-06 11:53:40 +01:00
hexagon Hexagon (target/hexagon) Change subtract from zero to change sign 2023-03-06 20:47:12 -08:00
hppa
i386 target/i386: Fix BZHI instruction 2023-02-27 09:18:55 +01:00
loongarch64 target/loongarch: Remove cpu_fcsr0 2022-08-08 19:42:53 -07:00
m68k tests/tcg/m68k: Add trap.c 2022-06-02 09:35:03 +02:00
minilib
mips
multiarch testing: probe gdb for supported architectures ahead of time 2023-03-07 20:44:09 +00:00
nios2 tests/tcg/nios2: Tweak 10m50-ghrd.ld 2022-10-31 20:37:58 +00:00
openrisc
ppc
ppc64 tests/tcg: move compiler tests to Makefiles 2022-10-06 11:53:40 +01:00
ppc64le tests/tcg: unify ppc64 and ppc64le Makefiles 2022-10-06 11:53:40 +01:00
riscv64 target/riscv: Set pc_succ_insn for !rvc illegal insn 2023-01-06 10:42:55 +10:00
s390x tests/tcg/s390x: Add C(G)HRL test 2023-03-13 09:23:42 +01:00
sh4 tests/tcg: re-enable threadcount for sh4 2022-10-31 20:37:59 +00:00
sparc64
tricore tests/docker: Use binaries for debian-tricore-cross 2023-03-01 10:32:09 +00:00
x86_64 target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode 2023-02-16 16:57:34 +01:00
xtensa tests/tcg/xtensa: allow testing big-endian cores 2023-03-15 05:08:04 -07:00
xtensaeb tests/tcg/xtensa: allow testing big-endian cores 2023-03-15 05:08:04 -07:00
Makefile.target tests/tcg: Use SIGKILL for timeout 2023-02-02 10:44:23 +00:00
README

This directory contains various interesting guest programs for
regression testing. Tests are either multi-arch, meaning they can be
built for all guest architectures that support linux-user executable,
or they are architecture specific.

CRIS
====
The testsuite for CRIS is in tests/tcg/cris.  You can run it
with "make test-cris".