Lines Matching refs:tests
29 """Tracks number of results and stops to run tests if max_failures reached."""
101 print("=== All tests succeeded")
106 print("=== %d tests failed" % len(self._failed))
108 print("=== %d tests were flaky" % flaky)
110 print("=== %d tests CRASHED" % crashed)
172 # feedback channel from the workers, providing which tests are currently run.
406 # We want to drop stdout/err for all passed tests on the first try, but we
419 self.tests = util.FixedSizeTopList(
436 # Omit tests that run as expected on the first try.
461 self.tests.add(record)
488 "slowest_tests": self.tests.as_list(),