summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/memcheck
Commit message (Collapse)AuthorAgeFilesLines
* Move a previously Mac-specific Valgrind suppression for SQLite to Linux as well.mdm@chromium.org2009-09-182-10/+10
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/213028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26616 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete suppression for bug 9246 which is marked a dupe of 8789 ↵mattm@chromium.org2009-09-181-29/+0
| | | | | | | | | | | | which is marked fixed. BUG=9246 BUG=8789 TEST=ran tools/valgrind/chrome_tests.sh -t test_shell, checked the used suppressions Review URL: http://codereview.chromium.org/211004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26613 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in AudioObjectGetPropertyData. The leaking call changed inmark@chromium.org2009-09-171-1/+1
| | | | | | | | | r26478. BUG=9351 Review URL: http://codereview.chromium.org/207022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26505 0039d316-1c4b-4281-b951-d872f2087c98
* Update favicon leak suppression to make valgrind bot happydkegel@google.com2009-09-171-0/+10
| | | | | | | | BUG=17451 Review URL: http://codereview.chromium.org/216011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26467 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the memcheck suppression rule for bug 22109.tyoshino@google.com2009-09-171-4/+0
| | | | | | | | | | | | The signature was too specific. Extend the matching rule for similar failures. BUG=22109 TEST=none Review URL: http://codereview.chromium.org/215009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26447 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress valgrind leak report. Bug 22109tyoshino@google.com2009-09-171-0/+15
| | | | | | | | | | BUG=22109 TBR=mbelshe TEST=none Review URL: http://codereview.chromium.org/210008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26436 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress Valgrind leak base::MessagePumpLibevent::WatchFileDescriptor.tyoshino@google.com2009-09-171-0/+23
| | | | | | | | | | TBR=agl BUG=22098 TEST=none Review URL: http://codereview.chromium.org/215005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26433 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for bug 22021 for macdkegel@google.com2009-09-161-1/+1
| | | | | | | | BUG=22021 Review URL: http://codereview.chromium.org/211001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26406 0039d316-1c4b-4281-b951-d872f2087c98
* Add another suppression for the memory leak resulting fromagl@chromium.org2009-09-161-0/+7
| | | | | | | today's WebKit roll. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26403 0039d316-1c4b-4281-b951-d872f2087c98
* Abort WebKit bisection and update suppressions for leak. Looksagl@chromium.org2009-09-162-4/+7
| | | | | | | like this is already being worked on in bug 22021. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26386 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo and indentation in suppression for bug 22021dkegel@google.com2009-09-161-8/+9
| | | | | | | | BUG=22021 Review URL: http://codereview.chromium.org/201136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26377 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for a known V8 leak.brettw@chromium.org2009-09-161-0/+10
| | | | | | | | TEST=none BUG=22021 Review URL: http://codereview.chromium.org/204042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26367 0039d316-1c4b-4281-b951-d872f2087c98
* Another day, another mutation of the SQLite issues needing suppressing.stuartmorgan@chromium.org2009-09-151-0/+18
| | | | | | | | | | | Also a slight variation on an existing font suppression. BUG=20508,20580 TEST=Mac valgrind UI bots Review URL: http://codereview.chromium.org/195089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26242 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in bug name. I typed '6' instead of '9' by accident. I noticed ↵dkegel@google.com2009-09-141-1/+1
| | | | | | | | | | | | because the valgrind logs have astronomical suppression counts for this. BUG=17966,17996 Review URL: http://codereview.chromium.org/204009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26149 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more mac suppression found with a local run and slightly different ↵dank@chromium.org2009-09-121-8/+34
| | | | | | | | | | | compiler options. BUG=21645 TEST=verdant, shining mac ui buildbots Review URL: http://codereview.chromium.org/203045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26055 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for Mem leak with BrowserWindowCocoa::Show()nirnimesh@chromium.org2009-09-111-14/+0
| | | | | | | | | | | | The leak appears to been fixed. Cannot repro anymore. TEST=valgrind ui bot should not show this BUG=16628 Review URL: http://codereview.chromium.org/197058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25980 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Suppress pasteboard leaks.estade@chromium.org2009-09-101-1/+11
| | | | | | | | BUG=21479 Review URL: http://codereview.chromium.org/203021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25918 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for nother sql variationstuartmorgan@google.com2009-09-101-0/+6
| | | | | | | | | BUG=20653 TEST=Mac Valgrind UI bots Review URL: http://codereview.chromium.org/199062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25868 0039d316-1c4b-4281-b951-d872f2087c98
* linux: add a suppression for a leak when we load a third-party pluginevan@chromium.org2009-09-091-0/+7
| | | | | | Review URL: http://codereview.chromium.org/193049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25747 0039d316-1c4b-4281-b951-d872f2087c98
* More suppressions for Mac UI botsstuartmorgan@google.com2009-09-081-13/+76
| | | | | | | | | | | | | Fix a suppression and remove one that duplicates it. Widen a suppression Add a bunch of new suppressions. BUG=11333,21137,21279,21280,20580,21286 TEST=More green on the Mac valgrind bots. Review URL: http://codereview.chromium.org/197043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25645 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add testing code to expose an NSColor memory leak.shess@chromium.org2009-09-051-0/+9
| | | | | | | | | | | | | | | | | | | AutocompleteTextFieldCell calls -keyboardFocusIndicatorColor when drawing the focus ring, which valgrind considers a leak. While we were testing drawing when not focussed, unit tests could not test drawing when focussed without the window being made key, which is bad for many reasons. This change adds some code to allow faking the key window, then adds tests for drawing when focussed which exposes the memory leak, then adds a suppression for that memory leak. http://crbug.com/21137 TEST=valgrind AutocompleteTextFieldCellTest.Display Review URL: http://codereview.chromium.org/192031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25567 0039d316-1c4b-4281-b951-d872f2087c98
* Widen some Mac valgrind suppressionsstuartmorgan@google.com2009-09-041-6/+22
| | | | | | | | | BUG=20580,20814 TEST=Mac UI valgrind bots Review URL: http://codereview.chromium.org/200022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25489 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for UMR in test_shell_tests in ↵nirnimesh@chromium.org2009-09-041-8/+1
| | | | | | | | | | | | | vCMMVectorConvert8BitRGBToRGB on Mac Doesn't occur anymore on my machine. BUG=11134 TEST=mac valgrind bot running test_shell_tests should stay green Review URL: http://codereview.chromium.org/196028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25481 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a Mac suppression, add two one-offs from Linux.stuartmorgan@google.com2009-09-032-4/+11
| | | | | | | | | BUG=21010 TEST=Happier valgrind bots Review URL: http://codereview.chromium.org/201006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25352 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Initialize the focus ring color preference values. This fixes an UMR ↵jhawkins@chromium.org2009-09-031-12/+0
| | | | | | | | | | when running the RenderView unit tests. The tests create a RenderView object using the default constructor of RendererPreferences. The uninitialized values are then passed through to WebKit to set the focus ring color. BUG=20964 TEST=Covered by valgrinding unit tests. Review URL: http://codereview.chromium.org/194009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25343 0039d316-1c4b-4281-b951-d872f2087c98
* Another suppression for Mac UI Valgrindstuartmorgan@google.com2009-09-031-0/+7
| | | | | | | | | BUG=20997 TEST=Mac UI valgrind bots may actually go green Review URL: http://codereview.chromium.org/201004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25326 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing the valgrind error probably caused by WebKit r47756.yusukes@google.com2009-09-031-0/+5
| | | | | | | | | | BUG=20941 TEST=none TBR=hclam Review URL: http://codereview.chromium.org/198005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25310 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing the valgrind error probably caused by r25278 (TAKE 2).yusukes@google.com2009-09-031-0/+6
| | | | | | | | | | BUG=20964 TEST=none TBR=estade Review URL: http://codereview.chromium.org/192006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25307 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing the valgrind error probably caused by r25278.yusukes@google.com2009-09-031-0/+6
| | | | | | | | | | BUG=20964 TEST=none TBR=estade Review URL: http://codereview.chromium.org/192005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25304 0039d316-1c4b-4281-b951-d872f2087c98
* More valgrind suppressionsstuartmorgan@google.com2009-09-022-1/+18
| | | | | | | | | | | | Fix a Mac valgrind exception and widen another a bit. Add two new exceptions for issues that popped up on the Linux bots. BUG=20653,20939,20941 TEST=Watch the valgrind bots. Be soothed by green. Review URL: http://codereview.chromium.org/189009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25275 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression for issue 20459 with Chris Hawk's findings.wtc@chromium.org2009-09-021-1/+5
| | | | | | | | | R=hawk BUG=20459 TEST=none Review URL: http://codereview.chromium.org/172117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25268 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for memory leak in ↵nirnimesh@chromium.org2009-09-021-15/+0
| | | | | | | | | | | | | TabStripModelObserverBridge::TabChangedAt() in ui tests on mac We don't use CoreImage anymore so this leak should be gone. BUG=18219 TEST=this leak should not show up in mac-valgrind bot (ui_tests) Review URL: http://codereview.chromium.org/187010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25221 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression to account for an extra stack framestuartmorgan@google.com2009-09-021-0/+1
| | | | | | | | | BUG=17451 TEST=Mac UI Valgrind bots Review URL: http://codereview.chromium.org/172108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25198 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust SQL suppressions for optimization level changestuartmorgan@google.com2009-09-021-21/+22
| | | | | | | | | BUG=20580,20837,20653 TEST=Happier Mac UI valgrind bots Review URL: http://codereview.chromium.org/190007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25196 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression updates for Mac UI botsstuartmorgan@google.com2009-09-022-14/+58
| | | | | | | | | | | Moves a suppression to the Mac file and adds another flavor of it. Adds a suppression for a leak in the same are of the code. BUG=20580,20837 TEST=Watch the Mac UI valgrind bots for signs of green Review URL: http://codereview.chromium.org/179074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25122 0039d316-1c4b-4281-b951-d872f2087c98
* More valgrind suppressions.stuartmorgan@google.com2009-09-011-0/+33
| | | | | | | | | BUG=20807,20808,20814 TEST=More green runs on the Mac UI valgind bots Review URL: http://codereview.chromium.org/177056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25066 0039d316-1c4b-4281-b951-d872f2087c98
* Widen more suppressions, add a couple new ones.dkegel@google.com2009-09-012-53/+12
| | | | | | | | | BUG=16326,16579,17795,17966,20653,20778,20805 TEST=greenish valgrind bots Review URL: http://codereview.chromium.org/180060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25055 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for memory leak in IPC::Channel::Channel()nirnimesh@chromium.org2009-08-311-14/+0
| | | | | | | | | BUG=17888 TEST=mac valgrind bot should stay green. Review URL: http://codereview.chromium.org/179038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24898 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a couple suppressions, fix typo in last commit (need a precommit ↵dkegel@google.com2009-08-311-6/+3
| | | | | | | | | | filter for these!) BUG=17996,20320,20581,20659 Review URL: http://codereview.chromium.org/173626 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24879 0039d316-1c4b-4281-b951-d872f2087c98
* Widen two more suppressions, fix a broken suppressiondkegel@google.com2009-08-302-10/+56
| | | | | | | | | | | | checked in last time (and give it a different bug number), add one that got away BUG=11282,17966,20320,20653,20659 TEST=green valgrind bots Review URL: http://codereview.chromium.org/177034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24872 0039d316-1c4b-4281-b951-d872f2087c98
* Widen some old suppressions, add some new ones.dkegel@google.com2009-08-302-11/+26
| | | | | | | | | | Getting to the tail end of a fishing expedition on ui tests on linux and mac. BUG=11282,16326,20581,20641 TEST=green ui valgrind mac & linux Review URL: http://codereview.chromium.org/175023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24867 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression-fest!dank@chromium.org2009-08-292-9/+58
| | | | | | | | | | | Widen a couple errors, add a few new ones. This handles most of the errors in the last run on the mac valgrind ui bots. TBR stuartmorgan BUG=17291,17451,19191,20580,20581,20582,20616,20617 Review URL: http://codereview.chromium.org/178032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24860 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one suppression to match linux bot, add one new suppression for mac.dank@chromium.org2009-08-282-1/+15
| | | | | | | | | | cf. http://build.chromium.org/buildbot/waterfall/builders/Linux%20UI%201%20of%203%20(valgrind)/builds/65/steps/valgrind%20test%3A%20ui/logs/stdio BUG=19191,20541 Review URL: http://codereview.chromium.org/181008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24833 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a suppression for mem leak with ↵nirnimesh@chromium.org2009-08-281-12/+0
| | | | | | | | | | | base::MessagePumpLibevent::WatchFileDescriptor in ui_tests BUG=16661 TEST=unit_tests valgrind bot should remain green. ui_tests bot should not show this. Review URL: http://codereview.chromium.org/175015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24799 0039d316-1c4b-4281-b951-d872f2087c98
* Add four new suppressions, widen one.dank@chromium.org2009-08-282-4/+44
| | | | | | | | BUG=17113,17291,18984,20504,20508 Review URL: http://codereview.chromium.org/180022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24787 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak of a CFMutableArray of certs in X509Certificate::Verify.wtc@chromium.org2009-08-281-0/+17
| | | | | | | | | R=rvargas BUG=20459 TEST=none Review URL: http://codereview.chromium.org/181003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24715 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a deliberate 'leak' in the Mac theme cachestuartmorgan@chromium.org2009-08-271-0/+12
| | | | | | | | | BUG=none TEST=One less error on the Mac UI valgrind bots Review URL: http://codereview.chromium.org/177001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24641 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for a new stack variationstuartmorgan@chromium.org2009-08-271-0/+1
| | | | | | | | | BUG=18984 TEST=Fewer Mac UI valgrind errors. Maybe even green someday. We can dream. Review URL: http://codereview.chromium.org/180001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24640 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SharedMemory Object leakjeremy@chromium.org2009-08-261-12/+0
| | | | | | | | | | | Detected via Valgrind. BUG=16209 TEST=None Review URL: http://codereview.chromium.org/174560 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24537 0039d316-1c4b-4281-b951-d872f2087c98
* New suppression for flaky leak in ui test.dkegel@google.com2009-08-261-0/+12
| | | | | | | | | BUG=20320 TEST=green valgrind ui tests for a week Review URL: http://codereview.chromium.org/174537 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24485 0039d316-1c4b-4281-b951-d872f2087c98