Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A 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()
H A 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()
/OK3568_Linux_fs/u-boot/test/py/
H A Dconftest.py347 tests_passed = [] variable
382 log.status_pass('%d passed' % len(tests_passed))
505 test_list = tests_passed