Home
last modified time | relevance | path

Searched refs:failed_tests (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/
H A Dkselftest_module.h15 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 Dtest_uuid.c43 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 Dtest_hexdump.c65 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 Dgro.sh
/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c339 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 Ddmatest.c584 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 Dmptcp_join.sh49 declare -A failed_tests
510 failed_tests[${MPTCP_LIB_TEST_COUNTER}]="${TEST_NAME}"