summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/memcheck_analyze.py
Commit message (Expand)AuthorAgeFilesLines
* Improve memcheck_analyzetimurrrr@chromium.org2011-08-171-16/+49
* Fix an AttributeError:glider@chromium.org2011-07-151-1/+1
* Print suppression hashes for TSan reportstimurrrr@chromium.org2011-06-211-4/+13
* More Memory waterfall suppressionstimurrrr@chromium.org2011-06-201-0/+2
* Utilize a smarter "file path prefix cutter" for Memcheck.timurrrr@chromium.org2011-04-251-6/+10
* Fix my (??) stupid typo in memcheck_analyze which stupid python didn't caught.timurrrr@chromium.org2011-01-211-1/+1
* Add two tests for uninit reads to ToolsSanityTeststimurrrr@chromium.org2010-09-231-0/+2
* Remove Mac-specific sanity test expectations since "-O1 -g ..." is back thank...timurrrr@chromium.org2010-08-191-24/+2
* Fix format for suppression hash in memcheck_analyze.pyjochen@chromium.org2010-08-171-3/+3
* Quick-fix for syntax error in memcheck_analyze.pytimurrrr@chromium.org2010-08-111-1/+1
* Never create "negative" hashes and output the error hash along with the suppr...jochen@chromium.org2010-08-111-2/+3
* Skip testing::Test::Run() frame and below when printing Valgrind reports and ...timurrrr@chromium.org2010-08-051-4/+7
* Follow-up for r54118 - fix wrong per-test error counttimurrrr@chromium.org2010-07-291-2/+2
* Avoid duplicate error reports / suppressions when UI test reports are analyze...timurrrr@chromium.org2010-07-291-72/+91
* Better output format in drmemory_analyze.pytimurrrr@chromium.org2010-07-261-1/+1
* Optimize memcheck_analyze.py for ui_teststimurrrr@chromium.org2010-07-261-2/+15
* Valgrind: Update memcheck_analyze.py to handle variance in Linux/Mac sanity t...thestig@chromium.org2010-07-221-25/+55
* Don't wait for dead valgrinds to end their logstimurrrr@chromium.org2010-06-161-2/+18
* Implement more sanity tests for Memcheck/Valgrindtimurrrr@chromium.org2010-03-261-3/+24
* Added sanity checks for base_unittests to Memcheck and ThreadSanitizer test r...glider@chromium.org2010-02-101-2/+15
* Massage autogenerated suppressions to be more portabledkegel@google.com2009-09-301-1/+22
* GDB wrapper refactoring for memcheck_analyze.pytimurrrr@chromium.org2009-09-231-76/+3
* Speculative change - flush stdout to try to avoid valgrind output mixing with dkegel@google.com2009-09-211-0/+1
* Resubmit suppression count report patch, but this time don't crash if that se...dkegel@google.com2009-09-101-6/+39
* Revert "Show suppression counts. (Not yet per-test.)"kuchhal@chromium.org2009-09-101-37/+6
* Show suppression counts. (Not yet per-test.)dkegel@google.com2009-09-101-6/+37
* More suppressions for Mac UI botsstuartmorgan@google.com2009-09-081-1/+1
* Show the commandline in question as part of each valgrinddank@chromium.org2009-09-041-2/+16
* Update to valgrind-3.5.0. From timur, http://codereview.chromium.org/190008dkegel@google.com2009-09-031-9/+55
* Don't die if the object file in question doesn't have symbols.dkegel@google.com2009-08-271-1/+1
* Reland 24548 without the symlink code which broke the build.dank@chromium.org2009-08-271-13/+39
* Reverting 24548.dank@chromium.org2009-08-261-39/+13
* Fix gdb line number lookup on the mac.dank@chromium.org2009-08-261-13/+39
* Fall back to using gdb to look up line numbers if needed in tools/valgrind/ch...dank@chromium.org2009-08-211-8/+105
* Temporary workaround for valgrind outputting garbage after </valgrindoutput>.dank@chromium.org2009-08-171-8/+22
* Update to current Valgrind and tsan.dank@chromium.org2009-08-121-0/+2
* While we're trying to diagnose the incomplete valgrind logfile problem,dank@chromium.org2009-07-281-0/+3
* Unbreak demangling on macdank@chromium.org2009-07-171-1/+2
* Valgrind doesn't have an option (yet) to put suppressions into its xmldkegel@google.com2009-07-161-4/+22
* Patch from timurrrr: Re-factor valgrind scripts to add tsan supportdkegel@google.com2009-07-161-0/+276