summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Remove Valgring suppressions for sync since the bug is fixed now.munjal@chromium.org2009-11-181-25/+0
| | | | | | Review URL: http://codereview.chromium.org/401019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32292 0039d316-1c4b-4281-b951-d872f2087c98
* Add three Valgrind suppressions for one leak and two invalid reads.idana@chromium.org2009-11-181-0/+70
| | | | | | | | | BUG=28071,28072,28073 TEST=none TBR=erikkay git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32242 0039d316-1c4b-4281-b951-d872f2087c98
* Added two suppressions for a leak and an invalid read in WebCore.idana@chromium.org2009-11-171-0/+52
| | | | | | | | | BUG=28026,28027 TEST=none TBR=erikkay git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32209 0039d316-1c4b-4281-b951-d872f2087c98
* Added suppressions for new Valgrind errors.idana@chromium.org2009-11-171-0/+234
| | | | | | | | | | BUG=27989,27991,27993 TEST=none TBR=erikkay Review URL: http://codereview.chromium.org/399038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32178 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression for a leak in ↵idana@chromium.org2009-11-171-0/+16
| | | | | | | | | | | | history::ExpireHistoryBackend::BroadcastDeleteNotifications. BUG=27936 TEST=none TBR=erikkay@chromium.org Review URL: http://codereview.chromium.org/400008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32148 0039d316-1c4b-4281-b951-d872f2087c98
* Increase mac morejs variance.chase@chromium.org2009-11-171-1/+1
| | | | | | | | | | | | Recent false positives on mac morejs page cycler have shown up. Increase the variance to squelch them. BUG=none TEST=mac morejs perf alerts are quelled Review URL: http://codereview.chromium.org/385122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32141 0039d316-1c4b-4281-b951-d872f2087c98
* Added a Valgrind suppression for an error in MessagePortDispatcher::Observeidana@chromium.org2009-11-171-0/+17
| | | | | | | | | | BUG=27922 TBR=erikkay@chromium.org TEST=none Review URL: http://codereview.chromium.org/402001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32140 0039d316-1c4b-4281-b951-d872f2087c98
* Added a few Valgrind suppressions related to the workers code.idana@chromium.org2009-11-161-2/+77
| | | | | | | | | | BUG=27827,27828,27829 TEST=none TBR=levin@chromium.org, atwilson@chromium.org, erikkay@chromium.org Review URL: http://codereview.chromium.org/385137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32069 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
* Update summarizing script for memory dump results.jar@chromium.org2009-11-091-8/+8
| | | | | | | | | | | v8 proved to be a very coarse bucket, and was too high up. I've added several buckets, and put in a section for drilling down on a specific bucket (contributions over a specific value). r=mbelshe Review URL: http://codereview.chromium.org/376003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31435 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
* Support running memory watch under vista, plus other tweaksjar@chromium.org2009-11-067-107/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version of memory_watcher can run under Vista, even though the recursive calls that it handles are appearing often enough that there is a performance penalty. With this landed, it may be possible for other folks to run the tool, and I can work on improving its performance. This CL also resolves the problem with hanging processes. Although memory reporting can only be done once, and it leaves a pile of memory "hanging around," the browser can be cleanly exited. Tweaks include outputing the aggregate stacks such that the largest stacks appear at the start of the output file. This version avoids ongoing aggregation of stats in favor of only doing the aggregation at dump-time. This probably enhances performance at run-time, although it is hidden (on Vista) by the recursive calling. This also simplifies the tracking code a fair amount. There is some evidence that a small number of duplicate calls are being made to "track" the same memory region, without an intervening free (i.e., call to "untrack"). The code to better diagnose this is currently in place, but ifdef'ed, as it is only useful under a debugger. Exercise of this code (turning a stack-frame list into a human readable stack trace string) currently causes some corruption shortly after it triggers, so I can't leave it on full time. r=mbelshe Review URL: http://codereview.chromium.org/366031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31299 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 verbosity from checkbins.py and print summary insteadscherkus@chromium.org2009-11-051-6/+11
| | | | | | | | | | BUG=25952 TEST=no more verbosity! Review URL: http://codereview.chromium.org/368002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31150 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
* Temporarily make checkbins.py print debugging information.scherkus@chromium.org2009-11-041-1/+4
| | | | | | | | | TEST=build bots should start spitting out debug info to stdio BUG=25952 TBR=maruel Review URL: http://codereview.chromium.org/342115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30932 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
* Tweak perl scripts in memwatcher tool area.jar@chromium.org2009-10-313-42/+84
| | | | | | | | | | | | | | | | | The results are now sorted before being output, so there is no need to pass the results through a sort filter. Byte counts are now printed with comma separators between groups of 3 digits, so that 1234567 is now output as 1,234,567. The summary.pl now has a number of more precise matches to better give a quick estimate of blame for each allocation stack. r=mbelshe Review URL: http://codereview.chromium.org/348034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30673 0039d316-1c4b-4281-b951-d872f2087c98
* Improve memwatch tool.jar@chromium.org2009-10-312-28/+24
| | | | | | | | | | | | | | I removed a leak of "stack" objects, and made them a little more lightweight by removing an unused member. This change is only part of an option for chrome, that is not currently linked in during any tests. It can only currently be used under XP, so build-bot tests are not currently appropriate. r=mbelshe Review URL: http://codereview.chromium.org/345033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30672 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
* Temporarily make checkbins.py return status 0 until I fix offending binaries.scherkus@chromium.org2009-10-301-1/+2
| | | | | | | | | | BUG=25952 TEST=always exists "successfully" Review URL: http://codereview.chromium.org/343068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30639 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