summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-05-04 15:19:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-05-04 15:19:34 (GMT)
commit949853b04726cee02873da34d753dd94740345fe (patch)
treef05b5b7ae1bb6db23d4f8c8a505a933663dbe619 /config
parent74f3326a67da158d8a808f92c59cae6e762c7c21 (diff)
downloadhdf5-949853b04726cee02873da34d753dd94740345fe.zip
hdf5-949853b04726cee02873da34d753dd94740345fe.tar.gz
hdf5-949853b04726cee02873da34d753dd94740345fe.tar.bz2
[svn-r29864] Add ignore test names for Valgrind process.
Add files to clear test generated files tests.
Diffstat (limited to 'config')
-rw-r--r--config/cmake/CTestCustom.cmake13
1 files changed, 10 insertions, 3 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake
index 85f7d27..a1cbb0c 100644
--- a/config/cmake/CTestCustom.cmake
+++ b/config/cmake/CTestCustom.cmake
@@ -1,5 +1,5 @@
set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000)
-
+
set (CTEST_CUSTOM_WARNING_EXCEPTION
${CTEST_CUSTOM_WARNING_EXCEPTION}
# "H5detect.c.[0-9]+.[ \t]*:[ \t]*warning C4090:"
@@ -16,7 +16,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION
# "note: expanded from macro"
# "fpp:[ \t]*warning:[ \t]*cannot remove H5_DEBUG_API - not a predefined macro"
)
-
+
set (CTEST_CUSTOM_MEMCHECK_IGNORE
${CTEST_CUSTOM_MEMCHECK_IGNORE}
H5TEST-flush1 #designed to fail
@@ -37,7 +37,9 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE
PERFORM_h5perform-clear-objects
HL_TOOLS-clear-objects
HL_test-clear-objects
- HL_fortran_test-clear-objects
+ HL_FORTRAN_test-clear-objects
+ FORTRAN_testhdf5-clear-objects
+ CPP_testhdf5-clear-objects
######### tools/h5copy #########
H5COPY-clearall-objects
######### tools/h5diff #########
@@ -48,6 +50,7 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE
H5DUMP-XML-clearall-objects
H5DUMP_VDS-clearall-objects
######### tools/h5import #########
+ H5IMPORT-h5importtest-clear-objects
H5IMPORT-clear-objects
######### tools/h5jam #########
H5JAM-SETUP-N_twithub_u10_c-clear-objects
@@ -213,4 +216,8 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE
######### examples #########
EXAMPLES-clear-objects
CPP_ex-clear-objects
+ CPP_ex_tutr-clear-objects
+ HL_ex-clear-objects
+ f90_ex-clear-objects
+ HL_FORTRAN_f90_ex-clear-objects
)