qemu/tests/tcg
Richard Henderson b4efc4ce2c tcg/optimize: Fix TCG_COND_TST* simplification of setcond2
Argument ordering for setcond2 is:

  output, a_low, a_high, b_low, b_high, cond

The test is supposed to be against b_low, not a_high.

Cc: qemu-stable@nongnu.org
Fixes: ceb9ee06b7 ("tcg/optimize: Handle TCG_COND_TST{EQ,NE}")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2413
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240701024623.1265028-1-richard.henderson@linaro.org>
(cherry picked from commit a71d9dfbf6)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2024-07-04 08:01:15 +03:00
..
aarch64 target/arm: Fix FJCVTZS vs flush-to-zero 2024-07-02 09:49:20 +03:00
alpha tests/tcg: Remove run-test-mmap-* 2024-02-29 11:35:37 -10:00
arm tests/tcg: Remove run-test-mmap-* 2024-02-29 11:35:37 -10:00
cris
hexagon
hppa tests/tcg: Remove run-test-mmap-* 2024-02-29 11:35:37 -10:00
i386 tests/tcg: Remove run-test-mmap-* 2024-02-29 11:35:37 -10:00
loongarch64
m68k tests/tcg: Remove run-test-mmap-* 2024-02-29 11:35:37 -10:00
minilib
mips
multiarch tests/tcg: Test shmat(NULL) 2024-03-26 18:20:36 -10:00
nios2
openrisc
ppc64
ppc64le
riscv64 tests: riscv64: Use 'zfa' instead of 'Zfa' 2024-03-08 20:48:03 +10:00
s390x tests/tcg/s390x: Test TEST AND SET 2024-03-25 15:05:59 +01:00
sh4 target/sh4: Fix SUBV opcode 2024-05-04 09:37:20 +03:00
tricore
x86_64 tcg/optimize: Fix TCG_COND_TST* simplification of setcond2 2024-07-04 08:01:15 +03:00
xtensa
xtensaeb
Makefile.target tests/plugin/mem: migrate to new per_vcpu API 2024-03-06 12:35:33 +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".