Searched refs:total_tests (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/ |
| H A D | test_uuid.c | 42 static unsigned total_tests __initdata; 50 total_tests, in test_uuid_failed() 57 total_tests, in test_uuid_failed() 69 total_tests++; in test_uuid_test() 73 total_tests++; in test_uuid_test() 80 total_tests++; in test_uuid_test() 84 total_tests++; in test_uuid_test() 97 total_tests++; in test_uuid_wrong() 102 total_tests++; in test_uuid_wrong() 118 pr_info("all %u tests passed\n", total_tests); in test_uuid_init() [all …]
|
| H A D | test_hexdump.c | 64 static unsigned total_tests __initdata; 131 total_tests++; in test_hexdump() 170 total_tests++; in test_hexdump_overflow() 241 pr_info("all %u tests passed\n", total_tests); in test_hexdump_init() 243 pr_err("failed %u out of %u tests\n", failed_tests, total_tests); in test_hexdump_init()
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest_module.h | 14 static unsigned int total_tests __initdata; \ 19 total_tests++; \ 26 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests, in kstm_report() argument 32 pr_info("remaining %u tests passed\n", total_tests); in kstm_report() 34 pr_info("all %u tests passed\n", total_tests); in kstm_report() 36 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in kstm_report() 47 return kstm_report(total_tests, failed_tests, skipped_tests); \
|
| /linux/tools/testing/selftests/power_supply/ |
| H A D | test_power_supply_properties.sh | 23 total_tests=0 26 total_tests=$((total_tests + NUM_TESTS)) 29 echo "$total_tests"
|
| /linux/drivers/dma/ |
| H A D | dmatest.c | 585 unsigned int total_tests = 0; in dmatest_func() local 698 (params->iterations && total_tests >= params->iterations))) { in dmatest_func() 704 total_tests++; in dmatest_func() 753 result("unmap data NULL", total_tests, in dmatest_func() 769 result("src mapping error", total_tests, in dmatest_func() 786 result("dst mapping error", total_tests, in dmatest_func() 816 result("prep error", total_tests, src->off, in dmatest_func() 830 result("submit error", total_tests, src->off, in dmatest_func() 853 result("test timed out", total_tests, src->off, dst->off, in dmatest_func() 862 "completion busy status", total_tests, src->off, in dmatest_func() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xskxceiver.c | 335 const size_t total_tests = ARRAY_SIZE(tests) + ARRAY_SIZE(ci_skip_tests); in main() local 363 if (opt_run_test != RUN_ALL_TESTS && opt_run_test >= total_tests) { in main() 403 nb_tests = total_tests; in main() 425 for (j = 0; j < total_tests; j++) { in main()
|
| /linux/lib/tests/ |
| H A D | printf_kunit.c | 36 static unsigned int total_tests; variable 48 total_tests++; in do_test() 139 total_tests++; in __test() 772 total_tests = 0; in printf_suite_init() 786 kunit_info(suite, "ran %u tests\n", total_tests); in printf_suite_exit()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | test_vsyscall.c | 511 int total_tests = TOTAL_TESTS; in main() local 514 ksft_set_plan(total_tests); in main()
|