mbox series

[0/6] selftests/nolibc: wire up riscv32

Message ID 20241221-nolibc-rv32-v1-0-d9ef6dab7c63@weissschuh.net (mailing list archive)
Headers show
Series selftests/nolibc: wire up riscv32 | expand

Message

Thomas Weißschuh Dec. 21, 2024, 2:44 p.m. UTC
Nolibc has support for riscv32. But the testsuite did not allow to test
it so far. Add a test configuration.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (6):
      tools/nolibc: add support for waitid()
      selftests/nolibc: use waitid() over waitpid()
      selftests/nolibc: use a pipe to in vfprintf tests
      selftests/nolibc: skip tests for unimplemented syscalls
      selftests/nolibc: rename riscv to riscv64
      selftests/nolibc: add configurations for riscv32

 tools/include/nolibc/sys.h                   | 18 ++++++++++++
 tools/testing/selftests/nolibc/Makefile      | 11 +++++++
 tools/testing/selftests/nolibc/nolibc-test.c | 44 ++++++++++++++++------------
 tools/testing/selftests/nolibc/run-tests.sh  |  2 +-
 4 files changed, 56 insertions(+), 19 deletions(-)
---
base-commit: 499551201b5f4fd3c0618a3e95e3d0d15ea18f31
change-id: 20241219-nolibc-rv32-cff8a3e22394

Best regards,