MCPcopy Create free account
hub / github.com/nodejs/node / _next_test

Method _next_test

deps/v8/tools/testrunner/testproc/seed.py:30–35  ·  view source on GitHub ↗
(self, test)

Source from the content-addressed store, hash-verified

28 self._parallel_subtests = min(self._parallel_subtests, count)
29
30 def _next_test(self, test):
31 is_loaded = False
32 for _ in range(0, self._parallel_subtests):
33 is_loaded |= self._try_send_next_test(test)
34
35 return is_loaded
36
37 def _result_for(self, test, subtest, result):
38 self._todo[test.procid] -= 1

Callers

nothing calls this directly

Calls 2

_try_send_next_testMethod · 0.95
rangeFunction · 0.50

Tested by

no test coverage detected