From: "Alex Bennée" <alex.bennee@linaro.org>
To: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Cc: qemu-devel@nongnu.org, "Brad Smith" <brad@comstyle.com>,
qemu-arm@nongnu.org, "Kyle Evans" <kevans@freebsd.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Thomas Huth" <thuth@redhat.com>, "Warner Losh" <imp@bsdimp.com>,
"Daniel P. Berrangé" <berrange@redhat.com>
Subject: Re: [PATCH 2/7] tests/tcg: allow filtering of TCG tests
Date: Fri, 06 Mar 2026 18:36:00 +0000 [thread overview]
Message-ID: <87v7f8n6un.fsf@draig.linaro.org> (raw)
In-Reply-To: <5342a38e-ee34-4d52-928c-e60028848e2b@linaro.org> (Pierrick Bouvier's message of "Fri, 6 Mar 2026 09:34:44 -0800")
Pierrick Bouvier <pierrick.bouvier@linaro.org> writes:
> On 3/6/26 8:17 AM, Alex Bennée wrote:
>> We have a lot of TCG tests now which can be fiddly if we just want to
>> check one particular test type across the targets. Introduce
>> TCG_TEST_FILTER to allow this:
>> make check-tcg TCG_TEST_FILTER=gdb
>> to run all the gdb tests across the suites.
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> ---
>> tests/Makefile.include | 8 +++++---
>> tests/tcg/Makefile.target | 12 +++++++++++-
>> 2 files changed, 16 insertions(+), 4 deletions(-)
>>
>
> Ideally, we should have a list command available also, so we don't
> have to guess what magic pattern names follow.
>
> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
If you run "make help" in one of the TCG test dirs you will get a list:
➜ cd tests/tcg/aarch64-softmmu/
🕙18:35:48 alex@draig:tests/tcg/aarch64-softmmu on pr/060326-11.0-virtio-gpu-updates-1:master [$?⇡]
➜ make help
tests/tcg/aarch64-softmmu: -march=armv8.3-a detected
tests/tcg/aarch64-softmmu: -march=armv8.5-a+memtag detected
TCG tests help aarch64
Built with aarch64-linux-gnu-gcc
Available tests:
run-asid2
run-feat-xs
run-pauth-3
run-semiconsole
run-semiheap
run-vtimer
run-mte
run-hello
run-interrupt
run-memory-sve
run-plugin-hello-with-libdiscons.so
run-plugin-interrupt-with-libempty.so
run-gdbstub-memory
run-gdbstub-interrupt
run-gdbstub-untimely-packet
run-gdbstub-registers
run-memory-replay
run-gdbstub-mte
run-plugin-memory-with-libmem.so
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
next prev parent reply other threads:[~2026-03-06 18:36 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-06 16:17 [PATCH 0/7] testing/next: gdb-multiarch, check-tcg, vbsa tests Alex Bennée
2026-03-06 16:17 ` [PATCH 1/7] tests/docker: add gdb-multiarch to all-test-cross Alex Bennée
2026-03-06 17:30 ` Pierrick Bouvier
2026-03-06 17:32 ` Pierrick Bouvier
2026-03-10 22:33 ` Philippe Mathieu-Daudé
2026-03-10 23:07 ` Philippe Mathieu-Daudé
2026-03-10 23:22 ` Pierrick Bouvier
2026-03-10 23:28 ` Philippe Mathieu-Daudé
2026-03-12 10:11 ` Ilya Leoshkevich
2026-03-12 10:39 ` Philippe Mathieu-Daudé
2026-03-12 10:41 ` Philippe Mathieu-Daudé
2026-03-12 13:56 ` Alex Bennée
2026-03-12 15:12 ` Ilya Leoshkevich
2026-03-12 15:55 ` Alex Bennée
2026-03-06 16:17 ` [PATCH 2/7] tests/tcg: allow filtering of TCG tests Alex Bennée
2026-03-06 17:34 ` Pierrick Bouvier
2026-03-06 18:36 ` Alex Bennée [this message]
2026-03-06 20:49 ` Pierrick Bouvier
2026-03-06 16:17 ` [PATCH 3/7] tests/tcg/multiarch/linux-test: use portable alternative for dirent64 Alex Bennée
2026-03-06 17:34 ` Pierrick Bouvier
2026-03-06 16:17 ` [PATCH 4/7] tests/functional: teach uncompress about zip files Alex Bennée
2026-03-06 17:35 ` Pierrick Bouvier
2026-03-06 19:49 ` Thomas Huth
2026-03-06 16:17 ` [PATCH 5/7] tests/functional: allow tests to define decompression target Alex Bennée
2026-03-06 17:35 ` Pierrick Bouvier
2026-03-06 16:17 ` [PATCH 6/7] tests/functional: add the ability to send keys Alex Bennée
2026-03-06 17:41 ` Pierrick Bouvier
2026-03-06 16:17 ` [PATCH 7/7] tests/functional: add VBSA linux tests Alex Bennée
2026-03-06 17:41 ` Pierrick Bouvier
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=87v7f8n6un.fsf@draig.linaro.org \
--to=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=brad@comstyle.com \
--cc=imp@bsdimp.com \
--cc=kevans@freebsd.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=pierrick.bouvier@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/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