Searched refs:pass_fail (Results 1 – 1 of 1) sorted by relevance
167 def _FilterPassFail(pass_fail, mode): argument168 return (mode == "run" and not pass_fail) or (mode == "skip" and pass_fail)177 pass_fail = False190 pass_fail = statusfile.IsPassOrFail(t.outcomes)201 pass_fail = pass_fail or statusfile.IsPassOrFail(t.outcomes)204 or self._FilterPassFail(pass_fail, pass_fail_tests)):