Searched refs:ksft_test_result_error (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/ir/ |
H A D | ir_loopback.c | 178 ksft_test_result_error("no scancode decoded: %m\n"); in main() 187 ksft_test_result_error("decoded protocol is different: %d\n", in main() 191 ksft_test_result_error("decoded scancode is different: %llx\n", in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ir/ |
H A D | ir_loopback.c | 187 ksft_test_result_error("no scancode decoded: %m\n"); in main() 196 ksft_test_result_error("decoded protocol is different: %d\n", in main() 200 ksft_test_result_error("decoded scancode is different: %llx\n", in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
H A D | log.h | 14 ksft_test_result_error(fmt "\n", ##__VA_ARGS__); \
|
/kernel/linux/linux-6.6/tools/testing/selftests/timens/ |
H A D | log.h | 14 ksft_test_result_error(fmt "\n", ##__VA_ARGS__); \
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/include/ |
H A D | logging.h | 114 ksft_test_result_error("%s\n", test_name); in print_result()
|
/kernel/linux/linux-6.6/tools/testing/selftests/futex/include/ |
H A D | logging.h | 114 ksft_test_result_error("%s\n", test_name); in print_result()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/mte/ |
H A D | mte_common_util.h | 89 ksft_test_result_error("Unknown return code %d from %s", in evaluate_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ |
H A D | kselftest.h | 27 * ksft_test_result_error(fmt, ...); 196 static inline void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error() function
|
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_fdinfo_test.c | 51 ksft_test_result_error("%s test: %s\n", test_name, err->msg); in error_report()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | kselftest.h | 27 * ksft_test_result_error(fmt, ...); 227 static inline void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/ |
H A D | pidfd_fdinfo_test.c | 51 ksft_test_result_error("%s test: %s\n", test_name, err->msg); in error_report()
|
Completed in 5 milliseconds