Much normalization with develop (#701)
* Brings CMake updates from develop * Brings reduction in pedantic casts from develop * Purges UFAIL from the library (#637) * Committing clang-format changes * Purges UFAIL from the library * H5HL_insert change requested in PR Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Removes gratuitous (double)x.yF casts (#632) * Committing clang-format changes * Removes gratuitous (double)x.yF casts * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Committing clang-format changes * Cleans up a const warning left over from previous constification (#633) * Committing clang-format changes * Adds consts to a few global variables * Cleans up a const warning left over from previous constification Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Formatted source * Bring over some VOL registration changes * VOL cleanup * H5VL_request_status_t substitutions * H5F.c cleanup * Minor API tweaks from develop * Moves H5G package init/teardown to H5Gint.c * H5G cleanup * H5M cleanup * H5SM cleanup * H5T cleanup * H5R cleanup * H5Lpublic.h cleanup * H5L cleanup * H5O cleanup * H5A, H5CS, and H5AC cleanup * Moved H5A init/teardown code to H5Aint.c * Moves H5D I/O functions to H5D.c * H5D cleanup * Misc minor cleanup * H5P close cleanup * H5Tpublic.h cleanup * Fixes err_compat test * H5PLpublic.h cleanup * Updates H5Ppublic.h * H5Fpublic.h updates * H5A.c cleanup * Brings over H5Aexists and related changes * Brings CMake shell testing changes from develop * Close callback changes * H5R and H5Tcommit normalization * err_compat test works now * H5O tweaks * Updates VOL registration code * Brings over H5VL_create_object * H5Tconv.c reformatting * H5T.c tweaks * Brings datatype and reference updates from develop * Brings VOL plugin loading changes from develop * Brings event sets from develop * Brings async functions over * Tools changes * Brings over many tools changes from develop * Brings VOL flags from develop * Fixes h5dump double/float tests * Updates h5repack tests * Brings h5diff test changes from develop * Last h5dump changes * Brings test changes from develop * Committing clang-format changes * Tidied h5_testing() * Brings chunk iteration code + misc from develop * Updates vds test * Enables external link parallel test * Brings updated property lists from develop * H5G changes from develop * H5MF cleanup * Brings vfd_swmr test back into CMake * Updates threadsafe test * Updates plist test * Brings recent changes from develop Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -101,6 +101,8 @@
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfamily.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfill.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfletcher32.ddl
|
||||
#${HDF5_TOOLS_DIR}/testfiles/tfloatsattrs.ddl #native
|
||||
#${HDF5_TOOLS_DIR}/testfiles/tfloatsattrs.wddl #special for windows
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfpformat.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tgroup-1.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tgroup-2.ddl
|
||||
@@ -127,7 +129,8 @@
|
||||
${HDF5_TOOLS_DIR}/testfiles/tintsattrs.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tintsnodata.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tlarge_objname.ddl
|
||||
#${HDF5_TOOLS_DIR}/testfiles/tldouble.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tldouble.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tldouble_scalar.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tlonglinks.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tloop-1.ddl
|
||||
${HDF5_TOOLS_DIR}/testfiles/tmulti.ddl
|
||||
@@ -282,6 +285,7 @@
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfcontents1.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfcontents2.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfilters.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfloatsattrs.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfpformat.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tfvalues.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tgroup.h5
|
||||
@@ -293,7 +297,8 @@
|
||||
${HDF5_TOOLS_DIR}/testfiles/tintsattrs.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tintsnodata.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tlarge_objname.h5
|
||||
#${HDF5_TOOLS_DIR}/testfiles/tldouble.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tldouble.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tldouble_scalar.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tlonglinks.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tloop.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tmulti-b.h5
|
||||
@@ -331,6 +336,8 @@
|
||||
${HDF5_TOOLS_DIR}/testfiles/tvlstr.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tvms.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/t128bit_float.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tCVE_2018_11206_fill_old.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/tCVE_2018_11206_fill_new.h5
|
||||
${HDF5_TOOLS_DIR}/testfiles/zerodim.h5
|
||||
#STD_REF_OBJ files
|
||||
${HDF5_TOOLS_DIR}/testfiles/trefer_attr.h5
|
||||
@@ -409,8 +416,10 @@
|
||||
configure_file(${HDF5_TOOLS_DIR}/testfiles/tbinregR.exp ${PROJECT_BINARY_DIR}/testfiles/std/tbinregR.exp NEWLINE_STYLE CRLF)
|
||||
#file (READ ${HDF5_TOOLS_DIR}/testfiles/tbinregR.exp TEST_STREAM)
|
||||
#file (WRITE ${PROJECT_BINARY_DIR}/testfiles/std/tbinregR.exp "${TEST_STREAM}")
|
||||
HDFTEST_COPY_FILE("${HDF5_TOOLS_DIR}/testfiles/tfloatsattrs.wddl" "${PROJECT_BINARY_DIR}/testfiles/std/tfloatsattrs.ddl" "h5dump_std_files")
|
||||
else ()
|
||||
HDFTEST_COPY_FILE("${HDF5_TOOLS_DIR}/testfiles/tbinregR.exp" "${PROJECT_BINARY_DIR}/testfiles/std/tbinregR.exp" "h5dump_std_files")
|
||||
HDFTEST_COPY_FILE("${HDF5_TOOLS_DIR}/testfiles/tfloatsattrs.ddl" "${PROJECT_BINARY_DIR}/testfiles/std/tfloatsattrs.ddl" "h5dump_std_files")
|
||||
endif ()
|
||||
add_custom_target(h5dump_std_files ALL COMMENT "Copying files needed by h5dump_std tests" DEPENDS ${h5dump_std_files_list})
|
||||
|
||||
@@ -1085,7 +1094,9 @@
|
||||
ADD_H5_TEST (zerodim 0 --enable-error-stack zerodim.h5)
|
||||
|
||||
# test for long double (some systems do not have long double)
|
||||
#ADD_H5_TEST (tldouble 0 --enable-error-stack tldouble.h5)
|
||||
ADD_H5_TEST (tfloatsattrs 0 -p --enable-error-stack tfloatsattrs.h5)
|
||||
ADD_H5_TEST (tldouble 0 --enable-error-stack tldouble.h5)
|
||||
ADD_H5_TEST (tldouble_scalar 0 -p --enable-error-stack tldouble_scalar.h5)
|
||||
|
||||
# test for vms
|
||||
ADD_H5_TEST (tvms 0 --enable-error-stack tvms.h5)
|
||||
@@ -1170,7 +1181,11 @@
|
||||
ADD_H5_TEST (err_attr_dspace 1 err_attr_dspace.h5)
|
||||
|
||||
# test to verify HDFFV-9407: long double full precision
|
||||
ADD_H5_GREP_TEST (t128bit_float 1 "1.123456789012345" -m %.35Lf t128bit_float.h5)
|
||||
# ADD_H5_GREP_TEST (t128bit_float 1 "1.123456789012345" -m %.35Lg t128bit_float.h5)
|
||||
|
||||
# test to verify HDFFV-10480: out of bounds read in H5O_fill_new[old]_decode
|
||||
ADD_H5_TEST (tCVE_2018_11206_fill_old 1 tCVE_2018_11206_fill_old.h5)
|
||||
ADD_H5_TEST (tCVE_2018_11206_fill_new 1 tCVE_2018_11206_fill_new.h5)
|
||||
|
||||
##############################################################################
|
||||
### P L U G I N T E S T S
|
||||
|
||||
Reference in New Issue
Block a user