summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* fix wrong function name that is missed by correctional macroJacob Smith2018-12-311-1/+1
|
* Merge pull request #1400 in HDFFV/hdf5 from ↵Dana Robinson2018-12-311-1/+1
|\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:openmpi_tweaks to develop * commit 'd6c2a96ac2f103d90b96d5b39814810e6a31ef99': Updated the parallel install docs. Eliminated the need for a separate script variable. Added a helpful message to the flush script. Added a shell script so we can run the parallel flush test on OpenMPI.
| * Merge branch 'develop' into openmpi_tweaksDana Robinson2018-12-3124-1631/+3209
| |\
| * | Added a shell script so we can run the parallel flush testDana Robinson2018-12-201-1/+1
| | | | | | | | | | | | on OpenMPI.
* | | Merge pull request #1413 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yay_plugins ↵Dana Robinson2018-12-316-32/+422
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '3ca19cca5395d79be69209f8d7d0a2b06834a648': Flipped swapped testing strings. Added test_vol_plugin.sh to the list of scripts to clean Fixed a CMake build issue (CMake still doesn't run the VOL plugin tests) Added more sub-tests to the VOL plugin test. Added a simple test for registration of VOL connector plugins. Autotools only for right now, but this will be fleshed out in future work.
| * | Flipped swapped testing strings.Dana Robinson2018-12-281-2/+2
| | |
| * | Merge branch 'develop' into yay_pluginsDana Robinson2018-12-281-1/+96
| |\ \
| * | | Added test_vol_plugin.sh to the list of scripts to cleanDana Robinson2018-12-281-1/+2
| | | |
| * | | Fixed a CMake build issue (CMake still doesn't run the VOL pluginDana Robinson2018-12-281-1/+1
| | | | | | | | | | | | | | | | tests)
| * | | Added more sub-tests to the VOL plugin test.Dana Robinson2018-12-281-13/+172
| | | |
| * | | Added a simple test for registration of VOL connector plugins.Dana Robinson2018-12-275-30/+260
| | | | | | | | | | | | | | | | | | | | Autotools only for right now, but this will be fleshed out in future work.
* | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-281-1/+95
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1386 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-12-281-1/+96
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | * commit 'b4fe787bb9fe4bfc4709a124df59dd987c9a09d2': Add test for H5Arename NULL/empty attribute name fix align H5Arename behavior with H5Arename_by_name
| | * | Add test for H5Arename NULL/empty attribute name fixJordan Henderson2018-12-171-1/+96
| | | | | | | | | | | | | | | | Split checking of NULL vs. empty string arguments
* | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-2716-6/+335
|\ \ \ \ | |/ / /
| * | | Merge pull request #1407 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-12-212-0/+332
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '991996b25122ff010b9af1bbb6cc05be491ce038': Remove unused CMake files Update option text Add reference file to list HDFFV-10656 remove moved source HDFFV-10656 Add CHECK_VOL support to CMake
| | * | | HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-202-0/+332
| | | |/ | | |/|
| * | | Remove core VFD-specific property list call and regenerate encoded propertyQuincey Koziol2018-12-2013-4/+1
| |/ / | | | | | | | | | lists.
| * | Correct core VFD to run with a 1MB increment instead of a 1 byte increment!Quincey Koziol2018-12-191-2/+2
| | |
* | | OHDR tests now accept h5_fileaccess() fapls.Jacob Smith2018-12-262-139/+160
| | | | | | | | | | | | Formatting, informative comments, and minor renaming.
* | | Fix some CMake listingsJacob Smith2018-12-212-1/+1
| | |
* | | Add error checking to the minimized dset header size calculation.Jacob Smith2018-12-211-16/+16
| | | | | | | | | | | | Update printf->HDprintf statements.
* | | Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ↵Jacob Smith2018-12-202-16/+27
| | | | | | | | | | | | | | | | | | ERROR-raising macros. Formatting tweaks.
* | | Merge branch 'develop' of ↵Jacob Smith2018-12-1914-16/+19
|\ \ \ | |/ / | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize
| * | Clear driver properties before returning them to application.Quincey Koziol2018-12-1913-2/+0
| | | | | | | | | | | | | | | Move write_tracking and page_size properties to be inside the core VFD's driver properties.
| * | Merge pull request #1384 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:build_tweaks ↵Dana Robinson2018-12-181-14/+19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'fc64bafb143b1d259282913fdbf0ba9f1a0a8069': Updates the autotools tests to also emit the VOL connector for each test.
| | * | Updates the autotools tests to also emit the VOL connectorDana Robinson2018-12-161-14/+19
| | |/ | | | | | | | | | for each test.
* | | Add "compact" storage test to relative header size comparisons.Jacob Smith2018-12-191-60/+80
| | |
* | | Formatting adjustments.Jacob Smith2018-12-181-226/+217
| | |
* | | Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-183-945/+864
| | | | | | | | | | | | | | | Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes.
* | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-185-142/+69
|\ \ \ | |/ /
| * | Merge pull request #1364 in HDFFV/hdf5 from ↵Dana Robinson2018-12-172-3/+0
| |\ \ | | |/ | |/| | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5i_reference_removal to develop * commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53': Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
| | * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-082-3/+0
| | | | | | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-12-131-0/+65
| |\ \ | | | | | | | | | | | | develop
| * | | Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-131-6/+9
| | | | | | | | | | | | | | | | | | | | strtok() to strtok_r() to avoid possible interference with / to application use of strtok().
* | | | Re-format test/ohdr_mindset.cJacob Smith2018-12-143-1060/+360
| | | | | | | | | | | | | | | | Fix a few transcription errors in other test files.
* | | | formatting adjustmentsJacob Smith2018-12-141-27/+61
| | | |
* | | | Reformat to be more consistent with existing code.Jacob Smith2018-12-135-306/+100
| | | | | | | | | | | | | | | | Fix a few typos.
* | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-131-0/+64
|\ \ \ \ | | |/ / | |/| |
| * | | Add test for H5Aget_info(_by_name/_by_idx) NULL info pointerJordan Henderson2018-12-131-0/+65
| |/ /
* | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-122-2/+6
|\ \ \ | |/ /
| * | Merge pull request #1367 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develophdftest2018-12-121-2/+2
| |\ \ | | | | | | | | | | | | | | | | * commit 'deb7d2fb9714acc8222815328f71b0aae7e74275': Use version 2 functions in test file to address compile errors for --with-default-api-version=v16 option.
| | * | Use version 2 functions in test file to address compile errors forLarry Knox2018-12-121-2/+2
| | |/ | | | | | | | | | --with-default-api-version=v16 option.
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-071-2/+103
| |\ \ | | |/ | | | | | | | | | | | | | | | * commit '4643860aa940fb52da251f7023ec2e48d7d10f34': HDFFV-10635: Some minor changes to the test case and the comments in the library. HDFFV-10635: add a test case. HDFFV-10635: Allowing to write the same variable-length element more than once.
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-061-6/+17
| |\ \ | | | | | | | | | | | | | | | | * commit 'f2da47f732ded55837f6d008af46d0c448bec1f1': Update to new callbacks in H5VL_class_t.
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-0524-460/+651
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '55e87e5b86aacbb37c57614cd2e869541291caad': (51 commits) Correct Windows build. Refactor allocating & releasing pass through wrapper objects. Fix typo Remove duplicated comment. Add a couple of missing prototypes for static routines, along with updating a comment from VOL plugin -> connector. Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. Correct "make check-vol" regression test target. Switch H5VL_class_value_t from enum to unsigned integer Add support for "make check-vol", along with a few minor cleanups, etc. Refactor infrastructure for setting FAPL information from environment variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. Remove example VOL connector, since it's been superceded by the pass-through VOL connector in the src subdirectory. Add pass-through VOL connector Update API tracing info for VOL functions and regenerate trace macros for VOL API calls. Added 'notify' callback for async requests; switched VOL class and info comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. Add using FAPL from h5_fileaccess() to more tests. Remove unused test for unimplemented routine. Switch loc_params to VOL callbacks to pass struct by pointer instead of by value. Add info_to_str and str_to_info "management" callbacks for serializing and deserializing a connector's info object. Revert some of the changes to support the original property list value of metadata read attempts. Add VOL connector info to the flie access property list returned from H5Fget_access_plist(). Also, other misc. cleanups, etc. ...
| * | | | HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-031-0/+4
| | | | |
* | | | | Merge branch 'dset_ohdr_minimize' of ↵Jacob Smith2018-12-121-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize Incorporate a few housekeeping changes and one fix.
| * | | | | Fix typo.Jacob Smith2018-12-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fix CHECK of wrong ID (dset[2|3]_id).
* | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-1271-4427/+5614
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |