summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Wait for valgrind to finish (the python script already does this, just forgot)dank@chromium.org2009-07-201-1/+14
* Suppress two or so leaks and one invalid read in layout_testsdank@chromium.org2009-07-181-0/+38
* Script to valgrind layout testsdank@chromium.org2009-07-181-0/+23
* Suppress yet another UtilityProcessHostTest.ExtensionUnpacker leak.dkegel@google.com2009-07-171-0/+7
* Suppress both leaks mentioned in bug16625 on both mac and linux.dkegel@google.com2009-07-171-0/+11
* Another occasional leak in WebCore::HTMLNames::init()dkegel@google.com2009-07-171-1/+13
* Fix wayward Q left over from debugging.dkegel@google.com2009-07-171-1/+1
* Fixes a leak in [LinkInfoBarController addAdditionalControls].rohitrao@chromium.org2009-07-171-30/+0
* Reland http://codereview.chromium.org/155465dank@chromium.org2009-07-172-17/+7
* Unbreak demangling on macdank@chromium.org2009-07-171-1/+2
* Temporary suppression for infobar leaknirnimesh@chromium.org2009-07-171-0/+29
* Valgrind doesn't have an option (yet) to put suppressions into its xmldkegel@google.com2009-07-162-5/+24
* Add two ui_test suppressions, widen another, to make my home jaunty system happydkegel@google.com2009-07-161-2/+27
* Patch from timurrrr: Re-factor valgrind scripts to add tsan supportdkegel@google.com2009-07-169-249/+521
* Reverting 20592. Causing a bunch of valgrind MAC redness.mhm@chromium.org2009-07-142-7/+17
* Bug 15762 happens on Linux, too, so move suppression to generic file.dkegel@google.com2009-07-142-17/+7
* Widen two suppressions that weren't matching properly on my ghardy box.dkegel@google.com2009-07-131-10/+1
* Add yet more suppressions to make the ui_tests not spew warnings under valgrinddkegel@google.com2009-07-131-0/+93
* Point to correct app test binarynirnimesh@chromium.org2009-07-101-1/+1
* Make sure we end up with an executable binary when juggling stripped binaries...stuartmorgan@chromium.org2009-07-091-0/+1
* Support running app_unittests under Valgrindnirnimesh@chromium.org2009-07-091-0/+4
* Add more suppressions, adapt more to work on hardy (and not just jaunty), fix...dkegel@google.com2009-07-091-30/+101
* Add temporary suppressions for a couple of newly-file Mac leaks.stuartmorgan@chromium.org2009-07-081-0/+25
* Fix a leak of the new location GURL by NotificationTask when doing a redirect.eroman@chromium.org2009-07-081-25/+0
* Shuffle the Mac valgind suppressions around a bit to match the other suppress...stuartmorgan@chromium.org2009-07-081-104/+118
* Add a suppression for a leak the Mac UI tests get when plugins are first loaded.stuartmorgan@chromium.org2009-07-081-0/+14
* Fix subtle whitespace problem. Lesson: never copy and paste a suppressiondank@chromium.org2009-07-071-10/+10
* Rejigger a few suppressions to fire properly on the buildbots.dank@chromium.org2009-07-071-2/+28
* Widen a couple suppressions, add a few more.dank@chromium.org2009-07-071-2/+29
* Suppress a wad of valgrind warnings that happen in nearly every ui test.dank@chromium.org2009-07-071-0/+87
* Fix tools/valgrind/chrome_tests.sh to always use --log-file optiondank@chromium.org2009-07-071-8/+15
* Disable IPCSyncChannelTest.* under Valgrindnirnimesh@chromium.org2009-07-021-9/+14
* Suppress valgrind errors in Apple librariesnirnimesh@chromium.org2009-07-021-0/+18
* Fix the suppression using the output from valgrind.ojan@google.com2009-07-011-5/+15
* Add bug number now that the issue tracker is back up.ojan@google.com2009-07-011-2/+1
* Suppress valgrind error that started with r19701, whichojan@google.com2009-07-011-0/+8
* Fix forjrg@chromium.org2009-06-301-0/+12
* Widen /lib/ld.so suppression to match on 64 bit systems.dkegel@google.com2009-06-291-8/+6
* Teach the valgrind and layout tests about the output directory used by the Ma...dkegel@google.com2009-06-271-26/+40
* Add a framework leak suppression on the Mac.stuartmorgan@chromium.org2009-06-241-1/+11
* Add a switch to allow longer shutdown timeouts, since quitting under valgrind...stuartmorgan@chromium.org2009-06-191-1/+2
* Add a suppression for couple of valgrind warnings in OpenGL.framework initial...stuartmorgan@chromium.org2009-06-191-0/+7
* Remove valgrind suppression for BrowserWindowGtk::ConnectAccelerators().willchan@chromium.org2009-06-151-12/+0
* Increase valgrind's --num-callers to 50nirnimesh@chromium.org2009-06-111-1/+1
* Fix suppression with PNGEncoder::EncodeBGRASkBitmap()nirnimesh@chromium.org2009-06-091-3/+1
* Re-Retry. This is the change from hell.glen@chromium.org2009-06-061-0/+10
* Revert pngencoder changes.glen@chromium.org2009-06-051-10/+0
* Retry. I believe the code (with your width() * bbp fix) is correct.glen@chromium.org2009-06-051-0/+10
* Broaden valgrind supression for known issue in zlib. This seems ok because th...aa@chromium.org2009-06-011-2/+1
* Add suppressions for uninitialized memory reference in PNGEncoder::EncodeBGRA...thestig@chromium.org2009-05-261-6/+24