]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/nolibc: Let EXPECT_VFPRINTF() tests be skipped
authorDavid Laight <david.laight.linux@gmail.com>
Mon, 2 Mar 2026 10:17:59 +0000 (10:17 +0000)
committerThomas Weißschuh <linux@weissschuh.net>
Fri, 20 Mar 2026 16:46:05 +0000 (17:46 +0100)
commitcf3470882435c82742ab869d4e2d414de55e7e59
treea5405db6ea85ac49f2109f4fec0207720cbd8794
parent4ea2dedd502e2b4bfa8a47f2aaaaac4eab01e00d
selftests/nolibc: Let EXPECT_VFPRINTF() tests be skipped

Tests that check explicit nolibc behavior (eg "%m") or test places
where the nolibc behaviour deviates from the libc need skipping
when compiled to use the host libc.

Signed-off-by: David Laight <david.laight.linux@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260302101815.3043-8-david.laight.linux@gmail.com
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/nolibc-test.c