Bugzilla – Attachment #1264: Patch for bug 1284 for bug #1284
crashed_tests = crashed_tests + 1
status = "CRASH"
print "%s: %s %s" % (status, kind, job.display_name)
print "%s (%.3f): %s %s" % (status, job.elapsed_time, kind, job.display_name)
if job.is_example or job.is_pyexample:
#