Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/
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-6.3-rc2/lib/
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()
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()
A Dtest_printf.c116 failed_tests++; in __test()
128 failed_tests += do_test(BUF_SIZE, expect, elen, fmt, ap); in __test()
131 failed_tests += do_test(rand, expect, elen, fmt, ap); in __test()
132 failed_tests += do_test(0, expect, elen, fmt, ap); in __test()
140 failed_tests++; in __test()
316 failed_tests++; in plain()
323 failed_tests++; in plain()
A Dtest_bitmap.c182 failed_tests++; \
674 failed_tests++; in test_mem_optimisations()
678 failed_tests++; in test_mem_optimisations()
685 failed_tests++; in test_mem_optimisations()
690 failed_tests++; in test_mem_optimisations()
A Dtest_scanf.c59 failed_tests++; in _test()
705 failed_tests++; \
/linux-6.3-rc2/fs/unicode/
A Dutf8-selftest.c17 unsigned int failed_tests; variable
26 failed_tests++; \
279 failed_tests = 0; in init_test_ucd()
293 if (!failed_tests) in init_test_ucd()
296 pr_err("%u out of %u tests failed\n", failed_tests, in init_test_ucd()
/linux-6.3-rc2/tools/testing/selftests/net/
A Dgro.sh43 local failed_tests=()
49 failed_tests+=("${proto}_${test}")
/linux-6.3-rc2/drivers/dma/
A Ddmatest.c577 unsigned int failed_tests = 0; in dmatest_func() local
738 failed_tests++; in dmatest_func()
890 failed_tests++; in dmatest_func()
900 failed_tests++; in dmatest_func()
920 current->comm, total_tests, failed_tests, in dmatest_func()
925 if (ret || failed_tests) in dmatest_func()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dxskxceiver.c1914 u32 i, j, failed_tests = 0; in main() local
1969 failed_tests++; in main()
1980 if (failed_tests) in main()
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/
A Dmptcp_join.sh37 declare -A failed_tests
345 failed_tests[${TEST_COUNT}]="${TEST_NAME}"

Completed in 21 milliseconds