summaryrefslogtreecommitdiffstats
path: root/test/tfile.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2019-06-24 19:59:15 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2019-06-24 19:59:15 (GMT)
commit3c9b147707b92565d31db65fa6b2393e257db443 (patch)
treef2be0e4ad664f4e21e289cacecb63121d8a16ed6 /test/tfile.c
parent2e973f7e12301975f9d8dfdd5534682525554e77 (diff)
parent35fd0ec8ceffe96cee352187154da15c967fb990 (diff)
downloadhdf5-3c9b147707b92565d31db65fa6b2393e257db443.zip
hdf5-3c9b147707b92565d31db65fa6b2393e257db443.tar.gz
hdf5-3c9b147707b92565d31db65fa6b2393e257db443.tar.bz2
Merge pull request #7 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds
* commit '35fd0ec8ceffe96cee352187154da15c967fb990': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID. Fix fortran test and test library linking Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Put the memcpy overlap check back into H5MM. Fixed the heap overflow in t_filters_parallel Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. Add lib dir for testing plugins Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings. Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues
Diffstat (limited to 'test/tfile.c')
-rw-r--r--test/tfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tfile.c b/test/tfile.c
index 140bd14..c15064a 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -1446,6 +1446,7 @@ test_obj_count_and_id(hid_t fid1, hid_t fid2, hid_t did, hid_t gid1,
case H5I_ERROR_CLASS:
case H5I_ERROR_MSG:
case H5I_ERROR_STACK:
+ case H5I_SPACE_SEL_ITER:
case H5I_NTYPES:
default:
ERROR("H5Fget_obj_ids");