summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-20 20:04:06 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-20 20:04:06 (GMT)
commit2d7c01d1eb8254c3b5d4977428edcf1c2523bd5e (patch)
tree19b70ecd7c2f32d11a6dfff778f46baee60e8e42 /config
parenteb0cc7a5765b3b8b5d91da665e70c86e0b782c5d (diff)
downloadhdf5-2d7c01d1eb8254c3b5d4977428edcf1c2523bd5e.zip
hdf5-2d7c01d1eb8254c3b5d4977428edcf1c2523bd5e.tar.gz
hdf5-2d7c01d1eb8254c3b5d4977428edcf1c2523bd5e.tar.bz2
[svn-r19270] Add warning exceptions.
Add memcheck ignore.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/cmake/CTestCustom.ctest16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.ctest b/config/cmake/CTestCustom.ctest
index 23b4163..d55a559 100755
--- a/config/cmake/CTestCustom.ctest
+++ b/config/cmake/CTestCustom.ctest
@@ -1,2 +1,18 @@
SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1500)
+SET (CTEST_CUSTOM_WARNING_EXCEPTION
+ ${CTEST_CUSTOM_WARNING_EXCEPTION}
+ "H5detect.c.[0-9]+. : warning C4090:"
+ "testhdf5.h.[0-9]+. : warning C4005:"
+ "disabling jobserver mode"
+)
+
+SET (CTEST_CUSTOM_MEMCHECK_IGNORE
+ ${CTEST_CUSTOM_MEMCHECK_IGNORE}
+ H5DUMP
+ H5DIFF
+ H5REPACK
+ H5STAT
+ H5COPY
+ H5LS
+)