summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* Removed the wildcards for the bug_30110 suppression to obey the Valgrindglider@chromium.org2009-12-151-2/+2
| | | | | | | | | | suppressions guidelines. BUG=30110 TBR=dank,timurrrr Review URL: http://codereview.chromium.org/500022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34549 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed a benign leak in TCMallocGuard. Will probably fix this in the nextglider@chromium.org2009-12-151-0/+6
| | | | | | | | | | | release of perftools. BUG=30110 TBR=timurrrr,dank Review URL: http://codereview.chromium.org/492019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34548 0039d316-1c4b-4281-b951-d872f2087c98
* Fix syntax error in tools/valgrind/memcheck/suppressions_mac.txt.viettrungluu@chromium.org2009-12-151-1/+0
| | | | | | | | | BUG=none TEST=tests run Review URL: http://codereview.chromium.org/500017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34533 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a Mac UI test leakstuartmorgan@chromium.org2009-12-151-0/+13
| | | | | | | | | TBR=tony TEST=Greener Mac UI valgrind bots Review URL: http://codereview.chromium.org/504009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34529 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress some leaks that seem to be tcmalloc related.tony@chromium.org2009-12-151-0/+33
| | | | | | | | | TBR=willchan BUG=30436 Review URL: http://codereview.chromium.org/504007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34525 0039d316-1c4b-4281-b951-d872f2087c98
* Add valgrind suppressions for a leak and and error possibly introduced by ↵senorblanco@chromium.org2009-12-141-0/+19
| | | | | | | | | | | SVG filters (r34460). Note that this only greens the WebKit valgrind bots; the main one will probably still be red. BUG=30346 TEST=none Review URL: http://codereview.chromium.org/494015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34478 0039d316-1c4b-4281-b951-d872f2087c98
* last attempt to fix valgrind/mac/unit. I didn't check error type, my bad.oshima@chromium.org2009-12-131-1/+29
| | | | | | TBR: viettrungluu@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34453 0039d316-1c4b-4281-b951-d872f2087c98
* 5th attempt to make valgrind/mac/unit happy. (see bug 30209/30264)oshima@chromium.org2009-12-131-0/+28
| | | | | | TBR: viettrungluu@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34452 0039d316-1c4b-4281-b951-d872f2087c98
* Made chrome_test to fail when the test itself failed.oshima@chromium.org2009-12-121-9/+10
| | | | | | | | | | | Exclude tests that does not pass on valgrind BUG=29578,29579,29853,29586,29587,29592,29598 TEST=run valgrind test Review URL: http://codereview.chromium.org/466047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34403 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppressions for a few fixed racestimurrrr@chromium.org2009-12-101-27/+0
| | | | | | | BUG=21468,22520,28559 Review URL: http://codereview.chromium.org/490008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34302 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the existing tcmalloc's VDSO-something suppressions to cover the newglider@chromium.org2009-12-101-3/+3
| | | | | | | | | | | | stack traces (the InitHelper is removed now). Committing this with TBR to fix the Webkit Linux Valgrind bot. TBR=dank,timurrrr Review URL: http://codereview.chromium.org/488005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34248 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a memory leak in the worker tests.levin@chromium.org2009-12-101-63/+9
| | | | | | | | | | | | Clean-up suppressions: remove ones that appear to have been fixed, clarify another to be a known leak by design. BUG=26966,22923 TEST=valgrind tests (for ui and layout tests) Review URL: http://codereview.chromium.org/465075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34239 0039d316-1c4b-4281-b951-d872f2087c98
* Update valgrind suppressions for mac_util::SetFileBackupExclusion leaks.yutak@chromium.org2009-12-102-28/+2
| | | | | | | | | | | | The signature of this leak has been changed since r34036. This CL updates the leak signature and moves it to suppressions_mac.txt. BUG=28072 TEST=none Review URL: http://codereview.chromium.org/460158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34218 0039d316-1c4b-4281-b951-d872f2087c98
* Green bots are my goal.jrg@chromium.org2009-12-091-0/+10
| | | | | | | | | BUG=http://crbug.com/29681 (likely Apple bug) TBR=asargent Review URL: http://codereview.chromium.org/476004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34186 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 34110 - Fix leak of ShutdownDetector. Broke Mac startup_test.willchan@chromium.org2009-12-091-0/+8
| | | | | | | | | | | | For some reason I thought that nonjoinable threads would always delete their delegates. I was wrong. BUG=http://crbug.com/29675 Review URL: http://codereview.chromium.org/460144 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/460154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34121 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak of ShutdownDetector.willchan@chromium.org2009-12-091-8/+0
| | | | | | | | | For some reason I thought that non-joinable threads would always delete their delegates. I was wrong. BUG=http://crbug.com/29675 Review URL: http://codereview.chromium.org/460144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34110 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an extra line from suppressions.txt.yutak@chromium.org2009-12-081-1/+0
| | | | | | | | | | TBR=willchan BUG=29675 TEST=none Review URL: http://codereview.chromium.org/465118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34051 0039d316-1c4b-4281-b951-d872f2087c98
* Add valgrind suppression for recent memory leaks in CSBackupSetItemExcluded.yutak@chromium.org2009-12-081-0/+10
| | | | | | | | | | TBR=jrg,skylined,asargent BUG=29681 TEST=none Review URL: http://codereview.chromium.org/469019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34050 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for ShutdownDetector leaks in BrowserMain.yutak@chromium.org2009-12-081-0/+9
| | | | | | | | | | TBR=willchan BUG=29675 TEST=Green valgrind bots. Review URL: http://codereview.chromium.org/465116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34046 0039d316-1c4b-4281-b951-d872f2087c98
* Two more suppression for async deletion, and callback object.oshima@chromium.org2009-12-071-0/+17
| | | | | | | | | BUG=None TEST=Run ui_tests in valgrind Review URL: http://codereview.chromium.org/465073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33964 0039d316-1c4b-4281-b951-d872f2087c98
* Patch Valgrind to intercept libtcmalloc memory functions.timurrrr@chromium.org2009-12-042-0/+220
| | | | | | | | | | | | | | tools/valgrind/intercept_tcmalloc.patch modifies Valgrind's coregrind/m_replacemalloc/vg_replace_malloc.c to intercept the allocation/deallocation functions introduced by tcmalloc. This patch was prepared by Alexander Potapenko (cc'ed) and originally reviewed as http://codereview.chromium.org/434118 TBR=dank Review URL: http://codereview.chromium.org/467020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33831 0039d316-1c4b-4281-b951-d872f2087c98
* Add linux_valgrind as a default trybot for tools/valgrind/memcheck/ and ↵timurrrr@chromium.org2009-12-041-0/+12
| | | | | | | | | | | | | third_party/tcmalloc/ Apart from annoying developers with try mail, I think this will make some allocation-related changes better tested. Also, this would help us check the correctness of suppressions (especially, if they are formatted incorrectly). TEST=try a changelist in tools/valgrind/memcheck/ or third_party/tcmalloc/ and notice linux_valgrind bot Review URL: http://codereview.chromium.org/465046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33828 0039d316-1c4b-4281-b951-d872f2087c98
* Add valgrind suppressions for FlipSession/FlipSessionPool leak.yutak@chromium.org2009-12-041-0/+18
| | | | | | | | | | TBR=mbelshe BUG=29392 TEST=none Review URL: http://codereview.chromium.org/467018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33801 0039d316-1c4b-4281-b951-d872f2087c98
* Linux is showing this leak with fun:malloc on the stack twice, so add a ... ↵thomasvl@chromium.org2009-12-031-0/+1
| | | | | | | | | | to try and only catch an optional extra one. BUG=20113 TEST=none Review URL: http://codereview.chromium.org/460046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33703 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a profile leak I've seen a few times the yesterday/today.thomasvl@chromium.org2009-12-031-0/+11
| | | | | | | | TEST=none BUG=29325 Review URL: http://codereview.chromium.org/463018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33701 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leaking ExtensionMessageService in ProfileManagerTest.mattm@chromium.org2009-12-031-8/+0
| | | | | | | | | | | BUG=28824 TEST=tools/valgrind/chrome_tests.sh -t unit --gtest_filter=ProfileManagerTest.CreateProfile Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33611 Review URL: http://codereview.chromium.org/455031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33626 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 33611 - Fix leaking ExtensionMessageService in ProfileManagerTest.mattm@chromium.org2009-12-021-0/+8
| | | | | | | | | | | | BUG=28824 TEST=tools/valgrind/chrome_tests.sh t unit gtest_filter=ProfileManagerTest.CreateProfile Review URL: http://codereview.chromium.org/455031 TBR=mattm@chromium.org Review URL: http://codereview.chromium.org/458012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33613 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leaking ExtensionMessageService in ProfileManagerTest.mattm@chromium.org2009-12-021-8/+0
| | | | | | | | | BUG=28824 TEST=tools/valgrind/chrome_tests.sh -t unit --gtest_filter=ProfileManagerTest.CreateProfile Review URL: http://codereview.chromium.org/455031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33611 0039d316-1c4b-4281-b951-d872f2087c98
* Annotate a test-only data race on booleantimurrrr@chromium.org2009-12-021-8/+0
| | | | | | | | | We had a suppression for this race, but it couldn't hide the race in some rare cases like http://build.chromium.org/buildbot/waterfall/builders/Linux Tests (tsan)/builds/1213/steps/valgrind test%3A base/logs/stdio when the order of the racing accesses was different. Review URL: http://codereview.chromium.org/466009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33603 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress skia leak.willchan@chromium.org2009-12-011-0/+12
| | | | | | | | BUG=29115 Review URL: http://codereview.chromium.org/452037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33505 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one ignore rule for ThreadSanitizertimurrrr@chromium.org2009-12-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/449071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33498 0039d316-1c4b-4281-b951-d872f2087c98
* Bug 29026 was fixed with changelist 33404.mbelshe@google.com2009-12-011-15/+0
| | | | | | | | | BUG=29026 TEST=FlipNetworkTransactionTest.WriteError Review URL: http://codereview.chromium.org/450028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33485 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for async deletion that may or may not be executed on exit.oshima@chromium.org2009-12-011-0/+8
| | | | | | | | | BUG=None TEST=run ViewSourceTest with valgrind Review URL: http://codereview.chromium.org/457022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33462 0039d316-1c4b-4281-b951-d872f2087c98
* Broaden ProfileManager leak suppression.willchan@chromium.org2009-12-011-1/+0
| | | | | | | | BUG=http://crbug.com/28824 Review URL: http://codereview.chromium.org/449061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33457 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress UserScriptMaster valgrind leaks.willchan@chromium.org2009-12-011-0/+18
| | | | | | | | BUG=http://crbug.com/29069 Review URL: http://codereview.chromium.org/450035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33444 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Flip suppression more generic to cover mac too.willchan@chromium.org2009-12-011-1/+1
| | | | | | | | BUG=http://crbug.com/29026 Review URL: http://codereview.chromium.org/457015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33384 0039d316-1c4b-4281-b951-d872f2087c98
* Fix syntax error in suppressions filejamesr@chromium.org2009-11-301-1/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/449034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33371 0039d316-1c4b-4281-b951-d872f2087c98
* Fix suppression to match new call signaturejamesr@chromium.org2009-11-301-1/+1
| | | | | | | | | BUG=28824 TBR=jparent,davemoore Review URL: http://codereview.chromium.org/450019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33365 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for FLIP test leakjamesr@chromium.org2009-11-301-0/+16
| | | | | | | | | BUG=29026 TBR=mbelshe Review URL: http://codereview.chromium.org/455009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33356 0039d316-1c4b-4281-b951-d872f2087c98
* Updated valgrind suppression for 22923 to reflect function prototype change.atwilson@chromium.org2009-11-301-8/+0
| | | | | | | | | BUG=22923 TEST=existing tests suffice Review URL: http://codereview.chromium.org/457005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33331 0039d316-1c4b-4281-b951-d872f2087c98
* Update valgrind suppression. An extra bool parameter got added.willchan@chromium.org2009-11-301-1/+1
| | | | | | | | BUG=http://crbug.com/22923 Review URL: http://codereview.chromium.org/455006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33308 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore an icu_4_2 function that generates 25% of memory accesses in ↵timurrrr@chromium.org2009-11-261-0/+3
| | | | | | | | | | net_unittests TBR=dank TEST=TSAN Mac bot should become ~20% faster on net_unittests Review URL: http://codereview.chromium.org/443020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33210 0039d316-1c4b-4281-b951-d872f2087c98
* Update ThreadSanitizer ignore filetimurrrr@chromium.org2009-11-261-7/+10
| | | | | | | | | | | | | | | 1) Added the link to the ignore files documentation 2) Fixed a typo 3) Used new "fun_r" instead of "fun" for a couple of functions to speed up some large tests from net_, unit_ and ui_. 4) Used new "fun_hist" for unibrow namespace to do coarser history tracking - bottleneck on unit_. Please see http://code.google.com/p/data-race-test/wiki/ThreadSanitizerIgnores for the details of new ignore rules. They are present since the new TSAN version (rev1274) TBR=dank TEST=TSAN bots should remain green AND become faster. Review URL: http://codereview.chromium.org/441028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33203 0039d316-1c4b-4281-b951-d872f2087c98
* Update ThreadSanitizer to rev1250timurrrr@chromium.org2009-11-261-1/+1
| | | | | | Review URL: http://codereview.chromium.org/399073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33200 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a Valgrind suppression, it occurs on Linux as well.thestig@chromium.org2009-11-262-12/+8
| | | | | | | | | TBR=atwilson BUG=28847 TEST=none Review URL: http://codereview.chromium.org/434111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33199 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a Toolbar5ImporterTest valgrind error.thestig@chromium.org2009-11-261-0/+12
| | | | | | | | | TBR=jorlow BUG=11838 TEST=none Review URL: http://codereview.chromium.org/437086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33195 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a valgrind suppression, it happens on the mac as well.thestig@chromium.org2009-11-261-15/+15
| | | | | | | | | TBR=stuartmorgan BUG=28824 TEST=none Review URL: http://codereview.chromium.org/443018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33194 0039d316-1c4b-4281-b951-d872f2087c98
* More mac valgrind suppressions for WorkerService.thestig@chromium.org2009-11-261-2/+22
| | | | | | | | | TBT=atwilson BUG=28847 TEST=none Review URL: http://codereview.chromium.org/444013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33191 0039d316-1c4b-4281-b951-d872f2087c98
* Add a mac valgrind suppression for WorkerService::CreateWorker leak.thestig@chromium.org2009-11-261-0/+8
| | | | | | | | | TBR=atwilson BUG=28847 TEST=none Review URL: http://codereview.chromium.org/443016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33181 0039d316-1c4b-4281-b951-d872f2087c98
* Add a supression for CreateProfile.jparent@chromium.org2009-11-251-0/+9
| | | | | | | | | BUG=28824 TEST=none Review URL: http://codereview.chromium.org/435051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33138 0039d316-1c4b-4281-b951-d872f2087c98