summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck/chrome_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the dependency on layout_package.path utils from the heapcheck runnerglider@chromium.org2010-03-221-13/+3
| | | | | | | | | | (see http://codereview.chromium.org/669031) TBR=timurrrr,dpranke Review URL: http://codereview.chromium.org/1167001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42232 0039d316-1c4b-4281-b951-d872f2087c98
* Follow-up for r40273: fix the method name in chrome_tests.pyglider@chromium.org2010-03-011-1/+1
| | | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/661278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40276 0039d316-1c4b-4281-b951-d872f2087c98
* Make the heapheck runner recognize the sanity tests.glider@chromium.org2010-02-121-2/+2
| | | | | | | | TBR=willchan,thestig Review URL: http://codereview.chromium.org/596085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38895 0039d316-1c4b-4281-b951-d872f2087c98
* Set svn:executable attribute for scipts from tools/heapcheck.timurrrr@chromium.org2009-12-091-0/+0
| | | | | | | | | | This patch was originally prepared by Alexander Potapenko (cc'ed) and reviewed as http://codereview.chromium.org/464032 TBR=dank Review URL: http://codereview.chromium.org/478003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34171 0039d316-1c4b-4281-b951-d872f2087c98
* Created tools/heapcheck with scripts for running heapchecker-enabled tests.timurrrr@chromium.org2009-12-011-0/+449
chrome_tests.sh -- a frontend for the buildbot slave to run the tests under heap leak checker. chrome_tests.py -- almost copied from the similar scripts in ../valgrind/ and ../purify/, invokes heapcheck_test.py for each target. heapcheck_test.py -- runs a single test, processes the logs and applies suppressions to the reports returned by the heap checker. heapcheck_std.sh -- a tiny wrapper for IO redirection. suppressions.py -- provides the support for Valgrind-style stack trace suppressions. This patch was originally prepared by Alexander Potapenko (cc'ed) as http://codereview.chromium.org/400010 TBR=dank,erikkay Review URL: http://codereview.chromium.org/455021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33451 0039d316-1c4b-4281-b951-d872f2087c98