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

Method Passed

test/run-tests.py:654–660  ·  view source on GitHub ↗
(self, info, duration)

Source from the content-addressed store, hash-verified

652 self.start_time = time.time()
653
654 def Passed(self, info, duration):
655 self.passed += 1
656 if self.isatty:
657 self._Clear()
658 self._PrintShortStatus(info)
659 else:
660 sys.stderr.write('+ %s (%.3fs)\n' % (info.GetName(), duration))
661
662 def Failed(self, info, error_msg, result=None):
663 self.failed += 1

Callers 1

HandleTestResultFunction · 0.80

Calls 3

_ClearMethod · 0.95
_PrintShortStatusMethod · 0.95
GetNameMethod · 0.45

Tested by

no test coverage detected