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

Method HasRun

tools/test.py:283–291  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

281 sys.stdout.flush()
282
283 def HasRun(self, output):
284 if output.UnexpectedOutput():
285 if output.HasCrashed():
286 outcome = 'CRASH'
287 else:
288 outcome = 'FAIL'
289 else:
290 outcome = 'pass'
291 print('Done running %s: %s' % (output.test.GetLabel(), outcome))
292
293
294class DotsProgressIndicator(SimpleProgressIndicator):

Callers

nothing calls this directly

Calls 4

UnexpectedOutputMethod · 0.80
printFunction · 0.50
HasCrashedMethod · 0.45
GetLabelMethod · 0.45

Tested by

no test coverage detected