Searched refs:tests_passed (Results 1 – 4 of 4) sorted by relevance
27 static int tests_passed; variable55 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()59 putnum(tests_passed); in print_summary()248 tests_passed++; \
13 static unsigned int tests_passed; variable24 tests_passed++; \206 printk("IDA: %u of %u tests passed\n", tests_passed, tests_run); in ida_checks()207 return (tests_run != tests_passed) ? 0 : -EINVAL; in ida_checks()
13 static unsigned int tests_passed; variable30 tests_passed++; \1918 printk("XArray: %u of %u tests passed\n", tests_passed, tests_run); in xarray_checks()1919 return (tests_run == tests_passed) ? 0 : -EINVAL; in xarray_checks()
351 tests_passed = [] variable386 log.status_pass('%d passed' % len(tests_passed))546 test_list = tests_passed