Home
last modified time | relevance | path

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

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