Home | History | Annotate | Download | only in valgrind

Lines Matching refs:valgrind

8 ''' Given a valgrind XML file, parses errors and uniques them.'''
63 prefixes_to_cut = ["build/src/", "valgrind/coregrind/", "out/Release/../../"]
75 # Constants that give real names to the abbreviations in valgrind XML output.
126 commandline: The command that was run under valgrind
130 # Valgrind errors contain one <what><stack> pair, plus an optional
273 assert self._suppression != None, "Your Valgrind doesn't generate " \
373 # Valgrind often has garbage after </valgrindoutput> upon crash.
379 ''' Given a set of Valgrind XML files, parse all the errors out of them,
466 # Wait up to three minutes for valgrind to finish writing all files,
494 logging.warn("Valgrind process PID = %s is not running but its "
573 logging.warn("valgrind didn't finish writing %d files?!" % len(badfiles))
579 logging.error("FAIL! Couldn't parse Valgrind output file")