Home
last modified time | relevance | path

Searched refs:IsFlaky (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/testrunner/local/
Dtestsuite.py196 flaky = statusfile.IsFlaky(t.outcomes)
208 flaky = flaky or statusfile.IsFlaky(t.outcomes)
Dstatusfile.py82 def IsFlaky(outcomes): function