Home
last modified time | relevance | path

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

/external/chromium/base/test/
Dtest_suite.h71 static bool IsFlaky(const char* name) { in IsFlaky() function
77 return IsFlaky(test.name()) || IsFlaky(test.test_case_name()); in FlakyTest()
/external/v8/tools/
Dtest.py1167 def IsFlaky(o): function
1175 'nocrash': len([t for t in unskipped if IsFlaky(t.outcomes)]),