| Commit message (Expand) | Author | Age | Files | Lines |
* | + Use WINHEAP allocator for chromium under Dr. Memory | bruening@google.com | 2011-03-14 | 1 | -4/+65 |
* | Valgrind runners: add support for --tool_flags="--log_dir=DIR" so we can save... | timurrrr@chromium.org | 2011-03-03 | 1 | -13/+22 |
* | Remove Wine + Valgrind code since nobody is working on it. | thestig@chromium.org | 2011-02-18 | 1 | -48/+2 |
* | Valgrind runner: support --tool_flags="--leak-check=no" | timurrrr@chromium.org | 2011-02-15 | 1 | -1/+5 |
* | Dr. Memory - suppress some printing/ memory leaks, increase the number of cal... | timurrrr@chromium.org | 2010-12-30 | 1 | -0/+1 |
* | Don't run DecoderVp8Test.EncodeAndDecode under Dr.Memory | timurrrr@chromium.org | 2010-12-24 | 1 | -1/+1 |
* | Revert 69356 - Regenerate the root certificate and end-entity certificates us... | rsleevi@chromium.org | 2010-12-16 | 1 | -0/+9 |
* | Regenerate the root certificate and end-entity certificates used for various ... | rsleevi@chromium.org | 2010-12-16 | 1 | -9/+0 |
* | Revert a workaround & exclude filters for TSan/Win failures | timurrrr@chromium.org | 2010-11-10 | 1 | -5/+0 |
* | Temporary workaround -> ignore the Execute retcode on TSan/Win | timurrrr@chromium.org | 2010-11-09 | 1 | -0/+5 |
* | Hotfix Valgrind scripts to use the --show-possibly-lost option | glider@chromium.org | 2010-11-03 | 1 | -1/+1 |
* | Remove a temporary hack from the Dr. Memory runner; | timurrrr@chromium.org | 2010-10-27 | 1 | -4/+3 |
* | Fix for r62662 (Wrong -logdir path for Dr.Memory) | timurrrr@chromium.org | 2010-10-18 | 1 | -1/+1 |
* | Modify temp directory creation so that multiple instances of the script can b... | mrossetti@chromium.org | 2010-10-14 | 1 | -16/+10 |
* | Fix lost suppressions with --tool=tsan_rv and refactor chrome_tests/valgrind_... | timurrrr@chromium.org | 2010-09-22 | 1 | -29/+22 |
* | Improve the experience of using RaceVerifier TSan mode. | timurrrr@chromium.org | 2010-09-21 | 1 | -22/+57 |
* | Add default options for the RaceVerifier TSan mode. | timurrrr@chromium.org | 2010-09-15 | 1 | -13/+25 |
* | Add support for running Chromium tests under TSan in RaceVerifier mode. | timurrrr@chromium.org | 2010-09-14 | 1 | -6/+75 |
* | Fix valgrind_test.py to use gdb on Mac OS | glider@chromium.org | 2010-09-06 | 1 | -1/+1 |
* | Update Dr. Memory suppressions, runner (new options for 1.3.0) and analyzer (... | timurrrr@chromium.org | 2010-09-01 | 1 | -0/+1 |
* | Avoid duplicate error reports / suppressions when UI test reports are analyze... | timurrrr@chromium.org | 2010-07-29 | 1 | -8/+9 |
* | Set --free-is-write TSan flag default value to "no". | timurrrr@chromium.org | 2010-07-27 | 1 | -0/+13 |
* | Add a INFO string with a tip how to find Valgrind error reports in big log files | timurrrr@chromium.org | 2010-07-24 | 1 | -0/+1 |
* | Re-factor per-UI-test Valgrind code | timurrrr@chromium.org | 2010-07-24 | 1 | -65/+76 |
* | Skip sanity checks for TSan/Mac | timurrrr@chromium.org | 2010-06-29 | 1 | -0/+5 |
* | Replace --pure-happens-before with --hybrid flag (disabled by default) | timurrrr@chromium.org | 2010-06-16 | 1 | -5/+6 |
* | Add runner and analyzer for Dr.Memory | timurrrr@chromium.org | 2010-06-01 | 1 | -0/+68 |
* | Fix analyze on TSan/Win | timurrrr@chromium.org | 2010-05-19 | 1 | -2/+5 |
* | Fix a race on logfiles for UI tests | timurrrr@chromium.org | 2010-05-19 | 1 | -2/+4 |
* | Do Valgrind analyze separately for each UI test | timurrrr@chromium.org | 2010-05-18 | 1 | -7/+44 |
* | Extend Memcheck and ThreadSanitizer comments | timurrrr@chromium.org | 2010-05-13 | 1 | -2/+10 |
* | Re-factor valgrind_test.py (splitted Valgrind-specific stuff into a class) an... | timurrrr@chromium.org | 2010-05-13 | 1 | -143/+246 |
* | Change PYTHONPATH handling in tools/valgrind so we can un-revert http://coder... | timurrrr@chromium.org | 2010-04-30 | 1 | -3/+3 |
* | Add win32 gtest filter files shared between Wine and TSan/Windows | timurrrr@chromium.org | 2010-03-30 | 1 | -7/+5 |
* | More file-prefix-to-cut and cut-stack-below filters | timurrrr@chromium.org | 2010-03-24 | 1 | -0/+10 |
* | Run new self-contained binaries for TSan | timurrrr@chromium.org | 2010-03-19 | 1 | -3/+14 |
* | Ignore exit code of Layout tests | timurrrr@chromium.org | 2010-03-04 | 1 | -5/+17 |
* | Added sanity checks for base_unittests to Memcheck and ThreadSanitizer test r... | glider@chromium.org | 2010-02-10 | 1 | -11/+13 |
* | wine_valgrind: Use common Valgrind scripts to run Wine/Valgrind tests. | thestig@chromium.org | 2010-02-08 | 1 | -15/+60 |
* | valgrind: Fix typo. | thestig@chromium.org | 2010-02-02 | 1 | -1/+1 |
* | valgrind: Refactor valgrind tools to use Is{Linux,Mac,Win}() and PlatformName... | thestig@chromium.org | 2010-02-02 | 1 | -12/+15 |
* | Made chrome_test to fail when the test itself failed. | oshima@chromium.org | 2009-12-12 | 1 | -9/+10 |
* | Fix valgrind run. | maruel@chromium.org | 2009-11-23 | 1 | -2/+1 |
* | Make --ignore-in-dtor=no the default ThreadSanitizer option. | timurrrr@chromium.org | 2009-10-30 | 1 | -1/+7 |
* | Added printing of a couple of links to documentation in case warnings are rep... | timurrrr@chromium.org | 2009-10-27 | 1 | -3/+14 |
* | Set GTEST_DEATH_TEST_USE_FORK environment variable to make death tests valgri... | timurrrr@chromium.org | 2009-10-26 | 1 | -0/+2 |
* | This CL adds gdb_helper to tsan_analyze.py, making the | timurrrr@chromium.org | 2009-10-01 | 1 | -1/+7 |
* | Print suppressions used by ThreadSanitizer. | timurrrr@chromium.org | 2009-09-30 | 1 | -0/+3 |
* | This CL adds the facility of providing Linux- and | timurrrr@chromium.org | 2009-09-28 | 1 | -3/+14 |
* | Remove --smc-check=all option for Valgrind. | timurrrr@chromium.org | 2009-09-23 | 1 | -1/+0 |