summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan_analyze.py
Commit message (Expand)AuthorAgeFilesLines
* Hotfixed a typo in tsan_analyze.pyglider@chromium.org2010-09-291-1/+1
* Convert all the report stack lines to strings (better implementation of r60931)glider@chromium.org2010-09-291-5/+17
* Fixed the error when joining a list of _StackTraceLine instances.glider@chromium.org2010-09-291-1/+1
* Improve the experience of using RaceVerifier TSan mode.timurrrr@chromium.org2010-09-211-12/+25
* tsan_analyze.py now assumes that all ThreadSanitizer reports contain VIM folds.glider@chromium.org2010-08-261-20/+4
* Quick-fix for the usage of the old name of a renamed functiontimurrrr@chromium.org2010-08-251-1/+3
* Workaround bug 53198 - don't read non-race ThreadSanitizer warnings on Windowstimurrrr@chromium.org2010-08-241-1/+3
* Make tsan_analyze.py print ThreadSanitizer's warnings about lock violations.glider@chromium.org2010-08-241-11/+39
* Avoid duplicate error reports / suppressions when UI test reports are analyze...timurrrr@chromium.org2010-07-291-22/+27
* Better output format in drmemory_analyze.pytimurrrr@chromium.org2010-07-261-1/+1
* Do Valgrind analyze separately for each UI testtimurrrr@chromium.org2010-05-181-1/+1
* Run new self-contained binaries for TSantimurrrr@chromium.org2010-03-191-9/+0
* Added sanity checks for base_unittests to Memcheck and ThreadSanitizer test r...glider@chromium.org2010-02-101-2/+15
* Fix parsing of the first race report for ThreadSanitizertimurrrr@chromium.org2009-10-131-6/+7
* Fix suppression counts - ints were concatenated, not summed uptimurrrr@chromium.org2009-10-051-0/+1
* This CL adds gdb_helper to tsan_analyze.py, making thetimurrrr@chromium.org2009-10-011-28/+85
* Print suppressions used by ThreadSanitizer.timurrrr@chromium.org2009-09-301-11/+37
* Patch from timurrrr: Re-factor valgrind scripts to add tsan supportdkegel@google.com2009-07-161-0/+85