summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestMemcheck/DummyLeakSanitizer-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Move CTestTestMemcheck cases into a RunCMake.CTestMemcheck testBrad King2014-12-181-0/+2
The CTestTestMemcheck test cases all try to check the ctest output with a regular expression. They fail intermittently due to ordering of the portions of the output that come from stdout and stderr being mixed. Convert all the test cases to use the RunCMake infrastructure to match stdout and stderr separately.