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
oltolm 9761ad5f65 meson: fix Windows build
The build fails on Windows. Replace calls to Unix programs like ´cat´,
´sed´ and ´true´ with calls to ´python´ and wrap calls to
´os.path.relpath´ in try-except because it can fail when the two paths
are on different drives. Make sure to convert the Windows paths to Unix
paths to prevent warnings in generated files.

Signed-off-by: oltolm <oleg.tolmatcev@gmail.com>
Message-id: 20250612221521.1109-2-oleg.tolmatcev@gmail.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2 weeks ago
..
aarch64 tests/tcg: make aarch64 boot.S handle different starting modes 3 weeks ago
aarch64_be tests/tcg: enable basic testing for aarch64_be-linux-user 8 months ago
alpha tests/tcg: add a system test to check memory instrumentation 9 months ago
arm tests/tcg: Suppress compiler false-positive warning on sha1.c 4 months ago
hexagon plugins/api: use qemu_target_page_mask() to get value 4 months ago
hppa tests/tcg: Remove run-test-mmap-* 1 year ago
i386 tests/tcg: enable -fwrapv for test-i386-bmi 4 months ago
loongarch64 hw/loongarch/virt: Get physical entry address with elf file 2 months ago
m68k tests/tcg: Remove run-test-mmap-* 1 year ago
minilib tests/tcg/minilib: Constify digits in print_num 12 months ago
mips tests/tcg: Add -fno-stack-protector 2 years ago
multiarch plugins/api: use qemu_target_page_mask() to get value 4 months ago
openrisc target/openrisc: Rename the cpu from or32 to or1k 8 years ago
plugins meson: fix Windows build 2 weeks ago
ppc64 tests/tcg: Replace -mpower8-vector with -mcpu=power8 8 months ago
ppc64le tests/tcg: unify ppc64 and ppc64le Makefiles 3 years ago
riscv64 tests/tcg: Use --noexecstack with assembler files 11 months ago
s390x tests/tcg/s390x: Test modifying code using the MVC instruction 5 months ago
sh4 target/sh4: Fix SUBV opcode 1 year ago
tricore tests/tcg: Reset result register after each test 2 years ago
x86_64 tests/tcg/x86_64/fma: add test for exact-denormal output 3 weeks ago
xtensa tests/tcg/xtensa: add icount/ibreak priority test 1 year ago
xtensaeb tcg: Correct invalid mentions of 'softmmu' by 'system-mode' 2 years ago
Makefile.target tests/tcg: Add SIGRTMIN/SIGRTMAX test 8 months ago
README tests/tcg: update README 11 months ago

README

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"