summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Set GTEST_DEATH_TEST_USE_FORK environment variable to make death tests valgri...timurrrr@chromium.org2009-10-262-4/+4
* Ignore a few more string functions to suppress reports on *_empty_rep_storage*timurrrr@chromium.org2009-10-261-2/+5
* Remove a valgrind suppression for skia::BGRAConvolve2D() leak. This hasn't b...senorblanco@chromium.org2009-10-241-25/+0
* donehclam@chromium.org2009-10-231-15/+0
* Add/widen suppressions for Mac UI valgrind botsstuartmorgan@chromium.org2009-10-232-4/+46
* Added a suppression for http://crbug.com/25645timurrrr@chromium.org2009-10-231-0/+8
* Added base::subtle::NoBarrier_CompareAndSwap and base::subtle::NoBarrier_Store timurrrr@chromium.org2009-10-231-0/+2
* Remove suppression for probably-fixed bugdkegel@google.com2009-10-221-6/+0
* Remove ThreadSanitizer suppression for bug 15147.eroman@chromium.org2009-10-211-7/+0
* Update valgrind to fix one problem with 64 bit code, and a regression running...dkegel@google.com2009-10-213-0/+43
* Add new variant of the safe browsing leak.nsylvain@chromium.org2009-10-211-0/+15
* Added a suppression for data race on vfptr in base::Threadtimurrrr@chromium.org2009-10-211-1/+8
* Added a suppression for another benign race in ICU, widen one old suppression.timurrrr@chromium.org2009-10-211-0/+8
* WebKit merge 49872:49896.yutak@chromium.org2009-10-211-8/+0
* Suppress more ScriptString errors.tkent@chromium.org2009-10-211-2/+2
* Widen one suppression for x86_64, add a new upstream one.dkegel@google.com2009-10-201-1/+11
* Add suppression for new memory leak caused by WebKit merge 49830:49844.yutak@chromium.org2009-10-201-0/+8
* Remove suppression for 20939, fixed in webkit r49609.mattm@chromium.org2009-10-161-7/+0
* Remove a stray line from the valgrind suppressionsstuartmorgan@chromium.org2009-10-151-1/+0
* Add a new valgrind suppression, and widen an over-specified suppressionstuartmorgan@chromium.org2009-10-151-11/+10
* Suppress a benign data race inside PCMQueueOutAudioOutputStream::Stoptimurrrr@chromium.org2009-10-151-2/+15
* Fix harfbuzz read past end of string on arabic text.mattm@chromium.org2009-10-151-25/+0
* Added suppressions for two real races and one benigntimurrrr@chromium.org2009-10-141-7/+31
* Fix parsing of the first race report for ThreadSanitizertimurrrr@chromium.org2009-10-131-6/+7
* Suppressed test-only race on bool, improved existing suppressions.timurrrr@chromium.org2009-10-131-3/+19
* Suppress memory errors on linux valgrind botshclam@chromium.org2009-10-101-0/+26
* Fix another race condition on worker process shutdown that results in use-aft...jam@chromium.org2009-10-101-34/+0
* Fix Valgrind UMR errors by initializing thumbnail pixels.huanr@chromium.org2009-10-091-11/+0
* Suppress two data races in Chromium and a couple of races in libctimurrrr@chromium.org2009-10-091-0/+32
* Spellchecker:estade@chromium.org2009-10-091-22/+0
* Add a variant valgrind suppression for bug 23018.eroman@chromium.org2009-10-091-6/+11
* Remove unused valgrind suppression.eroman@chromium.org2009-10-081-6/+0
* Remove a valgrind suppression which isn't being used.eroman@chromium.org2009-10-081-40/+0
* Remove suppression for bug 22031.eroman@chromium.org2009-10-081-8/+0
* Move bug_17996 to the intentional section of the valgrind suppressions file, ...jhawkins@chromium.org2009-10-081-7/+8
* Suppress a memory leak and a use-after-free error spotted on the bots.jhawkins@chromium.org2009-10-081-0/+41
* Remove fixed bug 18984 from suppressions list.huanr@chromium.org2009-10-081-16/+0
* Add back a suppression, in widened form, that was recently removeddank@chromium.org2009-10-071-0/+13
* Remove 20778 from suppressions list as it got fixed.huanr@chromium.org2009-10-071-5/+0
* Don't use -j4 to build gdb, it seems unsafe on mac.dank@chromium.org2009-10-071-9/+14
* Valgrind: Remove suppressions that have not been used in the last 100 runs on...jhawkins@chromium.org2009-10-071-575/+0
* Revert r28275, because I didn't use all the Mac valgrind bots when removing s...jhawkins@chromium.org2009-10-071-0/+735
* Added another CoreAudio ThreadSanitizer suppression.scherkus@chromium.org2009-10-071-4/+2
* 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