summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add the stack for a small amount of memory leak introduced between r27050 ↵jshin@chromium.org2009-09-241-0/+13
| | | | | | | | | | | and r27060. BUG=22932 TEST=Linux valgrind bots do not fail. TBR=dank Review URL: http://codereview.chromium.org/235009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27116 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize user_gesture_observed_ in NavigationController constructor.mattm@chromium.org2009-09-241-6/+0
| | | | | | | | | BUG=18268 TEST=run the included test under valgrind without the navigation_controller.cc change, then with. The memcheck condititional jump error shouldn't fire with the fix. Review URL: http://codereview.chromium.org/220002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27105 0039d316-1c4b-4281-b951-d872f2087c98
* Revise the stack signature for bug 22923.jshin@chromium.org2009-09-241-1/+0
| | | | | | | | | | | | This is to cover one more instance (that shares the stack except for the 1st several frames) with the existing signature. BUG=22923 TEST=Linux valgrind bots do not spit errors with WorkerTest. TBR=atwilson Review URL: http://codereview.chromium.org/218031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27093 0039d316-1c4b-4281-b951-d872f2087c98
* Only generate grit header id values for messages that aretony@chromium.org2009-09-241-3/+6
| | | | | | | | used. This fixes a bug were we skip numbers in a header file. Review URL: http://codereview.chromium.org/233004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27087 0039d316-1c4b-4281-b951-d872f2087c98
* Explain one of our valgrind suppressions for sqlite and cite some URLs.mdm@chromium.org2009-09-241-1/+10
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/224011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27081 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak detected after some WorkerTests are enabled. jshin@chromium.org2009-09-241-0/+28
| | | | | | | | TBR=paul BUG=22923 Review URL: http://codereview.chromium.org/235006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27080 0039d316-1c4b-4281-b951-d872f2087c98
* Expectations for 3 perf systems on morejs and startup.chase@chromium.org2009-09-242-3/+9
| | | | | | | | | | | | | Set the perf expectations on linux, mac, and windows perf systems for the morejs and warm startup tests. Update comment in the perf_expectations unit test regex. BUG=18597 TEST=build.chromium.org perf slaves stay green Review URL: http://codereview.chromium.org/231017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27068 0039d316-1c4b-4281-b951-d872f2087c98
* Try to fix valgrind.thakis@chromium.org2009-09-241-11/+9
| | | | | | | TBR: mark@chromium.org (Since this looks like something you've dealt with before) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27050 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: nsylvain@chromium.orgthakis@chromium.org2009-09-241-0/+11
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27040 0039d316-1c4b-4281-b951-d872f2087c98
* Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator.rafaelw@chromium.org2009-09-241-1/+10
| | | | | | | | | | | | This relands: http://codereview.chromium.org/208032. Additionally, it fixes a memleak unconvered by valgrind, and adds a valgrind supression for a memleak discovered in the nss library. https://bugzilla.mozilla.org/show_bug.cgi?id=518443 BUG=20669 Review URL: http://codereview.chromium.org/218010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27033 0039d316-1c4b-4281-b951-d872f2087c98
* Remove --smc-check=all option for Valgrind.timurrrr@chromium.org2009-09-231-1/+0
| | | | | | | | | | This should be OK since http://src.chromium.org/viewvc/chrome?view=rev&revision=23306 This can speed up some tests by 10%...20% I was running Valgrind & TSAN with both patches locally for more than a month and everything was fine. Review URL: http://codereview.chromium.org/220013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26988 0039d316-1c4b-4281-b951-d872f2087c98
* A small fix to Valgrind fork patchtimurrrr@chromium.org2009-09-231-16/+32
| | | | | | | BUG=22563 Review URL: http://codereview.chromium.org/229001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26974 0039d316-1c4b-4281-b951-d872f2087c98
* Make valgrind.sh and chrome_tests.sh actually find valgrind-10880-redzonedkegel@google.com2009-09-232-6/+5
| | | | | | | | | (oops) Also say which valgrind is being used Review URL: http://codereview.chromium.org/233003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26967 0039d316-1c4b-4281-b951-d872f2087c98
* Widen two valgrind suppressionsstuartmorgan@chromium.org2009-09-231-30/+2
| | | | | | | | | | | | | | Account for a new frame in a leak. Widen a Cond suppression substantially, since it doesn't seem to matter how it was called. TBR=dank BUG=22702,22021 TEST=Mac and Linux valgrind bots Review URL: http://codereview.chromium.org/222006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26932 0039d316-1c4b-4281-b951-d872f2087c98
* GDB wrapper refactoring for memcheck_analyze.pytimurrrr@chromium.org2009-09-232-76/+90
| | | | | | | | | | | | (This changelist is prepared by Alexander Potapenko, cc'ed) This is a small refactoring that moves the GDB querying logic into a separate module to allow us using it from tsan_analyze as well (we need it finally). The diff is almost equal to http://codereview.chromium.org/175026, I've only swapped two lines to make it applicable to the current trunk version. Review URL: http://codereview.chromium.org/211023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26911 0039d316-1c4b-4281-b951-d872f2087c98
* Added a couple of TSAN suppressionstimurrrr@chromium.org2009-09-231-2/+12
| | | | | | Review URL: http://codereview.chromium.org/216050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26910 0039d316-1c4b-4281-b951-d872f2087c98
* More variants of the last valgrind suppressionsstuartmorgan@chromium.org2009-09-231-0/+16
| | | | | | | | | | | TBR=dank BUG=22702 TEST=Linux valgrind bots Review URL: http://codereview.chromium.org/222001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26889 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for a bad condition checkstuartmorgan@chromium.org2009-09-221-0/+19
| | | | | | | | | | | TBR=dank BUG=22702 TEST=Mac and Linux valgrind bots Review URL: http://codereview.chromium.org/214059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26874 0039d316-1c4b-4281-b951-d872f2087c98
* Restore a suppression that only seems to happen on some machines,dank@chromium.org2009-09-222-4/+86
| | | | | | | | | | | | add a couple new suppressions, widen a couple others, all found on a -O1 -fno-inlining big-redzone fishing expedition on mac 'caliban'. BUG=11134,20541,20459,20653,22450,22519 TEST="sh tools/valgrind/shard-all-tests.sh base_unittests net_unittests ui_tests unit_tests" on mac pro overnight Review URL: http://codereview.chromium.org/212028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26851 0039d316-1c4b-4281-b951-d872f2087c98
* Increase valgrind's redzone from 16 to 64 bytes.dank@chromium.org2009-09-223-12/+32
| | | | | | | | | | | | | If https://bugs.kde.org/show_bug.cgi?id=208197 is ever fixed, we can get rid of the patch and change the redzone size with a commandline option instead. Install to /usr/local/valgrind-10880-redzone to make it easier to tell which machines have the updated valgrind. Add DIRNAME variable to valgrind build script to simplify changing name of tarball/build dir/install dir. Also give -f option to mv because macosx's mv is timid about overwriting symlinks. Review URL: http://codereview.chromium.org/216048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26849 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regexp matching while looking for svn revision.kuchhal@chromium.org2009-09-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/207056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26838 0039d316-1c4b-4281-b951-d872f2087c98
* Upstreamed a Mac valgrind issue; updating suppressions list.avi@chromium.org2009-09-221-26/+14
| | | | | | | | | BUG=http://crbug.com/18189 TEST=valgrind should stay green; no real change in suppressions Review URL: http://codereview.chromium.org/212038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26808 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one suppressiontimurrrr@chromium.org2009-09-221-1/+2
| | | | | | Review URL: http://codereview.chromium.org/210037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26800 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for building and running valgrind on Ubuntuevan@chromium.org2009-09-222-1/+9
| | | | | | | | | | | - valgrind.sh is a bash script - Look for ld.single as well as ld.orig when searching for !gold ld Patch by Joel Stanley <joel@jms.id.au> Review URL: http://codereview.chromium.org/209009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26785 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a valgrind suppression slightlystuartmorgan@chromium.org2009-09-221-12/+2
| | | | | | | | | | | TBR=dank BUG=22559 TEST=Linux valgrind bots Review URL: http://codereview.chromium.org/207049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26766 0039d316-1c4b-4281-b951-d872f2087c98
* Add new suppressions for the new valgrind leaksnsylvain@chromium.org2009-09-211-0/+50
| | | | | | | bug:22559 Review URL: http://codereview.chromium.org/210034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26758 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative change - flush stdout to try to avoid valgrind output mixing with dkegel@google.com2009-09-211-0/+1
| | | | | | | | | | | | suppression count table (e.g. http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20(valgrind)(1)/builds/39/steps/valgrind%20test:%20ui/logs/stdio ) BUG=none TEST=verify suppression count table not intermixed with valgrind output Review URL: http://codereview.chromium.org/212039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26738 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a new Mac leakstuartmorgan@chromium.org2009-09-211-0/+10
| | | | | | | | | BUG=22544 TEST=Mac valgind bot Review URL: http://codereview.chromium.org/212036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26725 0039d316-1c4b-4281-b951-d872f2087c98
* Added a suppression for yet another data racetimurrrr@chromium.org2009-09-211-0/+6
| | | | | | Review URL: http://codereview.chromium.org/216038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26715 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak an existing Mac suppression for a stack changestuartmorgan@chromium.org2009-09-211-8/+2
| | | | | | | | | | | TBR=dank BUG=22021 TEST=Mac valgrind bots Review URL: http://codereview.chromium.org/212032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26690 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a benign race in SQLLitetimurrrr@chromium.org2009-09-211-0/+11
| | | | | | Review URL: http://codereview.chromium.org/212030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26679 0039d316-1c4b-4281-b951-d872f2087c98
* 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
* Don't include symlink to /usr/share/autofoo-baz/install-sh in valgrind tarball.dkegel@google.com2009-09-181-0/+7
| | | | | | | | | | | This avoids a problem building valgrind using MAKE_TARBLL=yes and USE_TARBALL=yes on a different system. BUG=none TEST=install valgrind as documented in our bot setup page on a system without auto* installed. Review URL: http://codereview.chromium.org/208027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26605 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a suppression for bug 18488 since it should be fixed already.timurrrr@chromium.org2009-09-181-8/+0
| | | | | | Review URL: http://codereview.chromium.org/215021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26593 0039d316-1c4b-4281-b951-d872f2087c98
* Remove MSVC build files that grit used to use. These havetony@chromium.org2009-09-184-148/+0
| | | | | | | | | long since been replaced by generated files from gyp. Review URL: http://codereview.chromium.org/213013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26581 0039d316-1c4b-4281-b951-d872f2087c98
* Added two suppressions for benign races in ICUtimurrrr@chromium.org2009-09-181-0/+14
| | | | | | Review URL: http://codereview.chromium.org/216004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26561 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
* r21342 moved IPC tests from unit_tests to ipc_tests,dkegel@google.com2009-09-171-1/+1
| | | | | | | | | | | | | | | | so tell chrome_tests.py to look in ipc rather than chrome for its gtest.txt file, and actually move it. (At least for valgrind. Purify may need the same change.) Disable IPCChannelTest.ChannelTest and VisitedLinkEventsTest.Coalescense on valgrind, as they hang there today on linux bots. BUG=22141,22146 TEST=none Review URL: http://codereview.chromium.org/165064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26453 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
* Revert r26376 "Expectations for 3 perf systems"chase@chromium.org2009-09-161-7/+3
| | | | | | | | BUG=18597 TBR=nsylvain Review URL: http://codereview.chromium.org/201138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26380 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
* Expectations for 3 perf systems on morejs and startup.chase@chromium.org2009-09-161-3/+7
| | | | | | | | | | | | | | | Set the perf expectations on linux, mac, and windows perf systems for the morejs and warm startup tests. The variance assumptions might require fine-tuning on the master to get right. We might be flaky to begin with, or may want to turn off the variance reporting altogether. BUG=18597 TEST=build.chromium.org perf slaves stay green Review URL: http://codereview.chromium.org/193083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26376 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