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

Method HasFailed

tools/test.py:665–670  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

663 return self.output.timed_out
664
665 def HasFailed(self):
666 execution_failed = self.test.DidFail(self.output)
667 if self.test.IsNegative():
668 return not execution_failed
669 else:
670 return execution_failed
671
672
673def KillProcessWithID(pid, signal_to_send=signal.SIGTERM):

Callers 1

UnexpectedOutputMethod · 0.95

Calls 2

DidFailMethod · 0.80
IsNegativeMethod · 0.80

Tested by

no test coverage detected