summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck/heapcheck_test.py
Commit message (Expand)AuthorAgeFilesLines
* Bump the heapcheck test timeout to 1 hourrnk@chromium.org2013-04-101-1/+1
* Heapchecker: Raise timeout value from 20 to 30 minutes. TSAN: Add another sup...thestig@chromium.org2012-07-301-1/+1
* Disable Linux SUID sandbox for heapcheck bots.bradchen@google.com2012-06-231-0/+2
* Remove an redundant print.glider@chromium.org2012-02-201-1/+0
* Make heapchecker return the program exit code if the analysis was successful.glider@chromium.org2012-02-171-9/+18
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-3/+0
* Drop 'boring callers' from the HeapChecker reportstimurrrr@chromium.org2011-11-091-8/+23
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-2/+1
* Use LD_LIBRARY_PATH instead of LD_PRELOAD to preload the debug versions of li...glider@chromium.org2011-07-191-1/+2
* Use NSS_DISABLE_UNLOAD in valgrind and heapcheck scripts to avoid unsymbolize...mattm@chromium.org2011-06-081-1/+2
* 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