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

Method has_unexpected_output

deps/v8/tools/testrunner/outproc/base.py:32–33  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

30 return
31
32 def has_unexpected_output(self, output):
33 return self.get_outcome(output) not in self.expected_outcomes
34
35 def _create_result(self, has_unexpected_output, output, reduction):
36 """Creates Result instance. When reduction is passed it tries to drop some

Callers 1

processMethod · 0.95

Calls 1

get_outcomeMethod · 0.95

Tested by

no test coverage detected