Home
last modified time | relevance | path

Searched refs:IsPassOrFail (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/testrunner/local/
Dverbose.py57 if statusfile.IsPassOrFail(o): nocrash += 1
Dtestsuite.py190 pass_fail = statusfile.IsPassOrFail(t.outcomes)
201 pass_fail = pass_fail or statusfile.IsPassOrFail(t.outcomes)
Dstatusfile.py87 def IsPassOrFail(outcomes): function