summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/valgrind.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use NSS_DISABLE_UNLOAD in valgrind and heapcheck scripts to avoid ↵mattm@chromium.org2011-06-081-0/+3
| | | | | | | | | | | unsymbolized backtraces. BUG=none TEST=none Review URL: http://codereview.chromium.org/7003046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88408 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the size of stacks (--num-callers) being tracked by Memcheckglider@chromium.org2011-05-061-2/+4
| | | | | | | | | to match the number used on bots. TBR=timurrrr Review URL: http://codereview.chromium.org/6927077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84412 0039d316-1c4b-4281-b951-d872f2087c98
* scons: excise more scons references from the code baseevan@chromium.org2010-12-031-1/+1
| | | | | | | | | | I got to undo some hacks, too! TEST=compiles Review URL: http://codereview.chromium.org/5535003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68119 0039d316-1c4b-4281-b951-d872f2087c98
* Hotfix Valgrind scripts to use the --show-possibly-lost optionglider@chromium.org2010-11-031-1/+1
| | | | | | | | | | instead of --show-possible. This flag appeared in trunk after Valgrind r11308 (valgrind-variant r60) TBR=timurrrr Review URL: http://codereview.chromium.org/4375001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64894 0039d316-1c4b-4281-b951-d872f2087c98
* Run new self-contained binaries for TSantimurrrr@chromium.org2010-03-191-2/+3
| | | | | | Review URL: http://codereview.chromium.org/1142002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42122 0039d316-1c4b-4281-b951-d872f2087c98
* Guess the Valgrind PATH in a separate scripttimurrrr@chromium.org2010-01-261-19/+14
| | | | | | Review URL: http://codereview.chromium.org/556025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37158 0039d316-1c4b-4281-b951-d872f2087c98
* Set GTEST_DEATH_TEST_USE_FORK environment variable to make death tests ↵timurrrr@chromium.org2009-10-261-4/+2
| | | | | | | | | valgrind-friendly BUG=25346 Review URL: http://codereview.chromium.org/335026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30044 0039d316-1c4b-4281-b951-d872f2087c98
* Make valgrind.sh and chrome_tests.sh actually find valgrind-10880-redzonedkegel@google.com2009-09-231-3/+2
| | | | | | | | | (oops) Also say which valgrind is being used Review URL: http://codereview.chromium.org/233003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26967 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for building and running valgrind on Ubuntuevan@chromium.org2009-09-221-1/+1
| | | | | | | | | | | - valgrind.sh is a bash script - Look for ld.single as well as ld.orig when searching for !gold ld Patch by Joel Stanley <joel@jms.id.au> Review URL: http://codereview.chromium.org/209009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26785 0039d316-1c4b-4281-b951-d872f2087c98
* Update to valgrind-3.5.0. From timur, http://codereview.chromium.org/190008dkegel@google.com2009-09-031-1/+1
| | | | | | | | | | Also use it if present. Especially use its new xml suppression record if present, which is more correct than the one we synthesize. Also fix a warning about global use before declare in memcheck_analyze.py. Review URL: http://codereview.chromium.org/191006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25353 0039d316-1c4b-4281-b951-d872f2087c98
* Add license information to our shell scripts.agl@chromium.org2009-08-251-0/+1
| | | | | | | | | | Downstream packagers are (rightly) careful about the license of code that they distribute and so we want to dot our i's. http://codereview.chromium.org/174372 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24311 0039d316-1c4b-4281-b951-d872f2087c98
* Make valgrind.sh use same valgrind as chrome_tests.sh.dkegel@google.com2009-08-191-12/+35
| | | | | | | | Make comments a bit clearer. Review URL: http://codereview.chromium.org/173088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23764 0039d316-1c4b-4281-b951-d872f2087c98
* Patch from timurrrr: Re-factor valgrind scripts to add tsan supportdkegel@google.com2009-07-161-10/+49
| | | | | | | | | | First reviewed at http://codereview.chromium.org/125272 BUG=none TEST=none Review URL: http://codereview.chromium.org/155528 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20870 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the 'Hammer' name in favor of the Debug|Release namessgk@google.com2009-04-011-1/+1
| | | | | | | and paths we'll use in gyp-generated files. Review URL: http://codereview.chromium.org/56158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12975 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r12849 (conversion of "Hammer" names to "Debug").sgk@google.com2009-03-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/57051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12854 0039d316-1c4b-4281-b951-d872f2087c98
* Replace "Hammer" references with "Debug" as appropriate.sgk@google.com2009-03-311-1/+1
| | | | | | Review URL: http://codereview.chromium.org/53118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12849 0039d316-1c4b-4281-b951-d872f2087c98
* Call two more shutdown functions, and set an environment variable, dkegel@google.com2009-03-191-0/+6
| | | | | | | | | | | | to make nss play well with valgrind, as recommended by Wan-Teh in http://groups.google.com/group/mozilla.dev.tech.crypto/msg/49fe8582df376d06 Set the same environment variables in chrome_test.sh/valgrind_test.py and valgrind.sh, and explain which is which. Review URL: http://codereview.chromium.org/42326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12093 0039d316-1c4b-4281-b951-d872f2087c98
* A few updates to the valgrind runner script.deanm@chromium.org2009-03-181-1/+3
| | | | | | | | | | | - Add G_DEBUG=fatal_warnings to abort on GTK assertions. - Find the suppressions file no matter where you run the script from. - Add +x on the script. Review URL: http://codereview.chromium.org/45011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12001 0039d316-1c4b-4281-b951-d872f2087c98
* Add a script to more easily run valgrind with our parameters and suppressions.deanm@chromium.org2009-03-121-0/+47
Add some more suppressions to the suppressions file. I don't have any errors when running Chromium on my workstation. Review URL: http://codereview.chromium.org/43129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11546 0039d316-1c4b-4281-b951-d872f2087c98