hdf5/tools/testfiles
Allen Byrne e21f7aaac4
Tools long double updates (#522)
* OESS-98 convert plugin option to FetchContent, add tests

* Fixes for pkcfg files because of plugin option

* OESS-98 fix tools test for plugins

* Keep doxygen comments under 100 chars long - format hint

* Whitespace

* HDFFV-11144 - Reclassify CMake messages

* HDFFV-11099/11100 added help text

* Reworked switch statement to compare string instead

* Fix typo

* Update CDash mode

* Correct name of threadsafe

* Correct option name

* Undo accidental commit

* Note LLVM 10 to 11 format default changes

* Update format plugin

* Undo clang-format version 11 changes

* One more correction

* Update supported platforms

* Revert whitespace changes

* Correct whitespace

* Changes from PR#3

* HDFFV-11213 added option to control gcc10 warnings diagnostics

* HDFFV-11212 Use the new references correctly in JNI utility and tests

* format source

* Fix typo

* Add new test file

* HDFFV-11212 - update test and remove unused arg

* Minor non-space formatting changes

* Use H5I_INVALID_ID instead of "-1"

* source formatting

* add missing testfile, update jni function

* Undo commit of debug code

* remove mislocated file

* Fix h5repack test for handling of fapls and id close

* Update h5diff test files usage text

* HDFFV-11212 add new ref tests for JNI export dataset

* src format update

* Remove blank line typo

* src format typo

* long double requires %Lg

* Another long double foramt specifer S.B. %Lg

* issue with t128bit test

* Windows issue with h5dump and type.

* Fix review issues

* refactor function nesting and fix error checks

* format fixes

* Remove untested functions and javadoc quiet comments

* Restore TRY block.

* Change string append errors to memory exception

* revert to H5_JNI_FATAL_ERROR - support functions need work

* Add assertion error for h5util functions

* remove duplicate function

* format fix

* Revert HD function error handling

* Update copyright comments

* GH #386 java folder copyright corrections

* Whitespace

* GH #359 implement and fix tools 1.6 API usage

* remove excessive comments

* Flip inits to correct ifdef section

* rework ifdef to be simpler

* format issue

* Reformat ifdef inits

* remove static attribute

* format compliance

* Update names

* Revert because logic relies on float not being int

* Changes noticed from creating merge of #412

* Double underscore change

* Correct compiler version variable used

* Remove header guard underscores

* Whitespace cleanup

* Split format source and commit changes on repo push

* remove pre-split setting

* Change windows TS to use older VS.

* correct window os name

* HDFFV-11212 JNI export util and Javadoc

* Suggested review changes

* Another change found

* Committing clang-format changes

* HDFFV-11113 long double in tools

* HDFFV-11113 add note

* Disable long double tests for now

* HDFFV-11228 remove arbitrary CMake warning groups.

* Make each flag a string

* Some Javadoc warning fixes

* Updated javadoc fixes

* # WARNING: head commit changed in the meantime

HDFFV-11229 Fix long double usage in tools and java

Changed h5dump and h5ls to just print 128-bit for long double type.
Added test and file for dataset and attributes with all three float
types.

* Committing clang-format changes

* HDFFV-11229 Add release note

* HDFFV-11229 windows testfile needed

* fix typo

* Remove non supported message text

* HDFFV-11229 - change ldouble test to check both native and general

* HDFFV-11229 add second file compare

* HDFFV-11229 fix reference file

* HDFFV-11229 autotools check two refs

* HDFFV-11229 revert back to removal of NATIVE_LDOUBLE in tools output

* Committing clang-format changes

* Update release note

* Update attribute type of ref file

* Change source of ninja for macs

* try port instead of brew

* Recommended is to use brew.

* Undo non long double changes

* remove unneeded file

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-04-15 07:59:01 -05:00
..
pbits HDFFV-11096 replace backticks with doublequotes 2020-10-04 11:46:42 -05:00
vds
charsets.ddl
charsets.h5
err_attr_dspace.ddl HDFFV-10632 - split stderr and stdout in cmake 2018-12-03 09:35:59 -06:00
err_attr_dspace.h5
family_file00000.h5
family_file00001.h5
family_file00002.h5
family_file00003.h5
family_file00004.h5
family_file00005.h5
family_file00006.h5
family_file00007.h5
family_file00008.h5
family_file00009.h5
family_file00010.h5
family_file00011.h5
family_file00012.h5
family_file00013.h5
family_file00014.h5
family_file00015.h5
family_file00016.h5
family_file00017.h5
file_space.ddl
file_space.h5
filter_fail.ddl
filter_fail.h5
h5dump-help.txt HDFFV-11096 replace backticks with doublequotes 2020-10-04 11:46:42 -05:00
h5mkgrp_nested_lp.ls
h5mkgrp_nested_mult_lp.ls
h5mkgrp_nested_mult_p.ls
h5mkgrp_nested_p.ls
h5mkgrp_several_l.ls
h5mkgrp_several_p.ls
h5mkgrp_several_v.ls
h5mkgrp_several.ls
h5mkgrp_single_l.ls
h5mkgrp_single_p.ls
h5mkgrp_single_v.ls
h5mkgrp_single.ls
help-1.ls Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. 2020-04-21 11:36:10 -07:00
help-2.ls Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. 2020-04-21 11:36:10 -07:00
help-3.ls Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. 2020-04-21 11:36:10 -07:00
non_existing.ddl HDFFV-10632 - split stderr and stdout in cmake 2018-12-03 09:35:59 -06:00
nosuchfile.ls HDFFV-10632 - split stderr and stdout in cmake 2018-12-03 09:35:59 -06:00
out3.h5import
packedbits.ddl
packedbits.h5
t128bit_float.h5 HDFFV-9407 Add test 2019-06-24 07:28:39 -05:00
taindices.h5
tall-1.ddl
tall-1.ls
tall-2.ddl
tall-2.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tall-2A0.ddl
tall-2A.ddl
tall-2A.h5.xml
tall-2B.ddl
tall-3.ddl
tall-4s.ddl
tall-5s.ddl
tall-6.ddl
tall-6.exp
tall-7.ddl
tall-7N.ddl
tall.h5
tall.h5.xml
tallfilters.ddl
tarray1_big.ddl HDFFV-10876 Update dump to match DDL spec 2019-12-05 17:21:02 -06:00
tarray1_big.h5
tarray1.ddl
tarray1.h5
tarray1.h5.xml
tarray1.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tarray2.ddl
tarray2.h5
tarray2.h5.xml
tarray3.ddl
tarray3.h5
tarray3.h5.xml
tarray4.ddl
tarray4.h5
tarray5.ddl
tarray5.h5
tarray6.ddl
tarray6.h5
tarray6.h5.xml
tarray7.ddl
tarray7.h5
tarray7.h5.xml
tarray8.ddl
tarray8.h5
tattr2.h5
tattr2.ls Update reference files to latest output 2019-12-02 12:01:40 -06:00
tattr4_be.h5
tattr-1.ddl
tattr-2.ddl
tattr-3.ddl
tattr-4_be.ddl
tattr.h5
tattr.h5.xml
tattrcontents1.ddl
tattrcontents2.ddl
tattrintsize.ddl
tattrintsize.h5
tattrreg_be.ls HDFFV-10876 Update dump to match DDL spec 2019-12-05 17:21:02 -06:00
tattrreg_le.ls HDFFV-10876 Update dump to match DDL spec 2019-12-05 17:21:02 -06:00
tattrreg.ddl HDFFV-10876 Update dump to match DDL spec 2019-12-05 17:21:02 -06:00
tattrreg.h5
tattrregR.ddl HDFFV-10876 Update dump to match DDL spec 2019-12-05 17:21:02 -06:00
tbigdims.ddl
tbigdims.h5
tbin1.ddl
tbin2.ddl
tbin3.ddl
tbin4.ddl
tbinary.h5
tbinregR.ddl HDFFV-10876 fix compare reference 2019-12-08 13:25:14 -06:00
tbinregR.exp HDFFV-10876 Update dump to match DDL spec 2019-12-05 17:21:02 -06:00
tbitfields_be.h5.xml
tbitfields_le.h5.xml
tbitfields.h5
tbitnopaque_be.ddl
tbitnopaque_le.ddl
tbitnopaque.h5
tboot1.ddl
tboot2.ddl
tboot2A.ddl
tboot2B.ddl
tchar1.ddl
tchar.h5
tchunked.ddl
tcmpdattrintsize.ddl
tcmpdattrintsize.h5
tcmpdintarray.ddl
tcmpdintarray.h5
tcmpdints.ddl
tcmpdints.h5
tcmpdintsize.ddl
tcmpdintsize.h5
tcomp-1.ddl
tcomp-1.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tcomp-2.ddl
tcomp-3.ddl
tcomp-4.ddl
tcompact.ddl
tcompound2.h5
tcompound2.h5.xml
tcompound_complex2.ddl
tcompound_complex2.h5
tcompound_complex.h5
tcompound_complex.h5.xml
tcompound.h5
tcompound.h5.xml
tcontents.ddl
tcontiguos.ddl
tCVE_2018_11206_fill_new.h5 Fixed HDFFV-10480 (CVE-2018-11206) and HDFFV-11159 (CVE-2018-14033) (#405) 2021-03-19 08:15:03 -05:00
tCVE_2018_11206_fill_old.h5 Fixed HDFFV-10480 (CVE-2018-11206) and HDFFV-11159 (CVE-2018-14033) (#405) 2021-03-19 08:15:03 -05:00
tdatareg.ddl HDFFV-10876 Update dump to match DDL spec 2019-12-05 17:21:02 -06:00
tdatareg.h5
tdatareg.h5.xml
tdataregbe.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tdataregle.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tdataregR.ddl HDFFV-10876 Update dump to match DDL spec 2019-12-05 17:21:02 -06:00
tdeflate.ddl
tdset2.h5
tdset2.h5.xml
tdset_idx.h5
tdset_idx.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tdset-1.ddl
tdset-1.ls Update reference files to latest output 2019-12-02 12:01:40 -06:00
tdset-2.ddl
tdset-3s.ddl
tdset.h5
tdset.h5.xml
tempty-dtd-2.h5.xml
tempty-dtd-uri.h5.xml
tempty-dtd.h5.xml
tempty-nons-2.h5.xml
tempty-nons-uri.h5.xml
tempty-nons.h5.xml
tempty-ns-2.h5.xml
tempty-ns.h5.xml
tempty.ddl
tempty.h5
tempty.h5.xml
tempty.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tenum.h5
tenum.h5.xml
test35.nc
test35.nc.xml
texceedsubblock.ddl HDFFV-10632 - split stderr and stdout in cmake 2018-12-03 09:35:59 -06:00
texceedsubcount.ddl HDFFV-10632 - split stderr and stdout in cmake 2018-12-03 09:35:59 -06:00
texceedsubstart.ddl HDFFV-10632 - split stderr and stdout in cmake 2018-12-03 09:35:59 -06:00
texceedsubstride.ddl HDFFV-10632 - split stderr and stdout in cmake 2018-12-03 09:35:59 -06:00
texternal.ddl
textlink-1.ls
textlink.ddl
textlink.h5
textlink.h5.xml
textlinkfar.ddl
textlinkfar.h5
textlinksrc-1-old.ls
textlinksrc-1.ls
textlinksrc-2-old.ls
textlinksrc-2.ls
textlinksrc-3-old.ls
textlinksrc-3.ls
textlinksrc-4.ls
textlinksrc-5.ls
textlinksrc-6-old.ls
textlinksrc-6.ls
textlinksrc-7-old.ls
textlinksrc-7.ls
textlinksrc-nodangle-1.ls Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. 2020-04-21 11:36:10 -07:00
textlinksrc-nodangle-2.ls
textlinksrc.ddl
textlinksrc.h5
textlinktar.h5
tfamily00000.h5
tfamily00001.h5
tfamily00002.h5
tfamily00003.h5
tfamily00004.h5
tfamily00005.h5
tfamily00006.h5
tfamily00007.h5
tfamily00008.h5
tfamily00009.h5
tfamily00010.h5
tfamily.ddl
tfcontents1.h5
tfcontents2.h5
tfill.ddl
tfilters.h5
tfletcher32.ddl
tfloatsattrs.ddl Tools long double updates (#522) 2021-04-15 07:59:01 -05:00
tfloatsattrs.h5 Tools long double updates (#522) 2021-04-15 07:59:01 -05:00
tfloatsattrs.wddl Tools long double updates (#522) 2021-04-15 07:59:01 -05:00
tfpformat.ddl
tfpformat.h5
tfpformat.h5.xml
tfvalues.h5
tgroup-1.ddl
tgroup-1.ls Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. 2020-04-21 11:36:10 -07:00
tgroup-2.ddl
tgroup-2.ls
tgroup-3.ls
tgroup.h5
tgroup.h5.xml
tgroup.ls
tgrp_comments.ddl
tgrp_comments.h5
tgrp_comments.ls
tgrpnullspace.ddl Updated tools dump output when dataset offset is undefined. 2020-04-02 10:25:46 -07:00
tgrpnullspace.h5
tgrpnullspace.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
thlink-1.ddl
thlink-1.ls
thlink-2.ddl
thlink-3.ddl
thlink-4.ddl
thlink-5.ddl
thlink.h5
thlink.h5.xml
thlinks-nodangle-1.ls
thyperslab.ddl
thyperslab.h5
tindicesno.ddl
tindicessub1.ddl
tindicessub2.ddl
tindicessub3.ddl
tindicessub4.ddl
tindicesyes.ddl
tints4dims.ddl
tints4dims.h5
tints4dimsBlock2.ddl
tints4dimsBlockEq.ddl
tints4dimsCount2.ddl
tints4dimsCountEq.ddl
tints4dimsStride2.ddl
tintsattrs.ddl
tintsattrs.h5
tintsnodata.ddl Updated test ddl files so CMake passes after h5dump failures. 2020-04-06 15:19:55 -07:00
tintsnodata.h5
tlarge_objname.ddl
tlarge_objname.h5
tldouble_scalar.ddl Tools long double updates (#522) 2021-04-15 07:59:01 -05:00
tldouble_scalar.h5 Fix display of long double in tools (#469) 2021-03-17 10:27:21 -05:00
tldouble.ddl Tools long double updates (#522) 2021-04-15 07:59:01 -05:00
tldouble.h5
tlonglinks.ddl
tlonglinks.h5
tloop2.h5
tloop2.h5.xml
tloop-1.ddl
tloop-1.ls
tloop.h5
tloop.h5.xml
tmany.h5
tmany.h5.xml
tmulti-b.h5
tmulti-g.h5
tmulti-l.h5
tmulti-o.h5
tmulti-r.h5
tmulti-s.h5
tmulti.ddl
tmultifile.ddl
tmultifile.ls
tname-amp.h5
tname-amp.h5.xml
tname-apos.h5
tname-apos.h5.xml
tname-gt.h5
tname-gt.h5.xml
tname-lt.h5
tname-lt.h5.xml
tname-quot.h5
tname-quot.h5.xml
tname-sp.h5
tname-sp.h5.xml
tnamed_dtype_attr.ddl
tnamed_dtype_attr.h5
tnamed_dtype_attr.h5.xml
tnbit.ddl Tools long double updates (#522) 2021-04-15 07:59:01 -05:00
tnestcomp-1.ddl
tnestcomp-1.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tnestcomp-2.ls
tnestcomp-3.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tnestcomp-4.ls
tnestedcmpddt.ddl
tnestedcmpddt.h5
tnestedcomp.h5
tnestedcomp.h5.xml
tno-subset.ddl
tno-subset.h5
tnoattrdata.ddl
tnoattrddl.ddl
tnodata.ddl
tnodata.h5
tnodata.h5.xml
tnoddl.ddl
tnoddlfile.ddl
tnoddlfile.exp
tnullspace.ddl
tnullspace.h5
tnullspace.h5.xml
tobjref.h5
tobjref.h5.xml
topaque.h5
topaque.h5.xml
torderattr1.ddl
torderattr1.h5.xml
torderattr2.ddl
torderattr2.h5.xml
torderattr3.ddl
torderattr3.h5.xml
torderattr4.ddl
torderattr4.h5.xml
torderattr.h5
tordercontents1.ddl
tordercontents2.ddl
tordergr1.ddl
tordergr2.ddl
tordergr3.ddl
tordergr4.ddl
tordergr5.ddl
tordergr.h5
torderlinks1.ddl
torderlinks2.ddl
tperror.ddl
tqmarkfile.ddl
trawdatafile.ddl
trawdatafile.exp
trawssetfile.ddl
trawssetfile.exp
treadfilter.ddl
treadintfilter.ddl Tools long double updates (#522) 2021-04-15 07:59:01 -05:00
tref-escapes-at.h5
tref-escapes-at.h5.xml
tref-escapes.h5
tref-escapes.h5.xml
tref.h5
tref.h5.xml
trefer_attr.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_attrR.ddl Tools refactor 2020-07-15 11:20:16 -05:00
trefer_compat.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_compatR.ddl HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_ext1.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_ext2.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_extR.ddl Tools refactor 2020-07-15 11:20:16 -05:00
trefer_grp.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_grpR.ddl HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_obj_del.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_obj_delR.ddl HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3 2019-12-20 13:23:48 -06:00
trefer_obj.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_objR.ddl HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_param.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_paramR.ddl HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_reg_1d.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_reg_1dR.ddl HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_reg.h5 HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
trefer_regR.ddl HDFFV-10980 - h5diff uses new ref APIs 2019-12-19 16:29:43 -06:00
treference.ddl HDFFV-10876 Update dump to match DDL spec 2019-12-05 17:21:02 -06:00
tsaf.ddl
tsaf.h5
tsaf.h5.xml
tsaf.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tscalarattrintsize.ddl
tscalarattrintsize.h5
tscalarintattrsize.ddl
tscalarintattrsize.h5
tscalarintsize.ddl
tscalarintsize.h5
tscalarstring.ddl
tscalarstring.h5
tscaleoffset.ddl
tshuffle.ddl
tslink-1.ddl
tslink-1.ls
tslink-2.ddl
tslink-D.ddl
tslink.h5
tslink.h5.xml
tsoftlinks-1.ls
tsoftlinks-2.ls
tsoftlinks-3.ls
tsoftlinks-4.ls
tsoftlinks-5.ls
tsoftlinks-nodangle-1.ls
tsoftlinks.h5
tsplit_file-m.h5
tsplit_file-r.h5
tsplit_file.ddl
tstarfile.ddl HDFFV-10632 - split stderr and stdout in cmake 2018-12-03 09:35:59 -06:00
tstr2.h5
tstr2.h5.xml
tstr2bin2.exp
tstr2bin6.exp
tstr3.h5
tstr-1.ddl
tstr-1.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tstr-2.ddl
tstr.h5
tstr.h5.xml
tstring2.ddl
tstring-at.h5
tstring-at.h5.xml
tstring.ddl
tstring.h5
tstring.h5.xml
tstringe.ddl
tszip.ddl
tudfilter.ddl
tudfilter.h5
tudfilter.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tudlink-1.ddl
tudlink-1.ls
tudlink-2.ddl HDFFV-10876 h5dump OPAQUE size should be optional 2019-08-27 15:10:37 -05:00
tudlink.h5
tudlink.h5.xml
tuserfilter.ddl
tvldtypes1.ddl
tvldtypes1.h5
tvldtypes1.h5.xml
tvldtypes1.ls HDFFV-10876 Update h5dump and h5ls for new ref api. 2019-11-07 09:49:11 -06:00
tvldtypes2.ddl
tvldtypes2.h5
tvldtypes2.h5.xml
tvldtypes2be.ls
tvldtypes2le.ls
tvldtypes3.ddl
tvldtypes3.h5
tvldtypes3.h5.xml
tvldtypes4.ddl
tvldtypes4.h5
tvldtypes4.h5.xml
tvldtypes5.ddl
tvldtypes5.h5
tvldtypes5.h5.xml
tvlenstr_array.ddl
tvlenstr_array.h5
tvlstr.ddl
tvlstr.h5
tvlstr.h5.xml
tvms.ddl
tvms.h5
twidedisplay.ddl
twithddl.exp
twithddlfile.ddl
twithddlfile.exp
zerodim.ddl
zerodim.h5