Searched refs:pass_fail (Results 1 – 1 of 1) sorted by relevance
172 def _FilterPassFail(pass_fail, mode): argument173 return (mode == "run" and not pass_fail) or (mode == "skip" and pass_fail)184 pass_fail = False198 pass_fail = statusfile.IsPassOrFail(t.outcomes)210 pass_fail = pass_fail or statusfile.IsPassOrFail(t.outcomes)213 or self._FilterPassFail(pass_fail, pass_fail_tests)):