Home
last modified time | relevance | path

Searched refs:tests_passed (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/testing/selftests/arm64/fp/
Dza-fork.c31 static int tests_passed; variable
37 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()
41 putnum(tests_passed); in print_summary()
110 tests_passed++; \
/linux-6.1.9/tools/testing/selftests/arm64/abi/
Dtpidr2.c27 static int tests_passed; variable
55 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()
59 putnum(tests_passed); in print_summary()
248 tests_passed++; \
/linux-6.1.9/lib/
Dtest_ida.c13 static unsigned int tests_passed; variable
24 tests_passed++; \
166 printk("IDA: %u of %u tests passed\n", tests_passed, tests_run); in ida_checks()
167 return (tests_run != tests_passed) ? 0 : -EINVAL; in ida_checks()
Dtest_xarray.c13 static unsigned int tests_passed; variable
30 tests_passed++; \
1825 printk("XArray: %u of %u tests passed\n", tests_passed, tests_run); in xarray_checks()
1826 return (tests_run == tests_passed) ? 0 : -EINVAL; in xarray_checks()