Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dsequence_test.py56 def __init__(self, n, is_heavy):
58 self.is_heavy = is_heavy
83 sum(int(test.is_heavy) for test in execution.tests), max_heavy)
H A Dsequence.py32 if test.is_heavy:
50 if test.is_heavy:
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py260 def is_heavy(self): member in TestCase
265 return self.is_heavy or statusfile.SLOW in self._statusfile_outcomes

Completed in 2 milliseconds