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

Method process

deps/v8/tools/testrunner/outproc/base.py:23–27  ·  view source on GitHub ↗
(self, output, reduction=None)

Source from the content-addressed store, hash-verified

21
22class BaseOutProc(object):
23 def process(self, output, reduction=None):
24 has_unexpected_output = self.has_unexpected_output(output)
25 if has_unexpected_output:
26 self.regenerate_expected_files(output)
27 return self._create_result(has_unexpected_output, output, reduction)
28
29 def regenerate_expected_files(self, output):
30 return

Callers 2

parseScheduleFromJSONMethod · 0.45
runMethod · 0.45

Calls 3

has_unexpected_outputMethod · 0.95
_create_resultMethod · 0.95

Tested by

no test coverage detected