qemu-e2k/tests/tcg
Max Filippov bc19449acc tests/tcg/xtensa: clean up test set
Drop test_fail: we know that exit simcall works. Now that it's not run
automatically there's no point in keeping it.
Drop test_pipeline: we're not modeling pipeline, we don't control ccount
and there's no plan to do so.
Enable test_boolean: it won't break on cores without boolean option, it
will do testing on cores with boolean option.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2019-03-23 14:42:05 -07:00
..
aarch64 tests/tcg/arm: account for pauth randomness 2019-03-12 17:05:21 +00:00
alpha
arm
cris
hppa
i386 tests/tcg/i386: add memory test to exercise softmmu 2019-03-12 17:05:21 +00:00
lm32
m68k
minilib tests/tcg: provide a minilib for system tests 2019-03-12 17:05:21 +00:00
mips
multiarch
openrisc
ppc
riscv
s390x
sh4
sparc64
x86_64
xtensa tests/tcg/xtensa: clean up test set 2019-03-23 14:42:05 -07:00
Makefile tests/tcg: provide a minilib for system tests 2019-03-12 17:05:21 +00: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".