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

Method output_proc

deps/v8/test/filecheck/testcfg.py:36–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34
35 @property
36 def output_proc(self):
37 expect_d8_fail = 'crash' in self.path.parts
38 return FileCheckOutProc(
39 self.expected_outcomes,
40 self.suite.root / self.path_and_suffix('.js'),
41 expect_d8_fails=expect_d8_fail)

Callers

nothing calls this directly

Calls 2

FileCheckOutProcClass · 0.90
path_and_suffixMethod · 0.80

Tested by

no test coverage detected