summaryrefslogtreecommitdiffstats
path: root/src/kwsys
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-08-20 19:33:17 (GMT)
committerBrad King <brad.king@kitware.com>2015-08-20 19:33:17 (GMT)
commit2e55b356f9ed1a97d3bdfcb981c919b3d4defc7b (patch)
treef7bea725014991ab55bbc8e0e4525dfc45857b62 /src/kwsys
parent6cb2c2c134d8a766116589a49e86143f2434a568 (diff)
downloadCastXML-2e55b356f9ed1a97d3bdfcb981c919b3d4defc7b.zip
CastXML-2e55b356f9ed1a97d3bdfcb981c919b3d4defc7b.tar.gz
CastXML-2e55b356f9ed1a97d3bdfcb981c919b3d4defc7b.tar.bz2
KWSys: Remove source "CTestCustom.cmake.in" not used by CastXML
Diffstat (limited to 'src/kwsys')
-rw-r--r--src/kwsys/CTestCustom.cmake.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/kwsys/CTestCustom.cmake.in b/src/kwsys/CTestCustom.cmake.in
deleted file mode 100644
index d6f802e..0000000
--- a/src/kwsys/CTestCustom.cmake.in
+++ /dev/null
@@ -1,15 +0,0 @@
-# kwsys.testProcess-10 involves sending SIGINT to a child process, which then
-# exits abnormally via a call to _exit(). (On Windows, a call to ExitProcess).
-# Naturally, this results in plenty of memory being "leaked" by this child
-# process - the memory check results are not meaningful in this case.
-#
-# kwsys.testProcess-9 also tests sending SIGINT to a child process. However,
-# normal operation of that test involves the child process timing out, and the
-# host process kills (SIGKILL) it as a result. Since it was SIGKILL'ed, the
-# resulting memory leaks are not logged by valgrind anyway. Therefore, we
-# don't have to exclude it.
-
-set(CTEST_CUSTOM_MEMCHECK_IGNORE
- ${CTEST_CUSTOM_MEMCHECK_IGNORE}
- kwsys.testProcess-10
- )