MCPcopy Index your code
hub / github.com/nodejs/node / output_proc

Method output_proc

deps/v8/test/message/testcfg.py:83–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81
82 @property
83 def output_proc(self):
84 return message.OutProc(self.expected_outcomes,
85 self.suite.root / self.path,
86 self._expected_fail(),
87 self.suite.root / self.path_and_suffix('.out'),
88 self.test_config.regenerate_expected_files)

Callers

nothing calls this directly

Calls 2

_expected_failMethod · 0.95
path_and_suffixMethod · 0.95

Tested by

no test coverage detected