From: "Alex Bennée" <alex.bennee@linaro.org>
To: peter.maydell@linaro.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Subject: [PULL 0/8] testing and misc updates
Date: Mon, 7 Jun 2021 15:32:55 +0100 [thread overview]
Message-ID: <20210607143303.28572-1-alex.bennee@linaro.org> (raw)
The following changes since commit 6f398e533f5e259b4f937f4aa9de970f7201d166:
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210604' into staging (2021-06-05 11:25:52 +0100)
are available in the Git repository at:
https://github.com/stsquad/qemu.git tags/pull-testing-updates-070621-2
for you to fetch changes up to 72205289a0799c6d0a73107198098b830dbea2f9:
scripts/checkpatch.pl: process .c.inc and .h.inc files as C source (2021-06-07 14:49:30 +0100)
----------------------------------------------------------------
A few testing and configure updates:
- add the multiarch signals stress test
- fix display of multi-word compiler stanzas in meson
- fix quoting of multi-word compiler stazas in configure.sh
- tag some acceptance tests as TCG only
- make checkpatch test work harder to find clean diffs
- split gprof/gconv job to avoid timeouts
- fix centos8 VM build by adding --source-path
- make checkpatch aware of .h.inc and .c.inc paths
----------------------------------------------------------------
Alex Bennée (6):
tests/tcg: add a multiarch signals test to stress test signal delivery
meson.build: fix cosmetics of compiler display
tests/tcg/configure.sh: tweak quoting of target_compiler
tests/acceptance: tag various arm tests as TCG only
gitlab: work harder to avoid false positives in checkpatch
tests/vm: expose --source-path to scripts to find extra files
Matheus Ferst (1):
scripts/checkpatch.pl: process .c.inc and .h.inc files as C source
Philippe Mathieu-Daudé (1):
gitlab-ci: Split gprof-gcov job
meson.build | 8 +-
tests/tcg/multiarch/signals.c | 149 +++++++++++++++++++++++++++++++++
.gitlab-ci.d/buildtest.yml | 17 +++-
.gitlab-ci.d/static_checks.yml | 6 +-
scripts/checkpatch.pl | 4 +-
tests/acceptance/boot_linux_console.py | 18 ++++
tests/tcg/configure.sh | 6 +-
tests/tcg/multiarch/Makefile.target | 2 +
tests/vm/Makefile.include | 1 +
tests/vm/basevm.py | 4 +
tests/vm/centos.aarch64 | 2 +-
11 files changed, 203 insertions(+), 14 deletions(-)
create mode 100644 tests/tcg/multiarch/signals.c
--
2.20.1
next reply other threads:[~2021-06-07 14:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-07 14:32 Alex Bennée [this message]
2021-06-07 14:32 ` [PULL 1/8] tests/tcg: add a multiarch signals test to stress test signal delivery Alex Bennée
2021-06-07 14:32 ` [PULL 2/8] meson.build: fix cosmetics of compiler display Alex Bennée
2021-06-07 14:32 ` [PULL 3/8] tests/tcg/configure.sh: tweak quoting of target_compiler Alex Bennée
2021-06-07 14:32 ` [PULL 4/8] tests/acceptance: tag various arm tests as TCG only Alex Bennée
2021-06-07 14:33 ` [PULL 5/8] gitlab: work harder to avoid false positives in checkpatch Alex Bennée
2021-06-07 14:50 ` Daniel P. Berrangé
2021-06-07 16:14 ` Alex Bennée
2021-06-07 16:19 ` Daniel P. Berrangé
2021-06-07 14:33 ` [PULL 6/8] gitlab-ci: Split gprof-gcov job Alex Bennée
2021-06-07 14:33 ` [PULL 7/8] tests/vm: expose --source-path to scripts to find extra files Alex Bennée
2021-06-07 14:33 ` [PULL 8/8] scripts/checkpatch.pl: process .c.inc and .h.inc files as C source Alex Bennée
2021-06-07 16:17 ` [PULL 0/8] testing and misc updates Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210607143303.28572-1-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).