Searched refs:IsFlaky (Results 1 – 2 of 2) sorted by relevance
71 static bool IsFlaky(const char* name) { in IsFlaky() function77 return IsFlaky(test.name()) || IsFlaky(test.test_case_name()); in FlakyTest()
1167 def IsFlaky(o): function1175 'nocrash': len([t for t in unskipped if IsFlaky(t.outcomes)]),