qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] Clean up TCG tests
@ 2016-08-29 22:49 Pranith Kumar
  2016-08-29 22:49 ` [Qemu-devel] [PATCH v2 1/4] tests/tcg: Move arm tests to arch specific folder Pranith Kumar
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Pranith Kumar @ 2016-08-29 22:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, rth

Hello,

This patch series cleans up the tcg tests in tests/tcg folder.

The tests have bit-rotten and were not compiling or running. I fixed
the Makefiles to make them compile but there are tests which do not
pass.

The motivation is to add litmus tests to each arch and have them run
using the 'make check' target to test consistency on TCG.

There are no maintainers listed for this test folder. So I am cc'ing
people who I think might be interested.

As suggested by rth in v1 posting, I hooked up 'tests-tcg' target to
run some of the tests. Detecting cross compilers or running the tests
in docker containers are suggested ideas to make running the tests
easier.

My makefile-fu is non-existent. So suggestions on how to hook up the
tests are welcome.

Pranith Kumar (4):
  tests/tcg: Move arm tests to arch specific folder
  tests/tcg: Move mips test to arch specific folder
  tests/tcg: Create and populate misc tests for arch independent tests
  tests/tcg: Add tests-tcg hook in Makefile

 tests/Makefile.include                |  1 +
 tests/tcg/Makefile.include            | 20 ++++++++++
 tests/tcg/arm/Makefile                | 45 +++++++++++++++++++++
 tests/tcg/{ => arm}/hello-arm.c       |  0
 tests/tcg/{ => arm}/test-arm-iwmmxt.s |  0
 tests/tcg/{ => mips}/hello-mips.c     |  0
 tests/tcg/misc/Makefile               | 75 +++++++++++++++++++++++++++++++++++
 tests/tcg/{ => misc}/linux-test.c     |  3 ++
 tests/tcg/{ => misc}/sha1.c           |  0
 tests/tcg/{ => misc}/test-mmap.c      |  0
 tests/tcg/{ => misc}/test_path.c      |  0
 tests/tcg/{ => misc}/testthread.c     |  0
 12 files changed, 144 insertions(+)
 create mode 100644 tests/tcg/Makefile.include
 create mode 100644 tests/tcg/arm/Makefile
 rename tests/tcg/{ => arm}/hello-arm.c (100%)
 rename tests/tcg/{ => arm}/test-arm-iwmmxt.s (100%)
 rename tests/tcg/{ => mips}/hello-mips.c (100%)
 create mode 100644 tests/tcg/misc/Makefile
 rename tests/tcg/{ => misc}/linux-test.c (99%)
 rename tests/tcg/{ => misc}/sha1.c (100%)
 rename tests/tcg/{ => misc}/test-mmap.c (100%)
 rename tests/tcg/{ => misc}/test_path.c (100%)
 rename tests/tcg/{ => misc}/testthread.c (100%)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-09 16:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-29 22:49 [Qemu-devel] [PATCH v2 0/4] Clean up TCG tests Pranith Kumar
2016-08-29 22:49 ` [Qemu-devel] [PATCH v2 1/4] tests/tcg: Move arm tests to arch specific folder Pranith Kumar
2016-09-09 14:43   ` Alex Bennée
2016-08-29 22:49 ` [Qemu-devel] [PATCH v2 2/4] tests/tcg: Move mips test " Pranith Kumar
2016-08-29 22:49 ` [Qemu-devel] [PATCH v2 3/4] tests/tcg: Create and populate misc tests for arch independent tests Pranith Kumar
2016-09-09 14:55   ` Alex Bennée
2016-09-09 16:04   ` Alex Bennée
2016-08-29 22:49 ` [Qemu-devel] [PATCH v2 4/4] tests/tcg: Add tests-tcg hook in Makefile Pranith Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).