Home
last modified time | relevance | path

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

/external/chromium_org/v8/tools/testrunner/local/
Dtestsuite.py127 slow = statusfile.IsSlow(t.outcomes)
139 slow = slow or statusfile.IsSlow(t.outcomes)
Dstatusfile.py65 def IsSlow(outcomes): function