Searched refs:tests_passed (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/arm64/abi/
H A Dtpidr2.c27 static int tests_passed; variable
55 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS)
59 putnum(tests_passed);
248 tests_passed++; \
/linux-master/lib/
H A Dtest_ida.c13 static unsigned int tests_passed; variable
24 tests_passed++; \
206 printk("IDA: %u of %u tests passed\n", tests_passed, tests_run);
207 return (tests_run != tests_passed) ? 0 : -EINVAL;
H A Dtest_xarray.c13 static unsigned int tests_passed; variable
30 tests_passed++; \
2055 printk("XArray: %u of %u tests passed\n", tests_passed, tests_run);
2056 return (tests_run == tests_passed) ? 0 : -EINVAL;

Completed in 128 milliseconds