Home
last modified time | relevance | path

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

/external/v8/tools/testrunner/local/
Dtestsuite.py55 if statusfile.OnlyFastVariants(testcase.outcomes):
60 if testcase.outcomes and statusfile.OnlyFastVariants(testcase.outcomes):
Dstatusfile.py85 def OnlyFastVariants(outcomes): function