Searched refs:tests_passed (Results 1 – 5 of 5) 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++; \
72 tests_passed = 0 variable101 tests_passed += 1113 tests_passed += 1
77 tests_passed = 0 variable104 tests_passed += 1128 tests_passed += 1
13 static unsigned int tests_passed; variable24 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()
13 static unsigned int tests_passed; variable30 tests_passed++; \2253 printk("XArray: %u of %u tests passed\n", tests_passed, tests_run); in xarray_checks()2254 return (tests_run == tests_passed) ? 0 : -EINVAL; in xarray_checks()