public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] selftests/nolibc: introduce new test harness
@ 2023-11-15 21:08 Thomas Weißschuh
  2023-11-15 21:08 ` [PATCH RFC 1/3] selftests/nolibc: add custom " Thomas Weißschuh
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Thomas Weißschuh @ 2023-11-15 21:08 UTC (permalink / raw)
  To: Willy Tarreau, Shuah Khan
  Cc: linux-kernel, linux-kselftest, Thomas Weißschuh

This series introduces a new test harness for nolibc.
It is similar to kselftest-harness and google test.
More information in patch 1.

This is an RFC to gather feedback, especially if it can be integrated
with the original kselftest-harness somehow.

Note:

When run under qemu-loongarch64 8.1.2 the test "mmap_munmap_good" fails.
This is a bug in qemu-user and already fixed there on master.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (3):
      selftests/nolibc: add custom test harness
      selftests/nolibc: migrate startup tests to new harness
      selftests/nolibc: migrate vfprintf tests to new harness

 tools/testing/selftests/nolibc/nolibc-harness.h | 269 ++++++++++++++++++++++++
 tools/testing/selftests/nolibc/nolibc-test.c    | 180 ++++++++--------
 2 files changed, 353 insertions(+), 96 deletions(-)
---
base-commit: d38d5366cb1c51f687b4720277adee97074b22e9
change-id: 20231105-nolibc-harness-28c59029d7a5

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


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

end of thread, other threads:[~2023-11-16 14:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-15 21:08 [PATCH RFC 0/3] selftests/nolibc: introduce new test harness Thomas Weißschuh
2023-11-15 21:08 ` [PATCH RFC 1/3] selftests/nolibc: add custom " Thomas Weißschuh
2023-11-16  7:16   ` Willy Tarreau
2023-11-16 14:39     ` Thomas Weißschuh
2023-11-15 21:08 ` [PATCH RFC 2/3] selftests/nolibc: migrate startup tests to new harness Thomas Weißschuh
2023-11-16  7:33   ` Willy Tarreau
2023-11-16 14:46     ` Thomas Weißschuh
2023-11-15 21:08 ` [PATCH RFC 3/3] selftests/nolibc: migrate vfprintf " Thomas Weißschuh
2023-11-16  7:48   ` Willy Tarreau
2023-11-16 14:51     ` Thomas Weißschuh

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