CMake/Tests/RunCMake/CTestMemcheck
Brad King 1651dc9668 Tests: Move CTestTestMemcheck cases into a RunCMake.CTestMemcheck test
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.
2014-12-18 10:12:15 -05:00
..
CMakeLists.txt.in
CTestConfig.cmake.in
DummyAddressSanitizer-result.txt
DummyAddressSanitizer-stderr.txt
DummyAddressSanitizer-stdout.txt
DummyBC-result.txt
DummyBC-stderr.txt
DummyBC-stdout.txt
DummyBCNoLogFile-result.txt
DummyBCNoLogFile-stderr.txt
DummyBCNoLogFile-stdout.txt
DummyLeakSanitizer-result.txt
DummyLeakSanitizer-stderr.txt
DummyLeakSanitizer-stdout.txt
DummyMemorySanitizer-result.txt
DummyMemorySanitizer-stderr.txt
DummyMemorySanitizer-stdout.txt
DummyPurify-result.txt
DummyPurify-stderr.txt
DummyPurify-stdout.txt
DummyPurifyNoLogFile-result.txt
DummyPurifyNoLogFile-stderr.txt
DummyPurifyNoLogFile-stdout.txt
DummyThreadSanitizer-result.txt
DummyThreadSanitizer-stderr.txt
DummyThreadSanitizer-stdout.txt
DummyUndefinedBehaviorSanitizer-result.txt
DummyUndefinedBehaviorSanitizer-stderr.txt
DummyUndefinedBehaviorSanitizer-stdout.txt
DummyValgrind-result.txt
DummyValgrind-stderr.txt
DummyValgrind-stdout.txt
DummyValgrindCustomOptions-result.txt
DummyValgrindCustomOptions-stderr.txt
DummyValgrindCustomOptions-stdout.txt
DummyValgrindFailPost-result.txt
DummyValgrindFailPost-stderr.txt
DummyValgrindFailPost-stdout.txt
DummyValgrindFailPre-result.txt
DummyValgrindFailPre-stderr.txt
DummyValgrindFailPre-stdout.txt
DummyValgrindIgnoreMemcheck-result.txt
DummyValgrindIgnoreMemcheck-stderr.txt
DummyValgrindIgnoreMemcheck-stdout.txt
DummyValgrindInvalidSupFile-result.txt
DummyValgrindInvalidSupFile-stderr.txt
DummyValgrindInvalidSupFile-stdout.txt
DummyValgrindNoLogFile-result.txt
DummyValgrindNoLogFile-stderr.txt
DummyValgrindNoLogFile-stdout.txt
DummyValgrindPrePost-result.txt
DummyValgrindPrePost-stderr.txt
DummyValgrindPrePost-stdout.txt
DummyValgrindTwoTargets-result.txt
DummyValgrindTwoTargets-stderr.txt
DummyValgrindTwoTargets-stdout.txt
NotExist-result.txt
NotExist-stderr.txt
NotExist-stdout.txt
RunCMakeTest.cmake
Unknown-result.txt
Unknown-stderr.txt
Unknown-stdout.txt
test.cmake.in
testAddressSanitizer.cmake
testLeakSanitizer.cmake
testMemorySanitizer.cmake
testThreadSanitizer.cmake
testUndefinedBehaviorSanitizer.cmake