Searched refs:failed_tests (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/ |
| H A D | kselftest_module.h | 15 static unsigned int failed_tests __initdata; \ 22 failed_tests++; \ 26 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests, in kstm_report() argument 29 if (failed_tests == 0) { in kstm_report() 36 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in kstm_report() 38 return failed_tests ? -EINVAL : 0; in kstm_report() 47 return kstm_report(total_tests, failed_tests, skipped_tests); \
|
| /linux/lib/ |
| H A D | test_uuid.c | 43 static unsigned failed_tests __initdata; 59 failed_tests++; in test_uuid_failed() 117 if (failed_tests == 0) in test_uuid_init() 120 pr_err("failed %u out of %u tests\n", failed_tests, total_tests); in test_uuid_init() 122 return failed_tests ? -EINVAL : 0; in test_uuid_init()
|
| H A D | test_hexdump.c | 65 static unsigned failed_tests __initdata; 145 failed_tests++; in test_hexdump() 204 failed_tests++; in test_hexdump_overflow() 240 if (failed_tests == 0) in test_hexdump_init() 243 pr_err("failed %u out of %u tests\n", failed_tests, total_tests); in test_hexdump_init() 245 return failed_tests ? -EINVAL : 0; in test_hexdump_init()
|
| /linux/tools/testing/selftests/net/ |
| H A D | gro.sh | |
| /linux/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 339 u32 i, j, failed_tests = 0, nb_tests; in main() local 438 failed_tests++; in main() 452 if (failed_tests) in main()
|
| /linux/drivers/dma/ |
| H A D | dmatest.c | 584 unsigned int failed_tests = 0; in dmatest_func() local 752 failed_tests++; in dmatest_func() 904 failed_tests++; in dmatest_func() 914 failed_tests++; in dmatest_func() 934 current->comm, total_tests, failed_tests, in dmatest_func() 939 if (ret || failed_tests) in dmatest_func()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_join.sh | 49 declare -A failed_tests 510 failed_tests[${MPTCP_LIB_TEST_COUNTER}]="${TEST_NAME}"
|