summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan_analyze.py
Commit message (Expand)AuthorAgeFilesLines
* Print the TSan/Dr.Memory reports count to stdout instead of stderr; otherwisetimurrrr@chromium.org2011-12-211-1/+2
* Fix tsan_rv as it was broken due to recent "testcase" failurestimurrrr@chromium.org2011-12-081-0/+1
* TSan: print error reports to stdout instead of stderrtimurrrr@chromium.org2011-12-061-1/+4
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-5/+7
* Refactor "Suppressions used" printing code in memcheck and tsan analyzer scriptstimurrrr@chromium.org2011-11-251-18/+12
* Print out the ui_test test case in the reportstimurrrr@chromium.org2011-11-111-2/+9
* Print suppression hashes for TSan reportstimurrrr@chromium.org2011-06-211-2/+11
* Quick-fix TSan sanity teststimurrrr@chromium.org2011-06-201-1/+1
* Add support for the TSan suppression generatortimurrrr@chromium.org2011-06-201-18/+47
* Print out TSan internal assertions as errorstimurrrr@chromium.org2011-04-111-3/+15
* 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