summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_memcheck/DummyLeakSanitizerPrintDefects-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* ctest_memcheck: Change failure to find log file from error to warningBetsy McPhail2018-08-281-1/+0
| | | | | | | | | | | Sanitizers do not create a log file when no defects are found. Therefore, it is currently impossible for ctest_memcheck to set both `CAPTURE_CMAKE_ERROR` and `RETURN_VALUE` to zero. With defects, `CAPTURE_CMAKE_ERROR`=0 and `RETURN_VALUE`=-1, as expected. With no defects, `CAPTURE_CMAKE_ERROR`=-1 and `RETURN_VALUE`=0.
* ctest_memcheck: Add DEFECT_COUNT option to capture defect countBetsy McPhail2016-11-091-0/+1