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

Method UnexpectedOutput

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

Source from the content-addressed store, hash-verified

640 self.diagnostic = []
641
642 def UnexpectedOutput(self):
643 if self.HasCrashed():
644 outcome = CRASH
645 elif self.HasTimedOut():
646 outcome = TIMEOUT
647 elif self.HasFailed():
648 outcome = FAIL
649 else:
650 outcome = PASS
651 return not outcome in self.test.outcomes
652
653 def HasCrashed(self):
654 if utils.IsWindows():

Callers 5

RunSingleMethod · 0.80
HasRunMethod · 0.80
HasRunMethod · 0.80
HasRunMethod · 0.80
HasRunMethod · 0.80

Calls 3

HasCrashedMethod · 0.95
HasTimedOutMethod · 0.95
HasFailedMethod · 0.95

Tested by

no test coverage detected