From: "Alex Bennée" <alex.bennee@linaro.org>
To: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Cc: qemu-devel@nongnu.org, "Thomas Huth" <thuth@redhat.com>,
"Laurent Vivier" <laurent@vivier.eu>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>,
"Helge Deller" <deller@gmx.de>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Brian Cain" <brian.cain@oss.qualcomm.com>,
"Manos Pitsidianakis" <manos.pitsidianakis@linaro.org>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Ilya Leoshkevich" <iii@linux.ibm.com>,
"Aniket Sahu" <asahu1x@linux.ibm.com>
Subject: Re: [PATCH v7 033/104] tests/tcg/Makefile: skip user/system tests if target Makefile is not present
Date: Wed, 19 Aug 2026 15:30:17 +0100 [thread overview]
Message-ID: <87y0e2p4hy.fsf@draig.linaro.org> (raw)
In-Reply-To: <20260818192309.22169-34-pierrick.bouvier@oss.qualcomm.com> (Pierrick Bouvier's message of "Tue, 18 Aug 2026 19:21:57 +0000")
Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> writes:
> In the next commits, we'll port each architecture from Makefile to
> meson, and it's easier to review those changes if we remove Makefiles
> step by step.
>
> Tested-by: Aniket Sahu <asahu1x@linux.ibm.com>
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
next prev parent reply other threads:[~2026-08-19 14:30 UTC|newest]
Thread overview: 113+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-18 19:21 [PATCH v7 000/104] tests/tcg: run tests with meson Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 001/104] tests/tcg/multiarch/system/memory.c: remove unused variable Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 002/104] tests/tcg/multiarch/plugin/check-plugin-output.sh: take test output as input Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 003/104] tests/tcg/multiarch/plugin: rename check-plugin-output to regex-compare Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 004/104] meson: bump minimal version to 1.6.0 Pierrick Bouvier
2026-08-19 14:03 ` Alex Bennée
2026-08-18 19:21 ` [PATCH v7 005/104] tests/tcg: introduce meson.build Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 006/104] tests/tcg/meson.build: introduce exe_name Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 007/104] tests/tcg/meson.build: introduce test_name Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 008/104] tests/tcg/meson.build: introduce cflags Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 009/104] tests/tcg/meson.build: introduce qemu_args Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 010/104] tests/tcg/meson.build: introduce env_var Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 011/104] tests/tcg/plugins: build list of test_plugins Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 012/104] tests/tcg/meson.build: introduce plugin_test Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 013/104] tests/tcg/meson.build: test gdb support and introduce gdb_arch Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 014/104] tests/tcg/meson.build: introduce gdb_test Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 015/104] tests/tcg/meson.build: introduce wrapper Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 016/104] tests/tcg/meson.build: introduce expected_output Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 017/104] tests/tcg/meson.build: add wrapper run_and_check_forbidden_output Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 018/104] tests/tcg/meson.build: add wrapper run_with_input Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 019/104] tests/tcg/meson.build: add wrapper record_replay Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 020/104] tests/tcg/meson.build: add wrapper check_plugin_output Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 021/104] tests/tcg/meson.build: add logic to skip tests Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 022/104] tests/tcg/meson.build: introduce cc_feat and cc_feat_cflags Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 023/104] tests/tcg/meson.build: introduce gdb_feat and gdb_feat_version Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 024/104] tests/tcg/meson.build: move gdb_arch support check Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 025/104] tests/tcg/meson.build: let test infrastructure detect compiler Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 026/104] tests/docker/docker.py: return error code if probe fails Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 027/104] tests/docker/docker.py: remove "Image is up to date" info Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 028/104] tests/tcg/meson.build: introduce cc_dockerfile and cc_docker_host_arch Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 029/104] tests/tcg/meson.build: check host cross cc is working Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 030/104] tests/tcg/meson.build: introduce depends Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 031/104] tests/tcg/meson.build: use full path for QEMU binary Pierrick Bouvier
2026-08-19 0:41 ` Philippe Mathieu-Daudé
2026-08-19 14:29 ` Alex Bennée
2026-08-18 19:21 ` [PATCH v7 032/104] tests/tcg/meson.build: add top-level 'tcg-tests' target Pierrick Bouvier
2026-08-18 19:21 ` [PATCH v7 033/104] tests/tcg/Makefile: skip user/system tests if target Makefile is not present Pierrick Bouvier
2026-08-19 14:30 ` Alex Bennée [this message]
2026-08-18 19:21 ` [PATCH v7 034/104] tests/tcg/multiarch/gdbstub/prot-none.py: deactivate on gitlab CI Pierrick Bouvier
2026-08-19 14:32 ` Alex Bennée
2026-08-18 19:21 ` [PATCH v7 035/104] tests/tcg/multiarch/gdbstub/prot-none.py: detect if /proc/self/mem can be used to access PROT_NONE pages Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 036/104] tests/tcg/multiarch: declare user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 037/104] tests/tcg/multiarch: declare system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 038/104] tests/tcg/meson.build: add generic plugin tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 039/104] tests/tcg/arm/fcvt.c: use raw opcode for FPRCVT Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 040/104] tests/tcg/aarch64: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 041/104] tests/tcg/aarch64/system/gpc-test.c: remove unused variables Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 042/104] tests/tcg/aarch64: system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 043/104] tests/tcg/aarch64_be: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 044/104] tests/tcg/alpha: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 045/104] tests/tcg/alpha: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 046/104] tests/tcg/alpha: system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 047/104] tests/tcg/arm: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 048/104] tests/tcg/arm: system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 049/104] tests/tcg/hexagon/overflow.c: add missing include Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 050/104] tests/tcg/hexagon: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 051/104] tests/tcg/multiarch/sha1.c: fix big endian implementation Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 052/104] tests/tcg/hppa: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 053/104] tests/tcg/hppa: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 054/104] tests/tcg/i386: add missing float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 055/104] tests/tcg/i386: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 056/104] tests/tcg/i386: system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 057/104] tests/tcg/loongarch64: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 058/104] tests/tcg/loongarch64: system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 059/104] tests/tcg/m68k: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 060/104] tests/tcg/m68k: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 061/104] scripts/probe-gdb-support.py: add mapping for mips architecture Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 062/104] tests/tcg/mips: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 063/104] test/tcg/mips: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 064/104] tests/tcg/mips64: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 065/104] tests/tcg/mips64: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 066/104] tests/tcg/mips64el: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 067/104] tests/tcg/mips64el: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 068/104] tests/docker/dockerfiles/debian-all-test-cross.docker: add or1k toolchain Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 069/104] tests/tcg/or1k/test_addic.c: remove unused variables Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 070/104] tests/tcg/or1k/test_muli.c: remove set but unused variable Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 071/104] tests/tcg/or1k: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 072/104] plugins/api.c: identify or1k pc register and mark it as read only Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 073/104] tests/tcg/or1k: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 074/104] tests/tcg/ppc64: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 075/104] tests/tcg/ppc64: remove dependency on qemu/compiler.h Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 076/104] tests/tcg/ppc64: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 077/104] tests/tcg/ppc64le: add missing float reference file Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 078/104] tests/tcg/ppc64le: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 079/104] tests/tcg/riscv64: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 080/104] tests/tcg/riscv64: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 081/104] tests/tcg/riscv64: system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 082/104] tests/tcg/s390x/head64.S: declare _exit symbol after main Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 083/104] tests/tcg/s390x: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 084/104] tests/tcg/s390x: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 085/104] tests/tcg/s390x/console.c: directly implement memcpy and memset Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 086/104] tests/tcg/s390x: system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 087/104] tests/tcg/sh4: add float reference files Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 088/104] tests/tcg/sh4: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 089/104] tests/tcg/tricore: system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 090/104] tests/tcg/x86_64: add missing float reference file Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 091/104] tests/tcg/x86_64: user tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 092/104] tests/tcg/x86_64: system tests Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 093/104] tests/tcg/xtensa/crt.S: align .text section Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 094/104] tests/docker/dockerfiles/debian-xtensa-cross.docker: add test_kc705_be toolchain for xtensaeb Pierrick Bouvier
2026-08-18 19:22 ` [PATCH v7 095/104] tests/tcg/xtensa: system tests Pierrick Bouvier
2026-08-18 19:23 ` [PATCH v7 096/104] tests/tcg/xtensa: xtensaeb " Pierrick Bouvier
2026-08-18 19:23 ` [PATCH v7 097/104] tests: remove tcg tests machinery Pierrick Bouvier
2026-08-18 19:23 ` [PATCH v7 098/104] tests/tcg: remove remaining Makefiles Pierrick Bouvier
2026-08-18 19:23 ` [PATCH v7 099/104] configure: directly pass gdb path as a meson option Pierrick Bouvier
2026-08-18 19:23 ` [PATCH v7 100/104] tests/tcg/meson.build: implement ./configure containers options Pierrick Bouvier
2026-08-18 19:23 ` [PATCH v7 101/104] tests/tcg/meson.build: implement ./configure -cross-cc-* options Pierrick Bouvier
2026-08-18 19:23 ` [PATCH v7 102/104] configure: remove cross_cc and gdb detection logic Pierrick Bouvier
2026-08-18 19:23 ` [PATCH v7 103/104] meson.build: add summary for TCG tests Pierrick Bouvier
2026-08-18 19:23 ` [PATCH v7 104/104] docs/devel/testing/: update documentation Pierrick Bouvier
2026-08-18 20:02 ` [PATCH v7 000/104] tests/tcg: run tests with meson Pierrick Bouvier
2026-08-19 11:23 ` Philippe Mathieu-Daudé
2026-08-19 14:17 ` 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=87y0e2p4hy.fsf@draig.linaro.org \
--to=alex.bennee@linaro.org \
--cc=asahu1x@linux.ibm.com \
--cc=brian.cain@oss.qualcomm.com \
--cc=deller@gmx.de \
--cc=iii@linux.ibm.com \
--cc=laurent@vivier.eu \
--cc=manos.pitsidianakis@linaro.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@oss.qualcomm.com \
--cc=pierrick.bouvier@oss.qualcomm.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.