qemu-patch-raspberry4/tests/tcg
Alex Bennée ef860047b6 tests/tcg: fix diff-out pass to properly report failure
A side effect of piping the output to head is squash the exit status
of the diff command. Fix this by only doing the pipe if the diff
failed and then ensuring the status is non-zero.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-07-10 10:31:22 +01:00
..
aarch64 target/arm: Fix output of PAuth Auth 2019-06-13 15:14:03 +01:00
alpha
arm
cris
hppa
i386 tests/tcg: fix up test-i386-fprem.ref generation 2019-07-10 10:31:20 +01:00
lm32
m68k
minilib
mips tcg/tests: target/mips: Correct MSA test compilation and execution order 2019-07-02 14:20:24 +02:00
multiarch
openrisc
ppc
riscv
s390x tests/tcg/s390x: Fix alignment of csst parameter list 2019-06-21 15:26:53 +02:00
sh4
sparc64
x86_64
xtensa
Makefile tests/tcg: fix diff-out pass to properly report failure 2019-07-10 10:31:22 +01:00
Makefile.include
Makefile.probe
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".

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