From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
"Gustavo Romero" <gustavo.romero@linaro.org>
Subject: Re: [RFC PATCH-for-10.2?] tests/tcg: Skip syscall catchpoint test if pipe2() syscall not available
Date: Wed, 3 Dec 2025 09:51:18 +0100 [thread overview]
Message-ID: <f4d2bdbf-fd6d-4391-a909-37c69007eb38@linaro.org> (raw)
In-Reply-To: <20251203084743.60753-1-philmd@linaro.org>
On 3/12/25 09:47, Philippe Mathieu-Daudé wrote:
> Avoid the following errors testing i386 and ppc64:
>
> $ make check-tcg
> ...
> TEST hitting a syscall catchpoint on i386
> warning: File transfers from remote targets can be slow. Use "set sysroot" to access files locally instead.
> Traceback (most recent call last):
> File "tests/tcg/multiarch/gdbstub/catch-syscalls.py", line 53, in <module>
> main(run_test)
> File "tests/guest-debug/test_gdbstub.py", line 53, in main
> test()
> File "tests/tcg/multiarch/gdbstub/catch-syscalls.py", line 22, in run_test
> gdb.execute("catch syscall pipe2 read")
> gdb.error: Unknown syscall name 'pipe2'.
> qemu-i386: QEMU: Terminated via GDBstub
> ...
> TEST hitting a syscall catchpoint on ppc64
> warning: File transfers from remote targets can be slow. Use "set sysroot" to access files locally instead.
> Traceback (most recent call last):
> File "tests/tcg/multiarch/gdbstub/catch-syscalls.py", line 53, in <module>
> main(run_test)
> File "tests/guest-debug/test_gdbstub.py", line 53, in main
> test()
> File "tests/tcg/multiarch/gdbstub/catch-syscalls.py", line 22, in run_test
> gdb.execute("catch syscall pipe2 read")
> gdb.error: Unknown syscall name 'pipe2'.
> qemu-ppc64: QEMU: Terminated via GDBstub
> ...
> TEST hitting a syscall catchpoint on ppc64le
> warning: File transfers from remote targets can be slow. Use "set sysroot" to access files locally instead.
> Traceback (most recent call last):
> File "tests/tcg/multiarch/gdbstub/catch-syscalls.py", line 53, in <module>
> main(run_test)
> File "tests/guest-debug/test_gdbstub.py", line 53, in main
> test()
> File "tests/tcg/multiarch/gdbstub/catch-syscalls.py", line 22, in run_test
> gdb.execute("catch syscall pipe2 read")
> gdb.error: Unknown syscall name 'pipe2'.
> qemu-ppc64le: QEMU: Terminated via GDBstub
> make: Target 'check-tcg' not remade because of errors.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> tests/tcg/multiarch/gdbstub/catch-syscalls.py | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
(RFC because I have no clue whether SYS_pipe2 should be present
on these targets, I just want the CI to pass full green).
next prev parent reply other threads:[~2025-12-03 8:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-03 8:47 [RFC PATCH-for-10.2?] tests/tcg: Skip syscall catchpoint test if pipe2() syscall not available Philippe Mathieu-Daudé
2025-12-03 8:51 ` Philippe Mathieu-Daudé [this message]
2025-12-03 12:58 ` Philippe Mathieu-Daudé
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=f4d2bdbf-fd6d-4391-a909-37c69007eb38@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=gustavo.romero@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).