summaryrefslogtreecommitdiffstats
path: root/tools/testfiles
Commit message (Collapse)AuthorAgeFilesLines
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-0613-0/+78
| | | Much normalization with develop. Still needs tools changes wrt VFD plugins.
* Much normalization with develop (#701)Dana Robinson2021-05-2818-18/+1297
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-042-6/+6
|\
| * Tools refactorAllen Byrne2020-07-152-6/+6
| | | | | | | | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists.
| * Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-04-2113-0/+78
| |
| * Updated test ddl files so CMake passes after h5dump failures.Dana Robinson2020-04-061-9/+9
| |
| * Updated tools dump output when dataset offset is undefined.Dana Robinson2020-04-021-1/+1
| |
| * Misc changes for h5dump VOL changes.Dana Robinson2020-03-301-1/+1
| |
| * HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3Allen Byrne2019-12-201-1/+1
| |
| * HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-1919-0/+484
| |
| * HDFFV-10876 fix compare referenceAllen Byrne2019-12-081-2/+2
| |
| * Add missing quotesAllen Byrne2019-12-071-2/+2
| |
| * Correct indentationAllen Byrne2019-12-071-15/+15
| |
| * HDFFV-10876 Update dump to match DDL specAllen Byrne2019-12-059-1372/+1372
| |
| * Add extra lineAllen Byrne2019-12-042-0/+2
| |
| * Adjust whitespaceAllen Byrne2019-12-042-4/+4
| |
| * Update h5ls help and rework dump_mem routines for attrsAllen Byrne2019-12-047-38/+41
| |
| * Update data output referenceAllen Byrne2019-12-032-12/+32
| |
| * Update reference files to latest outputAllen Byrne2019-12-027-1509/+1185
| |
| * HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-0717-1093/+1173
| |
| * HDFFV-10876 h5dump OPAQUE size should be optionalAllen Byrne2019-08-271-1/+0
| |
| * Squashed commit of the following:Larry Knox2019-07-2513-0/+125
| | | | | | | | | | | | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS
| * HDFFV-9407 Add testAllen Byrne2019-06-241-0/+0
| |
| * HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-0323-25/+0
| |
* | Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-05-2013-0/+78
| |
* | Updated test ddl files so CMake passes after h5dump failures.Dana Robinson2020-05-201-9/+9
| |
* | Updated tools dump output when dataset offset is undefined.Dana Robinson2020-05-201-1/+1
| |
* | Misc changes for h5dump VOL changes.Dana Robinson2020-05-201-1/+1
| |
* | HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3Allen Byrne2020-05-201-1/+1
| |
* | HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2020-05-2019-0/+484
| |
* | HDFFV-10876 fix compare referenceAllen Byrne2020-05-201-2/+2
| |
* | Add missing quotesAllen Byrne2020-05-201-2/+2
| |
* | Correct indentationAllen Byrne2020-05-201-15/+15
| |
* | HDFFV-10876 Update dump to match DDL specAllen Byrne2020-05-209-1372/+1372
| |
* | Add extra lineAllen Byrne2020-05-202-0/+2
| |
* | Adjust whitespaceAllen Byrne2020-05-202-4/+4
| |
* | Update h5ls help and rework dump_mem routines for attrsAllen Byrne2020-05-207-38/+41
| |
* | Update data output referenceAllen Byrne2020-05-202-12/+32
| |
* | Update reference files to latest outputAllen Byrne2020-05-207-1509/+1185
| |
* | HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2020-05-2017-1093/+1173
| |
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-0929-26/+125
| | | | | | | | | | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
* | Expect the h5ls usage message to mention --poll twice.David Young2019-10-215-0/+10
|/
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-2/+2
|
* Add test file with unwritten datasetsAllen Byrne2018-07-242-0/+329
|
* Fix for HDFFV-10333:Vailin Choi2018-07-112-0/+5
| | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump
* HDFFV-10384 Add opt arg to helpAllen Byrne2018-02-158-16/+16
|
* HDFFV-10188 emu insists on printing non-native descriptionAllen Byrne2017-08-231-1/+1
|
* HDFFV-10188 Add tests and filesAllen Byrne2017-08-213-0/+40
|
* HDFFV-10188 enable null space testAllen Byrne2017-08-211-0/+39
|
* HDFFV-10256 Add testAllen Byrne2017-08-012-0/+20
|