Lines Matching refs:tested
145 tested = 0
148 tested += 1
157 util.print_test_result(tested, total, True, passed_string, test_path)
160 util.print_test_result(tested, total, False, passed_string, test_path)
184 tested = 0
187 tested += 1
195 util.print_test_result(tested, total, True, passed_string, test_path, True)
197 util.print_test_result(tested, total, False, 'FAIL (%d)' % (returncode), test_path, True)
214 util.print_test_result(tested, total, True, passed_string, test_path, False)
217 util.print_test_result(tested, total, False, passed_string, test_path, False)