Re: [PATCH 0/2] selftests/nolibc: don't skip tests for unimplemented syscalls anymore

From: Willy Tarreau

Date: Tue Apr 07 2026 - 03:22:04 EST


On Mon, Apr 06, 2026 at 10:02:36PM +0200, Thomas Weißschuh wrote:
> The automatic skipping of tests on ENOSYS returns was introduced in
> commit 349afc8a52f8 ("selftests/nolibc: skip tests for unimplemented
> syscalls"). It handled the fact that nolibc would return ENOSYS for many
> syscall wrappers on riscv32.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

Acked-by: Willy Tarreau <w@xxxxxx>

thanks!
Willy