Lines Matching refs:tests
35 """Total: %(total)i tests
36 * %(skipped)4d tests will be skipped
37 * %(nocrash)4d tests are expected to be flaky but not crash
38 * %(pass)4d tests are expected to pass
39 * %(fail_ok)4d tests are expected to fail that we won't fix
40 * %(fail)4d tests are expected to fail that we should fix
41 * %(crash)4d tests are expected to crash
46 def PrintReport(tests):
47 total = len(tests)
49 for t in tests:
76 def PrintTestSource(tests):
77 for test in tests:
96 timed_tests = [(t, outputs[t].duration) for s in suites for t in s.tests