Searched refs:IsFlaky (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/tools/testrunner/local/
H A Dstatusfile.py73 def IsFlaky(outcomes): function
H A Dtestsuite.py122 flaky = statusfile.IsFlaky(t.outcomes)
134 flaky = flaky or statusfile.IsFlaky(t.outcomes)
/external/v8/tools/
H A Dtest.py1338 def IsFlaky(o): function in function:PrintReport
1347 'nocrash': len([t for t in unskipped if IsFlaky(t.outcomes)]),

Completed in 226 milliseconds