diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-08-05 15:04:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-08-05 15:04:03 (GMT) |
commit | b82d72ff9b59bad68489ca02dbccd392f160a74f (patch) | |
tree | cf8807b23fbbb26413719f2df05e5da73c2d1343 | |
parent | beb4bff6686729d6eb91c6cb8014937341b42665 (diff) | |
download | hdf5-b82d72ff9b59bad68489ca02dbccd392f160a74f.zip hdf5-b82d72ff9b59bad68489ca02dbccd392f160a74f.tar.gz hdf5-b82d72ff9b59bad68489ca02dbccd392f160a74f.tar.bz2 |
[svn-r27464] Update list of ignore
-rw-r--r-- | config/cmake/CTestCustom.cmake | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 4df2c8c..ba6128d 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,9 +16,10 @@ 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} + H5PLUGIN-SKIPPED H5TEST-flush1 #designed to fail H5TEST-flush2 #designed to need flush1 H5TEST-error_test #uses runTest.cmake @@ -36,7 +37,11 @@ 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 + HL_ex-clear-objects + HL_CPP_ex_ptExampleFL-clear-objects + CPP_ex_tutr-clear-objects + f90_ex-clear-objects ######### tools/h5copy ######### H5COPY-clearall-objects ######### tools/h5diff ######### @@ -47,6 +52,7 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE H5DUMP-XML-clearall-objects ######### tools/h5import ######### H5IMPORT-clear-objects + H5IMPORT-h5importtest-clear-objects ######### tools/h5jam ######### H5JAM-SETUP-N_twithub_u10_c-clear-objects H5JAM-SETUP-N_twithub_u10_c |