qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 00/10] Travis updates and code coverage tweaks
@ 2018-06-25 11:19 Alex Bennée
  2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 01/10] travis: do not waste time cloning unused submodules Alex Bennée
                   ` (10 more replies)
  0 siblings, 11 replies; 26+ messages in thread
From: Alex Bennée @ 2018-06-25 11:19 UTC (permalink / raw)
  To: cota, famz, berrange, f4bug, richard.henderson, balrogg, aurelien,
	agraf
  Cc: qemu-devel, Alex Bennée

The main changes since last weeks RFC are that I ended up doing more
furtling than I wanted to make the Travis coverage report sane. Rather
than mess around with .travis.yml I pushed this all into a script.

I also got to the bottom of the missing coverage reports under
linux-user. It seems as though our exit path can not trigger the
coverage dump so we need to do it ourselves. As we have similar hacks
for GPROF and the gdbstub I ended up putting this is a new helper
function. The new file might be overkill though but I didn't want to
jam the helper in our already oversized main file. Maybe the syscalls
can move across later?

The Travis updates from Philippe are simple clean-ups including being
able to drop the silly wget pre-seed hack in favour of a limited
submodule checkout.

Anyway comments welcome.

Alex Bennée (8):
  build-system: remove per-test GCOV reporting
  .gitignore: add .gcov files
  docker: add gcovr to travis image
  travis: add gcovr summary for GCOV build
  build-system: add clean-coverage target
  build-system: add coverage-report target
  linux-user: introduce preexit_cleanup
  linux-user: add gcov support to preexit_cleanup

Philippe Mathieu-Daudé (2):
  travis: do not waste time cloning unused submodules
  travis: test out-of-tree builds

 .gitignore                             |  1 +
 .travis.yml                            | 14 ++++++++---
 Makefile                               | 24 ++++++++++++++++++
 docs/devel/testing.rst                 | 21 +++++++++++-----
 linux-user/Makefile.objs               |  2 +-
 linux-user/exit.c                      | 35 ++++++++++++++++++++++++++
 linux-user/qemu.h                      |  8 ++++++
 linux-user/syscall.c                   | 10 ++------
 scripts/coverage-summary.sh            | 27 ++++++++++++++++++++
 tests/Makefile.include                 | 10 --------
 tests/docker/dockerfiles/travis.docker |  2 +-
 11 files changed, 125 insertions(+), 29 deletions(-)
 create mode 100644 linux-user/exit.c
 create mode 100755 scripts/coverage-summary.sh

-- 
2.17.1

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

end of thread, other threads:[~2018-07-02  2:50 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-25 11:19 [Qemu-devel] [PATCH v1 00/10] Travis updates and code coverage tweaks Alex Bennée
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 01/10] travis: do not waste time cloning unused submodules Alex Bennée
2018-06-29 11:41   ` Daniel P. Berrangé
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 02/10] travis: test out-of-tree builds Alex Bennée
2018-06-29 11:42   ` Daniel P. Berrangé
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 03/10] build-system: remove per-test GCOV reporting Alex Bennée
2018-06-29 11:43   ` Daniel P. Berrangé
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 04/10] .gitignore: add .gcov files Alex Bennée
2018-06-29 11:43   ` Daniel P. Berrangé
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 05/10] docker: add gcovr to travis image Alex Bennée
2018-06-25 11:32   ` Philippe Mathieu-Daudé
2018-06-29 11:44   ` Daniel P. Berrangé
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 06/10] travis: add gcovr summary for GCOV build Alex Bennée
2018-06-29 11:45   ` Daniel P. Berrangé
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 07/10] build-system: add clean-coverage target Alex Bennée
2018-06-29 11:46   ` Daniel P. Berrangé
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 08/10] build-system: add coverage-report target Alex Bennée
2018-06-29 11:48   ` Daniel P. Berrangé
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 09/10] linux-user: introduce preexit_cleanup Alex Bennée
2018-06-25 11:34   ` Philippe Mathieu-Daudé
2018-06-29 11:48   ` Daniel P. Berrangé
2018-06-29 14:22   ` Laurent Vivier
2018-06-25 11:19 ` [Qemu-devel] [PATCH v1 10/10] linux-user: add gcov support to preexit_cleanup Alex Bennée
2018-06-25 11:38   ` Philippe Mathieu-Daudé
2018-06-25 12:47     ` Alex Bennée
2018-07-02  2:04 ` [Qemu-devel] [PATCH v1 00/10] Travis updates and code coverage tweaks no-reply

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).