summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck/heapcheck_test.py
Commit message (Expand)AuthorAgeFilesLines
* Don't report duplicate stacks on heapchecker botsjochen@chromium.org2011-01-121-18/+21
* Compute an error hash for suppressionsjochen@chromium.org2011-01-121-1/+2
* Make heapcheck runner use the shadow stacks.glider@chromium.org2010-08-311-0/+1
* Fix the stack line regexp to get rid of false matching lines without realglider@chromium.org2010-06-161-1/+1
* Better error handling for broken heapcheck logs. Needed for buildbot-siideglider@chromium.org2010-06-161-1/+7
* Fix PYTHONPATH handling for heapchecker according toglider@chromium.org2010-05-051-3/+3
* Make the heapcheck suppressions prettier.glider@chromium.org2010-04-201-3/+3
* Print suppressions for the leaks reported by heap leak checker.glider@chromium.org2010-04-201-0/+12
* Added the link to heapchecker howto.glider@chromium.org2010-04-011-0/+3
* Fixed the heapchecker log reader to accept log lines containing spaces in theglider@chromium.org2010-03-231-1/+1
* Change the heapchecker's stack line regexp to match both address output formatsglider@chromium.org2010-03-011-1/+1
* Hotfixed the heap checker wrapper.glider@chromium.org2010-02-121-3/+3
* Make the heapheck runner recognize the sanity tests.glider@chromium.org2010-02-121-12/+30
* Preload the debug version of libstdc++.so before running the tests.glider@chromium.org2010-02-081-0/+1
* Backported the HEAP_CHECK_MAX_LEAKS feature from the upstream perftools.glider@chromium.org2009-12-251-0/+1
* Made pprof executable and set the explicit path to it in the heapcheck runner.glider@chromium.org2009-12-241-0/+3
* Created tools/heapcheck with scripts for running heapchecker-enabled tests.timurrrr@chromium.org2009-12-011-0/+166