[Qemu-devel] [PATCH 0/6] Enable building and running tcg tests on i386

Cleber Rosa posted 6 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170802201512.29142-1-crosa@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
tests/tcg/Makefile          |  2 +-
tests/tcg/linux-test.c      |  2 +-
tests/tcg/test-i386-fprem.c | 17 +----------------
tests/tcg/test_path.c       |  1 +
4 files changed, 4 insertions(+), 18 deletions(-)
[Qemu-devel] [PATCH 0/6] Enable building and running tcg tests on i386
Posted by Cleber Rosa 6 years, 8 months ago
The primary motivation of this patch series is to get "make -C
tests/tcg", on i386, to run.  Having all of the individual i386 tcg
tests passing is beyond the scope of this patch series, though.

The secondary motivation is to gather feedback on the status of the
tcg tests.  If you have strong opinions about it, be that they need to
be nourished and cared for, that they should be eliminated completely,
or anything in between, I'd love to hear about it.

Cleber Rosa(6):
   tests/tcg/test_path.c: include utils/bufferiszero.c
   tests/tcg/linux-test.c: remove unused include of "qemu/cutils.h"
   tests/tcg/linux-test.c: include definitions for getrusage()
   tests/tcg/test-i386-fprem: build with $(QEMU_CFLAGS)
   tests/tcg/test-i386-fprem.c: compilation fix for -Werror=strict-prototype
   tests/tcg/test-i386-fprem.c: compilation fix for -Werror=unused-const-variable=

 tests/tcg/Makefile          |  2 +-
 tests/tcg/linux-test.c      |  2 +-
 tests/tcg/test-i386-fprem.c | 17 +----------------
 tests/tcg/test_path.c       |  1 +
4 files changed, 4 insertions(+), 18 deletions(-)