public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] selftests/nolibc: don't skip tests for unimplemented syscalls anymore
@ 2026-04-06 20:02 Thomas Weißschuh
  2026-04-06 20:02 ` [PATCH 1/2] selftests/nolibc: explicitly handle ENOSYS from ptrace() Thomas Weißschuh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Weißschuh @ 2026-04-06 20:02 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: linux-kernel, Thomas Weißschuh

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@weissschuh.net>
---
Thomas Weißschuh (2):
      selftests/nolibc: explicitly handle ENOSYS from ptrace()
      selftests/nolibc: don't skip tests for unimplemented syscalls anymore

 tools/testing/selftests/nolibc/nolibc-test.c | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)
---
base-commit: baed22472e84754e1e230fe89862aa516f6550eb
change-id: 20260104-nolibc-no-skip-enosys-7aa71004115b

Best regards,
--  
Thomas Weißschuh <linux@weissschuh.net>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-07  7:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-06 20:02 [PATCH 0/2] selftests/nolibc: don't skip tests for unimplemented syscalls anymore Thomas Weißschuh
2026-04-06 20:02 ` [PATCH 1/2] selftests/nolibc: explicitly handle ENOSYS from ptrace() Thomas Weißschuh
2026-04-06 20:02 ` [PATCH 2/2] selftests/nolibc: don't skip tests for unimplemented syscalls anymore Thomas Weißschuh
2026-04-07  7:21 ` [PATCH 0/2] " Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox