diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-10 17:29:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-10 17:29:52 (GMT) |
commit | 09b11b5d6d022a4b40ae94c931c82bc29c204af3 (patch) | |
tree | bbb1ab23027aa2b112596243e2f78109304325ff | |
parent | 3b7a375179f7f32850780409ad46e08c53c04936 (diff) | |
download | hdf5-09b11b5d6d022a4b40ae94c931c82bc29c204af3.zip hdf5-09b11b5d6d022a4b40ae94c931c82bc29c204af3.tar.gz hdf5-09b11b5d6d022a4b40ae94c931c82bc29c204af3.tar.bz2 |
[svn-r19754] Added flush2 to list of memcheck ignore - flush2 needs flush1 to generate files
Bring r19753 back from trunk.
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 6d31051..8cc9844 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -15,6 +15,7 @@ SET (CTEST_CUSTOM_WARNING_EXCEPTION SET (CTEST_CUSTOM_MEMCHECK_IGNORE ${CTEST_CUSTOM_MEMCHECK_IGNORE} flush1 + flush2 h5test-clear-objects h5perform-clear-objects hl_test-clear-objects |