summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/valgrind_test.py
Commit message (Expand)AuthorAgeFilesLines
* Enable --smc-check=all for Memcheck on Mac OS to see if it helps to get rid o...glider@chromium.org2011-04-211-1/+6
* + Use WINHEAP allocator for chromium under Dr. Memorybruening@google.com2011-03-141-4/+65
* Valgrind runners: add support for --tool_flags="--log_dir=DIR" so we can save...timurrrr@chromium.org2011-03-031-13/+22
* Remove Wine + Valgrind code since nobody is working on it.thestig@chromium.org2011-02-181-48/+2
* Valgrind runner: support --tool_flags="--leak-check=no"timurrrr@chromium.org2011-02-151-1/+5
* Dr. Memory - suppress some printing/ memory leaks, increase the number of cal...timurrrr@chromium.org2010-12-301-0/+1
* Don't run DecoderVp8Test.EncodeAndDecode under Dr.Memorytimurrrr@chromium.org2010-12-241-1/+1
* Revert 69356 - Regenerate the root certificate and end-entity certificates us...rsleevi@chromium.org2010-12-161-0/+9
* Regenerate the root certificate and end-entity certificates used for various ...rsleevi@chromium.org2010-12-161-9/+0
* Revert a workaround & exclude filters for TSan/Win failurestimurrrr@chromium.org2010-11-101-5/+0
* Temporary workaround -> ignore the Execute retcode on TSan/Wintimurrrr@chromium.org2010-11-091-0/+5
* Hotfix Valgrind scripts to use the --show-possibly-lost optionglider@chromium.org2010-11-031-1/+1
* Remove a temporary hack from the Dr. Memory runner;timurrrr@chromium.org2010-10-271-4/+3
* Fix for r62662 (Wrong -logdir path for Dr.Memory)timurrrr@chromium.org2010-10-181-1/+1
* Modify temp directory creation so that multiple instances of the script can b...mrossetti@chromium.org2010-10-141-16/+10
* Fix lost suppressions with --tool=tsan_rv and refactor chrome_tests/valgrind_...timurrrr@chromium.org2010-09-221-29/+22
* Improve the experience of using RaceVerifier TSan mode.timurrrr@chromium.org2010-09-211-22/+57
* Add default options for the RaceVerifier TSan mode.timurrrr@chromium.org2010-09-151-13/+25
* Add support for running Chromium tests under TSan in RaceVerifier mode.timurrrr@chromium.org2010-09-141-6/+75
* Fix valgrind_test.py to use gdb on Mac OSglider@chromium.org2010-09-061-1/+1
* Update Dr. Memory suppressions, runner (new options for 1.3.0) and analyzer (...timurrrr@chromium.org2010-09-011-0/+1
* Avoid duplicate error reports / suppressions when UI test reports are analyze...timurrrr@chromium.org2010-07-291-8/+9
* Set --free-is-write TSan flag default value to "no".timurrrr@chromium.org2010-07-271-0/+13
* Add a INFO string with a tip how to find Valgrind error reports in big log filestimurrrr@chromium.org2010-07-241-0/+1
* Re-factor per-UI-test Valgrind codetimurrrr@chromium.org2010-07-241-65/+76
* Skip sanity checks for TSan/Mactimurrrr@chromium.org2010-06-291-0/+5
* Replace --pure-happens-before with --hybrid flag (disabled by default)timurrrr@chromium.org2010-06-161-5/+6
* Add runner and analyzer for Dr.Memorytimurrrr@chromium.org2010-06-011-0/+68
* Fix analyze on TSan/Wintimurrrr@chromium.org2010-05-191-2/+5
* Fix a race on logfiles for UI teststimurrrr@chromium.org2010-05-191-2/+4
* Do Valgrind analyze separately for each UI testtimurrrr@chromium.org2010-05-181-7/+44
* Extend Memcheck and ThreadSanitizer commentstimurrrr@chromium.org2010-05-131-2/+10
* Re-factor valgrind_test.py (splitted Valgrind-specific stuff into a class) an...timurrrr@chromium.org2010-05-131-143/+246
* Change PYTHONPATH handling in tools/valgrind so we can un-revert http://coder...timurrrr@chromium.org2010-04-301-3/+3
* 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