summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce number of slices when running UI tests under purifyhuanr@chromium.org2009-07-171-2/+2
* 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
* Use the new cov-analyze options recommended by Coverity.wtc@chromium.org2009-07-161-3/+11
* Running UI tests with slices under purify.huanr@chromium.org2009-07-141-1/+61
* 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
* Remove svn:executable property from files that don't need it.thestig@chromium.org2009-07-082-0/+0
* 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
* Beginning of code coverage on Windows.jrg@chromium.org2009-07-071-23/+153
* 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
* Add the README.chromium for the symbol and source server scripts.deanm@chromium.org2009-07-071-0/+14
* Add the symbol and source server scripts.deanm@chromium.org2009-07-075-0/+4034
* 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
* Add common page_cycler and checkout acid3 cycler.cmp@google.com2009-06-303-0/+399
* 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
* Fix Linux code coverage.jrg@chromium.org2009-06-222-11/+4
* Add a switch to allow longer shutdown timeouts, since quitting under valgrind...stuartmorgan@chromium.org2009-06-191-1/+2
* Instead of try:-except:-finally:, use nested try:-except: withinsgk@google.com2009-06-191-28/+29