Lines Matching defs:count
20 from test.libregrtest.utils import removepy, count, format_duration, printlist
318 print(count(len(self.skipped), "test"), "skipped:", file=sys.stderr)
373 print(count(len(self.bad), 'test'), "failed again:")
407 print(count(len(omitted), "test"), "omitted:")
417 print(count(len(self.good), "test"), "OK.")
428 print(count(len(self.bad), "test"), "failed:")
434 count(len(self.environment_changed), "test")))
439 print(count(len(self.skipped), "test"), "skipped:")
444 print("%s:" % count(len(self.rerun), "re-run test"))
449 print(count(len(self.run_no_tests), "test"), "run no tests:")
455 self.tracer = trace.Trace(trace=False, count=True)
524 print("== CPU count:", cpu_count)
626 # Manually count the totals for the overall summary