summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-23 09:22:25 -0400
committerBrad King <brad.king@kitware.com>2015-07-31 09:27:01 -0400
commit129640f279259e51fbb0e81a5bec2ec2dfac543e (patch)
tree7d94923ccfd9b6272e6f5fef45c10c71ff0076f5 /CTestCustom.cmake.in
parentd0915bc86f294707411ae525e70fa20965f1aeec (diff)
downloadcmake-129640f279259e51fbb0e81a5bec2ec2dfac543e.tar.gz
CTestCustom: Ignore kwsys.testProcess-10 for MemCheck as KWSys does
The test covers exceptional behavior that leaks memory, so ignore it for dynamic analysis runs.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 7f20d10628..f29ac70aee 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -109,3 +109,7 @@ set(CTEST_CUSTOM_COVERAGE_EXCLUDE
# Exclude Qt source files from coverage results:
"[A-Za-z]./[Qq]t/qt-.+-opensource-src"
)
+
+list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
+ kwsys.testProcess-10 # See Source/kwsys/CTestCustom.cmake.in
+ )