summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestMemcheck/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Tests: Move CTestTestMemcheck tools into Tests/CMakeLibBrad King2014-12-181-41/+0
* Tests: Move CTestTestMemcheck cases into a RunCMake.CTestMemcheck testBrad King2014-12-181-249/+0
* tests: Add a test for ctest_memcheck MemorySanitizerBill Hoffman2014-10-071-0/+17
* tests: add a test for ctest_memcheck UndefinedBehaviorSanitizerBen Boeckel2014-10-071-0/+17
* Tests: Organize CTestTestMemcheck inner test codeBrad King2014-10-071-3/+5
* tests: set sanitizer options properlyBen Boeckel2014-10-061-2/+2
* Merge topic 'fix_sanitizer_test_to_work_with_sanitizer'Brad King2014-07-231-2/+2
|\
| * Fix leak and address sanitizer tests to be able to run with real tools.Bill Hoffman2014-07-221-2/+2
* | Tests/CTestTestMemcheck: Tolerate malloc guard in BC outputBill Hoffman2014-07-221-1/+1
|/
* ctest_memcheck: Add support for memory and leak sanitizer.Bill Hoffman2014-07-161-4/+35
* ctest_memcheck: Add support for ThreadSanitizerBill Hoffman2014-07-091-0/+18
* Tests/CTestTestMemcheck: Help Xcode 2.x create output dirsBrad King2014-03-261-8/+15
* Tests: allow valgrind test to pass with symlinked build dirNils Gladitz2013-12-141-1/+9
* CTestTestMemcheck: Fix matching of malloc debug messagesBrad King2013-09-131-1/+1
* CTestTestMemcheck: Tolerate trailing "==..." lines from valgrindBrad King2013-08-161-1/+2
* CTestTestMemcheck: Refactor output expectation regex generationBrad King2013-08-161-10/+26
* CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-071-6/+15
* Revert "CTest: fix pre and post test commands with spaces" (#13887)Rolf Eike Beer2013-07-271-1/+5
* Merge branch 'master' into escape-regex-specials-in-pathRolf Eike Beer2013-06-031-32/+109
|\
| * Tests: ignore GuardMalloc messages on all Apple build, not just XCode onesRolf Eike Beer2013-05-231-1/+1
| * Tests: ignore Guard Malloc messages in MemChecker testsRolf Eike Beer2013-05-141-1/+7
| * Tests: add a test with custom options passed to valgrindRolf Eike Beer2013-05-091-0/+9
| * Tests: add test for non-existent Valgrind suppression fileRolf Eike Beer2013-05-091-1/+7
| * Tests: verify that memory checker output files are always presentRolf Eike Beer2013-05-091-1/+26
| * Tests: remove code duplication in CTestTestMemCheck testsRolf Eike Beer2013-05-091-13/+40
| * CTest: remove unreachable code and CTestTestMemcheckUnknown testRolf Eike Beer2013-05-091-5/+3
| * Tests: create output files for all memory checkersRolf Eike Beer2013-05-091-14/+20
* | Fix test failures caused by regexp-sensitive characters in the build pathsModestas Vainius2013-06-031-4/+6
|/
* CTest: add a check with a quoted memory checkerRolf Eike Beer2012-10-041-4/+9
* CTest: add a test for CTEST_CUSTOM_MEMCHECK_IGNORERolf Eike Beer2012-10-041-1/+6
* CTest: add tests that simulate memcheck runsRolf Eike Beer2012-10-041-0/+71