dd28bebd02
We will want to build these for all supported guest architectures so lets move them all into one place. We also drop test_path at this point because it needs qemu utils and glib bits which is hard to support for cross compiling. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
75 lines
1.3 KiB
Plaintext
75 lines
1.3 KiB
Plaintext
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.
|
|
|
|
i386
|
|
====
|
|
|
|
test-i386
|
|
---------
|
|
|
|
This program executes most of the 16 bit and 32 bit x86 instructions and
|
|
generates a text output, for comparison with the output obtained with
|
|
a real CPU or another emulator.
|
|
|
|
The Linux system call modify_ldt() is used to create x86 selectors
|
|
to test some 16 bit addressing and 32 bit with segmentation cases.
|
|
|
|
The Linux system call vm86() is used to test vm86 emulation.
|
|
|
|
Various exceptions are raised to test most of the x86 user space
|
|
exception reporting.
|
|
|
|
linux-test
|
|
----------
|
|
|
|
This program tests various Linux system calls. It is used to verify
|
|
that the system call parameters are correctly converted between target
|
|
and host CPUs.
|
|
|
|
test-i386-fprem
|
|
---------------
|
|
|
|
runcom
|
|
------
|
|
|
|
test-mmap
|
|
---------
|
|
|
|
sha1
|
|
----
|
|
|
|
hello-i386
|
|
----------
|
|
|
|
|
|
ARM
|
|
===
|
|
|
|
hello-arm
|
|
---------
|
|
|
|
test-arm-iwmmxt
|
|
---------------
|
|
|
|
MIPS
|
|
====
|
|
|
|
hello-mips
|
|
----------
|
|
|
|
hello-mipsel
|
|
------------
|
|
|
|
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/cris. You can run it
|
|
with "make test-lm32".
|
|
|