summaryrefslogtreecommitdiffstats
path: root/tools/coverity
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Linux kernels >=3.0-rc1 in Python related build files by:tony@chromium.org2011-06-161-3/+3
| | | | | | | | | | | | | | | - replacing occurences of sys.platform == 'linux2' with sys.platform.startswith('linux') - congregating occurences of sys.platform in ('linux[X]', 'linuxY', ...) to sys.platform.startswith('linux') - adding the key 'linux3' to all relevant lookup dicts BUG=85845 TEST=Try building chromium on Linux >=3.0-r1 Review URL: http://codereview.chromium.org/7172016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89354 0039d316-1c4b-4281-b951-d872f2087c98
* Build just chrome to shorten the Coverity build and analysiswtc@chromium.org2010-08-111-7/+6
| | | | | | | | | | | | | time. Remove a stale TODO comment. R=bevc,jimhebert BUG=none TEST=none Review URL: http://codereview.chromium.org/3175001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55637 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up coverity intermediate directory prior to running analysisbevc@chromium.org2010-07-231-0/+16
| | | | | | | | | (Per advice from Coverity rep) BUG=none TEST=ran this overnight on our Linux and Mac coverity machines, worked. Review URL: http://codereview.chromium.org/2861078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53545 0039d316-1c4b-4281-b951-d872f2087c98
* Detect 'gclient sync' failures, in order to abort failed coverity runs earlybevc@chromium.org2010-07-211-3/+10
| | | | | | | | | BUG=none TEST=This has actually been running "in production" for a while, just never got submitted. The gclient failures of this past week on chromecoverity-Windows prove this works right. Review URL: http://codereview.chromium.org/3042011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53154 0039d316-1c4b-4281-b951-d872f2087c98
* Support OS X in coverity.py. Avoid echoing coverity password to console.bevc@chromium.org2010-06-161-3/+16
| | | | | | Review URL: http://codereview.chromium.org/2829003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49976 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for running coverity on Linux. Removes embedded passwordbevc@chromium.org2010-05-281-32/+141
| | | | | | | | | | | | in favor of it being stashed in a seperate file. Exposes most of the tune-ables as command line switches. BUG=none TEST=none Review URL: http://codereview.chromium.org/2282006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48453 0039d316-1c4b-4281-b951-d872f2087c98
* Updated script for the new Windows machine and changed commitbevc@chromium.org2010-05-241-8/+21
| | | | | | | defects from local directory to remote machine. Review URL: http://codereview.chromium.org/2124019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48081 0039d316-1c4b-4281-b951-d872f2087c98
* Use the new cov-analyze options recommended by Coverity.wtc@chromium.org2009-07-161-3/+11
| | | | | | | | | | | | | Basically we remove --enable-single-virtual and replace --all by just the checkers useful to us. This should speed up the analysis. R=huanr BUG=none TEST=none Review URL: http://codereview.chromium.org/155589 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20822 0039d316-1c4b-4281-b951-d872f2087c98
* Add a script that runs cov-build, cov-analyze, andwtc@chromium.org2009-05-121-0/+136
cov-commit-defects on a Chromium tree. R=patrick BUG=N/A TEST=N/A Review URL: http://codereview.chromium.org/99264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15831 0039d316-1c4b-4281-b951-d872f2087c98