summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_memcheck/DummyThreadSanitizer-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.
* Tests: Rename RunCMake.{CTestMemcheck => ctest_memcheck}Brad King2015-02-191-0/+1
Follow the convention of naming tests after the command they test.