Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dexecution.py40 class ExecutionProc(base.TestProc): class
47 super(ExecutionProc, self).__init__()
53 assert False, 'ExecutionProc cannot be connected to anything'
79 assert False, 'ExecutionProc cannot receive results'
82 super(ExecutionProc, self).stop()
/third_party/node/deps/v8/tools/testrunner/
H A Dnum_fuzzer.py18 from testrunner.testproc.execution import ExecutionProc namespace
155 execproc = ExecutionProc(options.j)
H A Dstandard_runner.py21 from testrunner.testproc.execution import ExecutionProc namespace
294 execproc = ExecutionProc(jobs, outproc_factory)

Completed in 2 milliseconds