summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Remove suppressions that have no been used in the last 100 runs on ...jhawkins@chromium.org2009-10-071-735/+0
* Valgrind suppression for recent leak that showed up.mattm@chromium.org2009-10-061-0/+26
* Suppress a UMR in chromium_jpeg_write_scanlines to get the tree greendkegel@google.com2009-10-051-0/+11
* Fix suppression counts - ints were concatenated, not summed uptimurrrr@chromium.org2009-10-051-0/+1
* Don't instrument Crypto API for ThreadSanitizer on Mactimurrrr@chromium.org2009-10-031-0/+6
* Widen an sqlite suppression to match the only warning that fireddkegel@google.com2009-10-021-3/+2
* This CL adds gdb_helper to tsan_analyze.py, making thetimurrrr@chromium.org2009-10-012-29/+92
* Add a suppression for AudioQueueStop report in media_unitteststimurrrr@chromium.org2009-10-011-1/+9
* Ignore PNG functions from WebKit, ignore V8 internalstimurrrr@chromium.org2009-10-011-2/+8
* Widen operator new(unsigned int) and operator new(int) in dkegel@google.com2009-09-302-31/+22
* Add a couple of new TSAN suppressions, fix an old onetimurrrr@chromium.org2009-09-302-2/+15
* Massage autogenerated suppressions to be more portabledkegel@google.com2009-09-301-1/+22
* Add bug 23450 to suppressions list.huanr@chromium.org2009-09-301-0/+34
* Print suppressions used by ThreadSanitizer.timurrrr@chromium.org2009-09-302-11/+40
* Add a couple of new ThreadSanitizer suppressionstimurrrr@chromium.org2009-09-301-0/+13
* Widen one suppression (to handle -fno-inline?).dank@chromium.org2009-09-301-1/+2
* Add a mac valgrind suppression.thestig@chromium.org2009-09-301-0/+10
* This CL relates to the known reports on std::string.timurrrr@chromium.org2009-09-291-1/+3
* Add ThreadSanitizer suppression for a debug-only data race in Threadtimurrrr@chromium.org2009-09-291-0/+6
* Don't instrument NSS - one more filtertimurrrr@chromium.org2009-09-291-0/+1
* A sqlite valgrind suppression for the mac.thestig@chromium.org2009-09-291-0/+8
* Valgrind suppressions for recent runs.thestig@chromium.org2009-09-291-0/+19
* Re-add valgrind suppression for bug 16584.thestig@chromium.org2009-09-291-0/+16
* Don't instrument NSS for ThreadSanitizertimurrrr@chromium.org2009-09-281-0/+5
* This CL adds the facility of providing Linux- andtimurrrr@chromium.org2009-09-282-3/+23
* Valgrind keeps complaining about:nsylvain@chromium.org2009-09-281-14/+1
* Add suppression for new memory leak that appeared during the WebKit deps roll.levin@chromium.org2009-09-271-0/+31
* Add a Valgrind suppression.thestig@chromium.org2009-09-261-0/+9
* Widen a valgrind suppression yet again.thestig@chromium.org2009-09-261-1/+1
* Widen a valgrind suppression.thestig@chromium.org2009-09-251-0/+1
* Combining suppressions for linux, win and mac into single file (with widening...dimich@google.com2009-09-252-44/+2
* Add a valgrind suppression.thestig@chromium.org2009-09-251-0/+8
* Add another Worker suppression for valgrind.dimich@google.com2009-09-251-0/+15
* Suppress valgrind leak from WebCore::CSSParser::createFloatingValueList.mattm@chromium.org2009-09-251-0/+18
* Add Workers valgrind failures (mem leaks) to Mac suppression lists. They are ...dimich@google.com2009-09-251-0/+18
* Removing valgrind suppressions that have not triggered in the last 100 runs. ...mattm@chromium.org2009-09-251-309/+0
* Add the stack signature of a small memory leak found in SessionHistoryTest.Hi...jshin@chromium.org2009-09-251-0/+22
* Add the stack for a small amount of memory leak introduced between r27050 and...jshin@chromium.org2009-09-241-0/+13
* Initialize user_gesture_observed_ in NavigationController constructor.mattm@chromium.org2009-09-241-6/+0
* Revise the stack signature for bug 22923.jshin@chromium.org2009-09-241-1/+0
* Explain one of our valgrind suppressions for sqlite and cite some URLs.mdm@chromium.org2009-09-241-1/+10
* Suppress a leak detected after some WorkerTests are enabled. jshin@chromium.org2009-09-241-0/+28
* Try to fix valgrind.thakis@chromium.org2009-09-241-11/+9
* TBR: nsylvain@chromium.orgthakis@chromium.org2009-09-241-0/+11
* Reland: Linux (nss) implementations of RSAPrivateKey and SignatureCreator.rafaelw@chromium.org2009-09-241-1/+10
* Remove --smc-check=all option for Valgrind.timurrrr@chromium.org2009-09-231-1/+0
* A small fix to Valgrind fork patchtimurrrr@chromium.org2009-09-231-16/+32
* Make valgrind.sh and chrome_tests.sh actually find valgrind-10880-redzonedkegel@google.com2009-09-232-6/+5
* Widen two valgrind suppressionsstuartmorgan@chromium.org2009-09-231-30/+2
* GDB wrapper refactoring for memcheck_analyze.pytimurrrr@chromium.org2009-09-232-76/+90