Home
last modified time | relevance | path

Searched refs:ksft_test_result_error (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/ir/
Dir_loopback.c178 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()
/tools/testing/selftests/futex/include/
Dlogging.h114 ksft_test_result_error("%s\n", test_name); in print_result()
/tools/testing/selftests/
Dkselftest.h137 static inline void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error() function