summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* Merge 33308 - Update valgrind suppression. An extra bool parameter got added.atwilson@chromium.org2009-11-301-1/+1
| | | | | | | | | | | BUG=http://crbug.com/22923 Review URL: http://codereview.chromium.org/455006 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/450023 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33377 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppressions for two bug issues.timurrrr@chromium.org2009-11-151-23/+0
| | | | | | | | | These suppressions haven't been noticed on the bots for a while, the bugs are likely to be fixed. BUG=21259,24715 TEST=TSAN bots should remain green Review URL: http://codereview.chromium.org/384142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32033 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for a race that was fixed a while ago.jorlow@chromium.org2009-11-131-8/+0
| | | | | | | | | TEST=none BUG=25645 Review URL: http://codereview.chromium.org/385109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31963 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for valgrind detected error.levin@chromium.org2009-11-131-0/+16
| | | | | | | | | | TBR=idana@chromium.org BUG=27647 TEST=valgrind (see bug) Review URL: http://codereview.chromium.org/384125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31933 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for new mac mem leak.levin@chromium.org2009-11-131-0/+21
| | | | | | | | | | TBR=atwilson@chromium.org BUG=27644 TEST=valgrind (see bug) Review URL: http://codereview.chromium.org/395003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31923 0039d316-1c4b-4281-b951-d872f2087c98
* Updated suppression signature to reflect changed method params.atwilson@chromium.org2009-11-131-1/+1
| | | | | | | | | BUG=22923 TBR=levin@chromium.org Review URL: http://codereview.chromium.org/385087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31890 0039d316-1c4b-4281-b951-d872f2087c98
* Remove valgrind suppression for 24936asargent@chromium.org2009-11-111-9/+0
| | | | | | | | | | | | | | | From looking at the recent valgrind results, it looks like this bug isn't happening anymore (the suppression isn't mentioned as being used in the output, at least). BUG=24936 TEST=none TBR=mpcomplete git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31722 0039d316-1c4b-4281-b951-d872f2087c98
* Re-add a supression that shouldn't have been removedstuartmorgan@chromium.org2009-11-111-0/+13
| | | | | | | | | | TBR=dank BUG=20541 TEST=Green Mac valgrind bots Review URL: http://codereview.chromium.org/384046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31674 0039d316-1c4b-4281-b951-d872f2087c98
* Add a bunch of valgrind suppressions after intermittent failures on the bots.mpcomplete@chromium.org2009-11-102-0/+80
| | | | | | | | BUG=27312,27313,27315,27316,27317,27318 Review URL: http://codereview.chromium.org/385018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31613 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in ExtensionTest.LoadPageActionHelper unit test. The leakpam@chromium.org2009-11-101-8/+0
| | | | | | | | | | was in the test only, not in the app code. BUG=26216 TEST=covered by Linux valgrind (1) buildbot Review URL: http://codereview.chromium.org/386002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31606 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Fix a leak in HyperlinkButtonCellrsesek@chromium.org2009-11-101-26/+0
| | | | | | | | | BUG=27149 TEST=Valgrind Review URL: http://codereview.chromium.org/380010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31558 0039d316-1c4b-4281-b951-d872f2087c98
* Expand suppression for valgrind.willchan@chromium.org2009-11-101-0/+1
| | | | | | | | BUG=26216 Review URL: http://codereview.chromium.org/372079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31538 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Mac valgrind suppression.willchan@chromium.org2009-11-091-0/+26
| | | | | | | | BUG=27149 Review URL: http://codereview.chromium.org/381004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31440 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak I introduced in my earlier change.jam@chromium.org2009-11-091-9/+0
| | | | | | | BUG=27035 Review URL: http://codereview.chromium.org/376020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31414 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a valgrind failure.thestig@chromium.org2009-11-071-0/+9
| | | | | | | | | TBR=stuartmorgan BUG=27035 TEST=none Review URL: http://codereview.chromium.org/373023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31389 0039d316-1c4b-4281-b951-d872f2087c98
* Update valgrind suppressions.willchan@chromium.org2009-11-061-0/+26
| | | | | | | | BUG=26966 Review URL: http://codereview.chromium.org/371042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31319 0039d316-1c4b-4281-b951-d872f2087c98
* Remove stale suppression.jorlow@chromium.org2009-11-061-7/+0
| | | | | | | | | TEST=none BUG=26326 Review URL: http://codereview.chromium.org/377012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31311 0039d316-1c4b-4281-b951-d872f2087c98
* Cancel unused timeout events. Without this change they candkegel@google.com2009-11-061-8/+0
| | | | | | | | | | | | | | accumulate for a while, wasting memory and causing unneeded wakeups. BUG=25641 TEST=green valgrind or heapchecker on net_unittests Previously reviewed as http://codereview.chromium.org/370005/ TBR=timurrrr Review URL: http://codereview.chromium.org/372033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31306 0039d316-1c4b-4281-b951-d872f2087c98
* Update linux valgrind suppressions.willchan@chromium.org2009-11-061-0/+26
| | | | | | | | BUG=26966 Review URL: http://codereview.chromium.org/371028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31286 0039d316-1c4b-4281-b951-d872f2087c98
* Add a mac valgrind suppression.willchan@chromium.org2009-11-061-0/+26
| | | | | | | | BUG=26964 Review URL: http://codereview.chromium.org/378018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31279 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a benign race inside Cocoatimurrrr@chromium.org2009-11-061-0/+8
| | | | | | | TBR=dank Review URL: http://codereview.chromium.org/371022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31231 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the suppression for bug_24724timurrrr@chromium.org2009-11-051-8/+0
| | | | | | | | BUG=24724 TEST=TSAN UI should remain green Review URL: http://codereview.chromium.org/360010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31114 0039d316-1c4b-4281-b951-d872f2087c98
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-051-3/+3
| | | | | | | | | | | | | Refactored WebWorkerClientProxy into two classes - WebWorkerDispatcher which dispatches incoming IPCs for the worker, and WebWorkerClientProxy, which handles outgoing API calls from WebWorkerImpl. This allows WebWorkerClientProxy to be reused by WebSharedWorkerDispatcher. BUG=26233 TEST=none (will enable layout tests when basic functionality available) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31077 Review URL: http://codereview.chromium.org/351004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31096 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in ps (!), and fix a typo that disabled a suppression for an ↵dank@chromium.org2009-11-051-1/+8
| | | | | | | | expected leak in CheckOpString Review URL: http://codereview.chromium.org/361021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31053 0039d316-1c4b-4281-b951-d872f2087c98
* Fix valgrind error in SocketStreamDispatcherHostukai@chromium.org2009-11-041-20/+0
| | | | | | | | | BUG=26324 TEST=none Review URL: http://codereview.chromium.org/342113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30936 0039d316-1c4b-4281-b951-d872f2087c98
* Update valgrind_webkit_tests.sh to use the same version ofdkegel@google.com2009-11-042-2/+156
| | | | | | | | | | | valgrind as valgrind.sh. Add script to locally reproduce the nonleak valgrind errors found recently by the linux valgrind layout bot. Review URL: http://codereview.chromium.org/351017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30904 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for bugs 20111 and 26582, move it to "third party" sectiontimurrrr@chromium.org2009-11-031-13/+8
| | | | | | | BUG=20111,26582 Review URL: http://codereview.chromium.org/346039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30837 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression for bug_20111timurrrr@chromium.org2009-11-031-1/+2
| | | | | | | | | | | See the report that didn't match the current suppression: http://build.chromium.org/buildbot/waterfall/builders/Linux Tests (valgrind)(4)/builds/1395/steps/valgrind test: ui/logs/stdio BUG=20111 TBR=dank,stuartmorgan TEST=Valgrind bots should become green Review URL: http://codereview.chromium.org/345047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30809 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: try to remove a suppression for V8 Profiler::Engage.mnaganov@chromium.org2009-11-031-15/+0
| | | | | | | | | | | Profiler log saver is now not engaged until profiling is really started, which should never happen in currently valgdrinded tests. Let's see if it's true. BUG=24503 TEST=linux valgrind should not complain about the stack deleted from suppressions Review URL: http://codereview.chromium.org/342094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30808 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory problems.jrg@chromium.org2009-11-031-7/+0
| | | | | | | | | | | | Remove some dead code. Remove valgrind suppression which suppressed this error. BUG=http://crbug.com/26489 TEST=Mac valgrind bot stays green for ui_test BrowserEncodingTest.TestEncodingAliasMapping Review URL: http://codereview.chromium.org/355006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30793 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mem leak in sync tests by ensuring that the destruction tasks get to run.jam@chromium.org2009-11-031-39/+0
| | | | | | | | BUG=26493 Review URL: http://codereview.chromium.org/353011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30789 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppressions for leaks in sync unit tests after adding ChromeThread ↵jam@chromium.org2009-11-021-0/+39
| | | | | | | | | | instances. BUG=26493 TBR=tim Review URL: http://codereview.chromium.org/342081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30728 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress invalid reads in Mac bookmark barstuartmorgan@chromium.org2009-11-021-0/+7
| | | | | | | | | BUG=26489 TEST=Mac UI valgrind bots Review URL: http://codereview.chromium.org/348040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30715 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for intentional memory leak in unit test.jam@chromium.org2009-11-021-1/+13
| | | | | | | TBR=darin Review URL: http://codereview.chromium.org/354001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30691 0039d316-1c4b-4281-b951-d872f2087c98
* Widen an existing suppression a little bittimurrrr@chromium.org2009-10-311-0/+1
| | | | | | | | TBR=dank TEST=media should stop being flaky on TSAN/Mac bot Review URL: http://codereview.chromium.org/344046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30665 0039d316-1c4b-4281-b951-d872f2087c98
* Make --ignore-in-dtor=no the default ThreadSanitizer option.timurrrr@chromium.org2009-10-301-1/+7
| | | | | | | | | | | My local bots (both Linux and Mac) were cycling green with this option all the last week except for one real race (fixed tonight) and two benign reports suppressed recently. This option will help us find more races, especially my beloved ref-counter races. TEST=TSAN bots should remain green Review URL: http://codereview.chromium.org/348020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30636 0039d316-1c4b-4281-b951-d872f2087c98
* Fix missing line in suppression; move the suppression to the more ↵timurrrr@chromium.org2009-10-301-13/+14
| | | | | | | | | appropriate place. TBR=dank Review URL: http://codereview.chromium.org/344040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30635 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppressions for Mac UI valgrind botsstuartmorgan@chromium.org2009-10-302-0/+35
| | | | | | | | | BUG=23314,26324,26326 TEST=Mac UI valgrind bot green-ness Review URL: http://codereview.chromium.org/341053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30589 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two benign racestimurrrr@chromium.org2009-10-301-0/+23
| | | | | | | | TBR=dank TEST=Linux TSAN bot green on unit_tests Review URL: http://codereview.chromium.org/343058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30579 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress warnings below AudioQueueDisposetimurrrr@chromium.org2009-10-291-0/+8
| | | | | | | | | | | | This CL adds a suppression for a warning reported by ThreadSanitizer with --ignore-in-dtor=no when a ClientAudioQueue object is destroyed. This appears to be a benign one. This patch was prepared by Alexander Potapenko (cc'ed) Review URL: http://codereview.chromium.org/348011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30475 0039d316-1c4b-4281-b951-d872f2087c98
* Fix unit test memory leak introduced by my ChromeThread change.jam@chromium.org2009-10-291-9/+0
| | | | | | | | BUG=26213 Review URL: http://codereview.chromium.org/346014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30468 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two new valgrind leaksstuartmorgan@chromium.org2009-10-291-0/+16
| | | | | | | | | BUG=26213,26216 TEST=Linix valgrind 1 bot Review URL: http://codereview.chromium.org/339067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30459 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress reports under _dl_closetimurrrr@chromium.org2009-10-291-0/+9
| | | | | | | TBR=dank Review URL: http://codereview.chromium.org/348009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30454 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ThreadSanitizer suppression for 22272.eroman@chromium.org2009-10-281-7/+0
| | | | | | | | | | The race was specific to unit-test code (see r29826) and should be fixed now. BUG=22272 Review URL: http://codereview.chromium.org/293042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30301 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more suppression for a data race in libjingletimurrrr@chromium.org2009-10-271-1/+7
| | | | | | | | BUG=25913 TBR=dank Review URL: http://codereview.chromium.org/343004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30247 0039d316-1c4b-4281-b951-d872f2087c98
* Added printing of a couple of links to documentation in case warnings are ↵timurrrr@chromium.org2009-10-271-3/+14
| | | | | | | | | reporteed. I think this may increase the popularity and usability of our tools. Review URL: http://codereview.chromium.org/343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30246 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress one more data race in test_shell on WeakReferencetimurrrr@chromium.org2009-10-271-1/+9
| | | | | | | | BUG=24715 TBR=dank Review URL: http://codereview.chromium.org/339022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30182 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cctimurrrr@chromium.org2009-10-271-10/+0
| | | | | | | | | | This race was already suppressed, but the existing suppression doesn't work if the order of accesses is different. We can prepare a suppression to make TSAN bots silent but it will be way too wide. I think adding one line of annotation with comment (twice) is better in terms of precision. BUG=25841 Review URL: http://codereview.chromium.org/339008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30181 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed a few data races in BookmarkModelWorkertimurrrr@chromium.org2009-10-271-0/+6
| | | | | | | | BUG=25915 TBR=dank Review URL: http://codereview.chromium.org/340001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30180 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed a data race in libjingle, re-grouped suppressions for ↵timurrrr@chromium.org2009-10-271-13/+21
| | | | | | | | | | third_party races. BUG=25913 TBR=dank Review URL: http://codereview.chromium.org/333047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30178 0039d316-1c4b-4281-b951-d872f2087c98