Searched refs:failed_tests (Results 1 – 11 of 11) 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()
|
H A D | test_bitmap.c | 181 failed_tests++; \ 537 failed_tests++; in test_bitmap_parselist() 546 failed_tests++; in test_bitmap_parselist() 580 failed_tests++; in test_bitmap_printlist() 586 failed_tests++; in test_bitmap_printlist() 654 failed_tests++; in test_bitmap_parse() 663 failed_tests++; in test_bitmap_parse() 692 failed_tests++; in test_bitmap_arr32() 719 failed_tests++; in test_bitmap_arr64() 727 failed_tests++; in test_bitmap_arr64() [all …]
|
H A D | test_printf.c | 115 failed_tests++; in __test() 127 failed_tests += do_test(BUF_SIZE, expect, elen, fmt, ap); in __test() 130 failed_tests += do_test(rand, expect, elen, fmt, ap); in __test() 131 failed_tests += do_test(0, expect, elen, fmt, ap); in __test() 139 failed_tests++; in __test() 315 failed_tests++; in plain() 322 failed_tests++; in plain()
|
H A D | test_scanf.c | 59 failed_tests++; in _test() 705 failed_tests++; \
|
/linux/fs/unicode/ |
H A D | utf8-selftest.c | 17 static 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/tools/testing/selftests/net/ |
H A D | gro.sh | 48 local failed_tests=() 54 failed_tests+=("${proto}_${test}")
|
/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/bpf/ |
H A D | xskxceiver.c | 2640 u32 i, j, failed_tests = 0, nb_tests; in main() local 2732 failed_tests++; in main() 2746 if (failed_tests) in main()
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 49 declare -A failed_tests 496 failed_tests[${MPTCP_LIB_TEST_COUNTER}]="${TEST_NAME}"
|