Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2036] Add a note about not using obj: lines in suppressions | Mukund Sivaraman | 2012-06-13 | 1 | -0/+4 |
| | |||||
* | Add comment about demangling symbols in the suppressions | Mukund Sivaraman | 2012-06-12 | 1 | -0/+3 |
| | |||||
* | [2036] Integrate valgrind into our test suite | Mukund Sivaraman | 2012-06-12 | 1 | -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 |