Searched refs:slow_tests (Results 1 – 4 of 4) sorted by relevance
180 slow_tests = []186 if test_name in run_results.slow_tests:188 slow_tests.append(test_tuple)207 if slow_tests:208 self._print_test_list_timing("Tests marked as SLOW:", slow_tests)
106 slow_tests="dontcare", argument138 or self._FilterSlow(slow, slow_tests)
249 options.slow_tests = "skip"268 if not CheckTestMode("slow test", options.slow_tests):390 options.slow_tests, options.pass_fail_tests)
91 self.slow_tests = set()125 self.slow_tests.add(test_result.test_name)