summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/valgrind_test.py
Commit message (Expand)AuthorAgeFilesLines
* This CL adds gdb_helper to tsan_analyze.py, making thetimurrrr@chromium.org2009-10-011-1/+7
* Print suppressions used by ThreadSanitizer.timurrrr@chromium.org2009-09-301-0/+3
* This CL adds the facility of providing Linux- andtimurrrr@chromium.org2009-09-281-3/+14
* Remove --smc-check=all option for Valgrind.timurrrr@chromium.org2009-09-231-1/+0
* Update to valgrind-3.5.0. From timur, http://codereview.chromium.org/190008dkegel@google.com2009-09-031-3/+2
* Reland 24548 without the symlink code which broke the build.dank@chromium.org2009-08-271-1/+1
* Reverting 24548.dank@chromium.org2009-08-261-13/+1
* Fix gdb line number lookup on the mac.dank@chromium.org2009-08-261-1/+13
* Fall back to using gdb to look up line numbers if needed in tools/valgrind/ch...dank@chromium.org2009-08-211-1/+3
* Add --gtest_repeat option to valgrind/chrome_tests.pymattm@chromium.org2009-08-191-0/+4
* Update to current Valgrind and tsan.dank@chromium.org2009-08-121-35/+19
* Part 2 of secret plan to speed up valgrind log processing.dank@chromium.org2009-07-231-0/+2
* Don't kill dsymutil after it finishes.dank@chromium.org2009-07-231-3/+5
* Valgrind doesn't have an option (yet) to put suppressions into its xmldkegel@google.com2009-07-161-1/+2
* Patch from timurrrr: Re-factor valgrind scripts to add tsan supportdkegel@google.com2009-07-161-197/+315
* Make sure we end up with an executable binary when juggling stripped binaries...stuartmorgan@chromium.org2009-07-091-0/+1
* Fix tools/valgrind/chrome_tests.sh to always use --log-file optiondank@chromium.org2009-07-071-8/+15
* Increase valgrind's --num-callers to 50nirnimesh@chromium.org2009-06-111-1/+1
* mac valgrind bot: Make running dsymutil an option for now, since it slows dow...dkegel@google.com2009-05-061-8/+16
* mac valgrind: remove special case in python script.dkegel@google.com2009-05-041-49/+13
* Patch from kcc to add a --custom_valgrind_command flag, for use with e.g. thr...dkegel@google.com2009-04-241-21/+30
* - Add support for platform specific suppression files for Valgrindnirnimesh@chromium.org2009-04-061-2/+2
* Run dsymutil before valgrind (Mac)mark@chromium.org2009-03-271-0/+63
* Support --track_origins option.dkegel@google.com2009-03-271-2/+6
* When running ui_tests, need to tell valgrind to also trace child processes.dkegel@google.com2009-03-261-1/+31
* Enable suppressions in Valgrindnirnimesh@chromium.org2009-03-251-4/+25
* Add --show_all_leaks option. dkegel@google.com2009-03-201-1/+12
* Implement --verbose in valgrind_test.py to make chrome_tests.py -v happydkegel@google.com2009-03-201-0/+11
* Call two more shutdown functions, and set an environment variable, dkegel@google.com2009-03-191-0/+3
* Add --gtest_filter option to valgrind_test.pydkegel@google.com2009-03-171-3/+5
* Ignore memory leaks in valgrind builder for now.dkegel@google.com2009-03-171-1/+2
* Minor changes to valgrind test scripts to add running on additional unitnirnimesh@chromium.org2009-03-041-1/+3
* Submitting nirnimesh's changes.jrg@chromium.org2009-02-271-38/+83
* The ubuntu version of valgrind doesn't have "--track-origins".erg@google.com2009-01-161-1/+3
* Add support for per-module suppression files.erg@google.com2009-01-091-8/+12
* Make a valgrind tool in the same vein as the purify one.erg@google.com2009-01-091-0/+154