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

Method skip_predictable

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

Source from the content-addressed store, hash-verified

75 return self.suite.root / self.path_mjs
76
77 def skip_predictable(self):
78 # Message tests expected to fail don't print allocation output for
79 # predictable testing.
80 return super(TestCase, self).skip_predictable() or self._expected_fail()
81
82 @property
83 def output_proc(self):

Callers

nothing calls this directly

Calls 1

_expected_failMethod · 0.95

Tested by

no test coverage detected