MCPcopy Create free account
hub / github.com/WebAssembly/wabt / GetExpectedReturncode

Method GetExpectedReturncode

test/run-tests.py:339–340  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

337 self.duration = duration
338
339 def GetExpectedReturncode(self):
340 return self.cmd.GetExpectedReturncode()
341
342 def Failed(self):
343 return self.returncode != self.GetExpectedReturncode()

Callers 1

FailedMethod · 0.95

Calls 1

GetExpectedReturncodeMethod · 0.45

Tested by

no test coverage detected