From: Ilya Leoshkevich <iii@linux.ibm.com>
To: "Alex Bennée" <alex.bennee@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, Gustavo Romero <gustavo.romero@linaro.org>,
Richard Henderson <richard.henderson@linaro.org>
Subject: Ping: [PATCH v2] tests/tcg: Stop using exit() in the gdbstub testcases
Date: Tue, 12 Nov 2024 19:23:36 +0100 [thread overview]
Message-ID: <c741c9d92729ef51334fd50bd014796f983789e9.camel@linux.ibm.com> (raw)
In-Reply-To: <20241022113939.19989-1-iii@linux.ibm.com>
On Tue, 2024-10-22 at 13:37 +0200, Ilya Leoshkevich wrote:
> GDB 15 does not like exit() anymore:
>
> (gdb) python exit(0)
> Python Exception <class 'SystemExit'>: 0
> Error occurred in Python: 0
>
> Use the GDB's own exit command, like it's already done in a couple
> places, everywhere. This is the same fix as commit 93a3048dcf45
> ("tests: Gently exit from GDB when tests complete"), but applied to
> more places.
>
> Acked-by: Gustavo Romero <gustavo.romero@linaro.org>
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
> ---
> v1:
> https://lore.kernel.org/qemu-devel/20241021150153.487057-1-iii@linux.ibm.com/
> v1 -> v2: Mention 93a3048dcf45 (Peter, Gustavo, Philippe).
> Collect A-b and R-b.
>
> tests/guest-debug/test_gdbstub.py | 14 ++++++++++---
> -
> tests/tcg/multiarch/gdbstub/interrupt.py | 4 ++--
> tests/tcg/multiarch/gdbstub/prot-none.py | 4 ++--
> tests/tcg/multiarch/gdbstub/test-proc-mappings.py | 4 ++--
> 4 files changed, 16 insertions(+), 10 deletions(-)
Hello,
I would like to ping this fix, and also the s390x FMA NaN fix
series [1].
Best regards,
Ilya
[1]
https://lore.kernel.org/qemu-devel/20241023000147.34035-1-iii@linux.ibm.com/
next prev parent reply other threads:[~2024-11-12 18:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-22 11:37 [PATCH v2] tests/tcg: Stop using exit() in the gdbstub testcases Ilya Leoshkevich
2024-11-12 18:23 ` Ilya Leoshkevich [this message]
2024-11-12 21:02 ` Alex Bennée
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=c741c9d92729ef51334fd50bd014796f983789e9.camel@linux.ibm.com \
--to=iii@linux.ibm.com \
--cc=alex.bennee@linaro.org \
--cc=gustavo.romero@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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).