summaryrefslogtreecommitdiffstats
path: root/src/valgrind-suppressions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [2036] Add a note about not using obj: lines in suppressionsMukund Sivaraman2012-06-131-0/+4
|
* Add comment about demangling symbols in the suppressionsMukund Sivaraman2012-06-121-0/+3
|
* [2036] Integrate valgrind into our test suiteMukund Sivaraman2012-06-121-0/+4
* Supply --enable-valgrind to configure to run tests (make check) under valgrind * Use two classes of suppressions files: + src/valgrind-suppressions for permanent suppressions that we never want to re-consider again + src/valgrind-suppressions.revisit for temporary suppressions (such as issues in testcases) that are not a priority to fix, but we'd like to fix them sometime