Lines Matching full:logging
14 import logging
494 logging.warn("Valgrind process PID = %s is not running but its "
506 logging.warn(str(origsize - newsize) +
513 logging.warn("could not parse %s: %s" % (file, e))
524 logging.warn(" %s" % context_data)
526 logging.warn("> %s" % context_data)
573 logging.warn("valgrind didn't finish writing %d files?!" % len(badfiles))
575 logging.warn("Last 20 lines of %s :" % file)
579 logging.error("FAIL! Couldn't parse Valgrind output file")
586 logging.error("FAIL! There were %s errors: " % len(cur_report_errors))
592 logging.error(error)
604 logging.error("FAIL! Sanity check failed!")
605 logging.info("The following test errors were not handled: ")
607 logging.info(" * %dx %s" % (count, name))
613 logging.info("PASS! No errors found!")