hdf5/test
Quincey Koziol f97d63cb95 [svn-r24869] Description:
Clean up more compiler warnings, plus merge a few Coverity bug fixes from
the hdf5_1_8_coverity branch back to the trunk:

r20877:
Purpose: Fix coverity issue 1723

Description:
Modified test_generate in hl/test_image to close file "f" before exit, even if
an error occurs.

r20879:
Issue 63: change check of return of H5Tget_nmembers to <=0. No need to go
futher if call fails as well as empty.

r20881:
Coverity #659 in Run 46: I changed the Line 442 where it tries to check whether
FLAG_PRINTED is TRUE.  But it had just been set to FALSE.  I took out the
condition check in the print statement.

Tested on:
    Mac OSX/64 10.9.2 (amazon) w/C++, FORTRAN & Parallel
    (too minor to require h5committest)
2014-03-23 01:27:57 -05:00
..
testfiles [svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to not add extra lines. 2014-01-27 09:26:21 -05:00
accum.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
app_ref.c
bad_compound.h5
be_data.h5
be_extlink1.h5
be_extlink2.h5
big.c [svn-r24358] Changed the big test so that it runs using the h5_fileaccess() fapl. 2013-10-24 23:57:01 -05:00
bittests.c
btree2.c
cache_api.c [svn-r24869] Description: 2014-03-23 01:27:57 -05:00
cache_common.c
cache_common.h [svn-r24020] Description: 2013-08-17 15:05:27 -05:00
cache_tagging.c
cache.c [svn-r24020] Description: 2013-08-17 15:05:27 -05:00
chunk_info.c
CMakeLists.txt [svn-r24824] HDFFV-8700 - 2014-03-18 11:21:46 -05:00
CMakeTests.cmake [svn-r24782] HDFFV-8700 - 2014-03-11 17:07:13 -05:00
cmpd_dset.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
COPYING
corrupt_stab_msg.h5
cross_read.c [svn-r24803] Description: 2014-03-15 22:13:52 -05:00
dangle.c
deflate.h5
dsets.c [svn-r24416] Fixed some compiler warnings in the dsets test. 2013-11-07 16:19:53 -05:00
dt_arith.c [svn-r24804] Description: 2014-03-15 23:44:13 -05:00
dtransform.c [svn-r24030] Description: 2013-08-19 17:13:15 -05:00
dtypes.c [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be cleaned. CMake update to clean testfiles. 2013-11-01 16:15:37 -05:00
dynlib1.c [svn-r23549] Description: 2013-04-04 15:57:59 -05:00
dynlib2.c [svn-r23984] Merged 2 23932 from reduced_warnings branch: 2013-08-09 15:42:27 -05:00
dynlib3.c [svn-r23984] Merged 2 23932 from reduced_warnings branch: 2013-08-09 15:42:27 -05:00
earray.c [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward project for 2014-02-13 17:12:46 -05:00
efc.c
enc_dec_plist_with_endianess.c [svn-r22987] ported revisions from 22742 to 22986 from the trunk 2012-10-29 13:59:05 -05:00
enc_dec_plist.c [svn-r24869] Description: 2014-03-23 01:27:57 -05:00
enum.c [svn-r22987] ported revisions from 22742 to 22986 from the trunk 2012-10-29 13:59:05 -05:00
err_compat.c
error_test.c
extend.c
external.c
family_v16_00000.h5
family_v16_00001.h5
family_v16_00002.h5
family_v16_00003.h5
farray.c [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward project for 2014-02-13 17:12:46 -05:00
fheap.c [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward project for 2014-02-13 17:12:46 -05:00
file_image_core_test.h5
file_image.c [svn-r24285] Eliminate several "passing argument ... with different width due to prototype" warnings by casting constants to size_t where expected by string functions. 2013-10-10 16:57:04 -05:00
filespace_1_6.h5
filespace_1_8.h5
fill_old.h5
fillval.c [svn-r24869] Description: 2014-03-23 01:27:57 -05:00
filter_error.h5
filter_fail.c [svn-r23984] Merged 2 23932 from reduced_warnings branch: 2013-08-09 15:42:27 -05:00
flush1.c
flush2.c
freespace.c [svn-r24869] Description: 2014-03-23 01:27:57 -05:00
gen_bad_compound.c
gen_bad_ohdr.c
gen_bogus.c
gen_cross.c [svn-r24869] Description: 2014-03-23 01:27:57 -05:00
gen_deflate.c
gen_file_image.c
gen_filespace.c
gen_filters.c
gen_mergemsg.c
gen_new_array.c
gen_new_fill.c
gen_new_group.c [svn-r24803] Description: 2014-03-15 22:13:52 -05:00
gen_new_mtime.c
gen_new_super.c
gen_noencoder.c
gen_nullspace.c
gen_old_array.c
gen_old_group.c
gen_old_layout.c
gen_old_mtime.c
gen_plist.c [svn-r22987] ported revisions from 22742 to 22986 from the trunk 2012-10-29 13:59:05 -05:00
gen_sizes_lheap.c
gen_specmetaread.c
gen_udlinks.c
getname.c [svn-r24681] Description: 2014-02-04 10:11:20 -05:00
gheap.c
group_old.h5
h5test.c [svn-r24864] Description: 2014-03-21 18:02:24 -05:00
h5test.h [svn-r22987] ported revisions from 22742 to 22986 from the trunk 2012-10-29 13:59:05 -05:00
H5srcdir_str.h.in
H5srcdir.h [svn-r24804] Description: 2014-03-15 23:44:13 -05:00
hyperslab.c [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward project for 2014-02-13 17:12:46 -05:00
istore.c [svn-r24869] Description: 2014-03-23 01:27:57 -05:00
le_data.h5
le_extlink1.h5
le_extlink2.h5
lheap.c
links_env.c [svn-r23713] Description: 2013-05-21 12:30:54 -05:00
links.c [svn-r24864] Description: 2014-03-21 18:02:24 -05:00
Makefile.am [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be cleaned. CMake update to clean testfiles. 2013-11-01 16:15:37 -05:00
Makefile.in [svn-r24864] Description: 2014-03-21 18:02:24 -05:00
mergemsg.h5
mf.c [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward project for 2014-02-13 17:12:46 -05:00
mount.c [svn-r22987] ported revisions from 22742 to 22986 from the trunk 2012-10-29 13:59:05 -05:00
mtime.c
multi_file_v16-r.h5
multi_file_v16-s.h5
noencoder.h5
ntypes.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
objcopy.c [svn-r24020] Description: 2013-08-17 15:05:27 -05:00
ohdr.c
plugin.c [svn-r23549] Description: 2013-04-04 15:57:59 -05:00
pool.c
reserved.c
set_extent.c
space_overflow.c
specmetaread.h5
stab.c [svn-r23219] Description: 2013-02-01 20:53:32 -05:00
tarray.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
tarrold.h5
tattr.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
tbad_msg_count.h5
tbogus.h5
tcheck_version.c
tchecksum.c
tconfig.c
tcoords.c
test_filters_be.h5 [svn-r23147] ported revisions 23081:23145 from the trunk 2013-01-09 15:23:07 -05:00
test_filters_le.h5 [svn-r23147] ported revisions 23081:23145 from the trunk 2013-01-09 15:23:07 -05:00
test_plugin.sh.in [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be cleaned. CMake update to clean testfiles. 2013-11-01 16:15:37 -05:00
testcheck_version.sh.in
testerror.sh.in [svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to not add extra lines. 2014-01-27 09:26:21 -05:00
testframe.c [svn-r23529] Description: 2013-04-02 21:50:50 -05:00
testhdf5.c [svn-r24652] HDFFV-8572: test/testhdf5.c main() should not return number of errors 2014-01-27 17:33:34 -05:00
testhdf5.h [svn-r23347] ported revision 23248:23346 from the trunk 2013-03-13 17:34:23 -05:00
testlibinfo.sh.in [svn-r23347] ported revision 23248:23346 from the trunk 2013-03-13 17:34:23 -05:00
testlinks_env.sh.in
testmeta.c [svn-r24803] Description: 2014-03-15 22:13:52 -05:00
tfile.c [svn-r24360] Jira issue 8528: H5Fget_obj_ids overfilled the list of object IDs by one. This is the second round of checkin after 2013-10-25 14:26:08 -05:00
tgenprop.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
th5o.c [svn-r23347] ported revision 23248:23346 from the trunk 2013-03-13 17:34:23 -05:00
th5s.c [svn-r23347] ported revision 23248:23346 from the trunk 2013-03-13 17:34:23 -05:00
th5s.h5
theap.c
tid.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
titerate.c [svn-r24803] Description: 2014-03-15 22:13:52 -05:00
tlayouto.h5
tmeta.c
tmisc.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
tmtimen.h5
tmtimeo.h5
trefer.c [svn-r24681] Description: 2014-02-04 10:11:20 -05:00
trefstr.c
tselect.c [svn-r24869] Description: 2014-03-23 01:27:57 -05:00
tsizeslheap.h5
tskiplist.c
tsohm.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
ttime.c [svn-r24803] Description: 2014-03-15 22:13:52 -05:00
ttsafe_acreate.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
ttsafe_cancel.c [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree. 2013-10-30 23:20:36 -05:00
ttsafe_dcreate.c [svn-r24803] Description: 2014-03-15 22:13:52 -05:00
ttsafe_error.c [svn-r24030] Description: 2013-08-19 17:13:15 -05:00
ttsafe.c [svn-r24256] Description: 2013-10-04 14:28:22 -05:00
ttsafe.h
ttst.c
tunicode.c [svn-r24803] Description: 2014-03-15 22:13:52 -05:00
tvlstr.c
tvltypes.c [svn-r24803] Description: 2014-03-15 22:13:52 -05:00
unlink.c
unregister.c [svn-r23685] Issue 8380 H5Zunregister caused seg fault. I simplied the iteration process over datasets, groups, and files as Quincey suggested. I also removed H5I_search that I introduced in last commit but didn't actually used it. 2013-05-08 11:36:58 -05:00
vfd.c [svn-r23219] Description: 2013-02-01 20:53:32 -05:00