Lines Matching refs:total
106 total = len(tests)
107 if total == 0:
124 failed = total - passed
133 util.print_test_summary(' '.join(summary_list), total, passed, failed)
144 total = len(tests)
157 util.print_test_result(tested, total, True, passed_string, test_path)
160 util.print_test_result(tested, total, False, passed_string, test_path)
183 total = len(tests)
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)