Re: [PATCH] selftests: x86: skip the tests if prerequisites aren't fulfilled

From: Binbin Wu
Date: Mon Mar 11 2024 - 20:10:30 EST




On 3/8/2024 2:37 AM, Muhammad Usama Anjum wrote:
diff --git a/tools/testing/selftests/x86/lam.c b/tools/testing/selftests/x86/lam.c
index 215b8150b7cca..c0f016f45ee17 100644
--- a/tools/testing/selftests/x86/lam.c
+++ b/tools/testing/selftests/x86/lam.c
@@ -1183,7 +1183,7 @@ int main(int argc, char **argv)
if (!cpu_has_lam()) {
ksft_print_msg("Unsupported LAM feature!\n");
- return -1;
+ return KSFT_SKIP;
}
while ((c = getopt(argc, argv, "ht:")) != -1) {
Looks good to me.
Reviewed-by: Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx>