summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix an algorithm in sync-webkit-git to be much faster.evan@chromium.org2009-12-101-5/+37
| | | | | | | | | I've long known I needed to fix this, but today I was annoyed enough by it that I finally did it. Review URL: http://codereview.chromium.org/477005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34277 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
* Set svn:executable attribute for scipts from tools/heapcheck.timurrrr@chromium.org2009-12-092-0/+0
| | | | | | | | | | This patch was originally prepared by Alexander Potapenko (cc'ed) and reviewed as http://codereview.chromium.org/464032 TBR=dank Review URL: http://codereview.chromium.org/478003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34171 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the channel changer since it is no longer used.thomasvl@chromium.org2009-12-097-847/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/477004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34163 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
* Now that we append to this file instead of clobbering it each timejrg@chromium.org2009-12-071-9/+8
| | | | | | | | | (since tests are run one at a time) we need to delete it before we begin on Windows. Review URL: http://codereview.chromium.org/460129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34019 0039d316-1c4b-4281-b951-d872f2087c98
* Widen vista dual intl1 and morejs variance further.chase@chromium.org2009-12-071-2/+2
| | | | | | | | | | | | These test results are not that unexpected, the test just needs to be reset and variance increased. BUG=none TEST=vista intl1 and morejs are green Review URL: http://codereview.chromium.org/467040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34001 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectations for recent changes.chase@chromium.org2009-12-071-8/+8
| | | | | | | | | | | | | A DamageRects change sped up some dhtml performance tests. Other tests require a wider variance to avoid false alerts. BUG=none TEST=tests are green Review URL: http://codereview.chromium.org/460115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33984 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
* Modify windows code coverage pattern to dump info once per test andjrg@chromium.org2009-12-051-22/+34
| | | | | | | | concatenate instead of trying to collect all at once to avoid OOM problems. Review URL: http://codereview.chromium.org/460095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33916 0039d316-1c4b-4281-b951-d872f2087c98
* Reset perf expectations after reference build update.chase@chromium.org2009-12-041-36/+36
| | | | | | | | | BUG=29440 TEST=perf tests are green Review URL: http://codereview.chromium.org/466037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33845 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
* Add more perf expectations.chase@chromium.org2009-12-041-2/+22
| | | | | | | | | | | | | | | Adds dhtml/intl1/intl2 to all systems. Adds linux-release perf bot expectations. Also reset mac moz perf expectations and widen variance to avoid false positives. BUG=29318 TEST=perf tests are green Review URL: http://codereview.chromium.org/468014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33759 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac perf moz expectation.chase@chromium.org2009-12-031-1/+1
| | | | | | | | | BUG=29318 TEST=mac moz perf test goes green Review URL: http://codereview.chromium.org/466020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33707 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
* Add perf expectations for vista, other tests.chase@chromium.org2009-12-031-0/+16
| | | | | | | | | BUG=29318 TEST=perf tests are green Review URL: http://codereview.chromium.org/464019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33699 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off exclusions for windows coveragejrg@chromium.org2009-12-031-2/+4
| | | | | | Review URL: http://codereview.chromium.org/455040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33655 0039d316-1c4b-4281-b951-d872f2087c98
* Add hard-coded win paths so bb happy.jrg@chromium.org2009-12-031-0/+4
| | | | | | Review URL: http://codereview.chromium.org/465020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33651 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
* Created tools/heapcheck with scripts for running heapchecker-enabled tests.timurrrr@chromium.org2009-12-015-0/+800
| | | | | | | | | | | | | | | chrome_tests.sh -- a frontend for the buildbot slave to run the tests under heap leak checker. chrome_tests.py -- almost copied from the similar scripts in ../valgrind/ and ../purify/, invokes heapcheck_test.py for each target. heapcheck_test.py -- runs a single test, processes the logs and applies suppressions to the reports returned by the heap checker. heapcheck_std.sh -- a tiny wrapper for IO redirection. suppressions.py -- provides the support for Valgrind-style stack trace suppressions. This patch was originally prepared by Alexander Potapenko (cc'ed) as http://codereview.chromium.org/400010 TBR=dank,erikkay Review URL: http://codereview.chromium.org/455021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33451 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