summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/valgrind_test.py
Commit message (Expand)AuthorAgeFilesLines
* Add win32 gtest filter files shared between Wine and TSan/Windowstimurrrr@chromium.org2010-03-301-7/+5
* More file-prefix-to-cut and cut-stack-below filterstimurrrr@chromium.org2010-03-241-0/+10
* Run new self-contained binaries for TSantimurrrr@chromium.org2010-03-191-3/+14
* Ignore exit code of Layout teststimurrrr@chromium.org2010-03-041-5/+17
* Added sanity checks for base_unittests to Memcheck and ThreadSanitizer test r...glider@chromium.org2010-02-101-11/+13
* wine_valgrind: Use common Valgrind scripts to run Wine/Valgrind tests.thestig@chromium.org2010-02-081-15/+60
* valgrind: Fix typo.thestig@chromium.org2010-02-021-1/+1
* valgrind: Refactor valgrind tools to use Is{Linux,Mac,Win}() and PlatformName...thestig@chromium.org2010-02-021-12/+15
* Made chrome_test to fail when the test itself failed.oshima@chromium.org2009-12-121-9/+10
* Fix valgrind run.maruel@chromium.org2009-11-231-2/+1
* Make --ignore-in-dtor=no the default ThreadSanitizer option.timurrrr@chromium.org2009-10-301-1/+7
* Added printing of a couple of links to documentation in case warnings are rep...timurrrr@chromium.org2009-10-271-3/+14
* Set GTEST_DEATH_TEST_USE_FORK environment variable to make death tests valgri...timurrrr@chromium.org2009-10-261-0/+2
* 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