Home
last modified time | relevance | path

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

/external/chromium_org/v8/tools/testrunner/local/
Dtestsuite.py126 flaky = statusfile.IsFlaky(t.outcomes)
138 flaky = flaky or statusfile.IsFlaky(t.outcomes)
Dstatusfile.py73 def IsFlaky(outcomes): function