Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/bugs/
H A Dits_ret_alignment.py72 tests_passed = 0 variable
101 tests_passed += 1
113 tests_passed += 1
H A Dits_indirect_alignment.py77 tests_passed = 0 variable
104 tests_passed += 1
128 tests_passed += 1
/linux/lib/
H A Dtest_ida.c13 static unsigned int tests_passed; variable
24 tests_passed++; \
276 printk("IDA: %u of %u tests passed\n", tests_passed, tests_run); in ida_checks()
277 return (tests_run != tests_passed) ? 0 : -EINVAL; in ida_checks()
H A Dtest_xarray.c13 static unsigned int tests_passed; variable
30 tests_passed++; \
2266 printk("XArray: %u of %u tests passed\n", tests_passed, tests_run); in xarray_checks()
2267 return (tests_run == tests_passed) ? 0 : -EINVAL; in xarray_checks()