summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-283-154/+217
| | | | | | 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.
* Add using FAPL from h5_fileaccess() to more tests.Quincey Koziol2018-11-224-39/+194
|
* Remove unused test for unimplemented routine.Quincey Koziol2018-11-221-150/+0
|
* Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-181-0/+11
| | | | metadata read attempts.
* Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-5/+46
| | | | H5Fget_access_plist(). Also, other misc. cleanups, etc.
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-072-17/+21
|\ | | | | | | stackable_vol
| * HDFFV-10605 Only test plugins if SHARED enabledAllen Byrne2018-11-062-17/+21
| |
* | Switch driver | plugin => connector.Quincey Koziol2018-11-042-46/+48
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-044-160/+209
|\ \ | |/ | | | | stackable_vol
| * Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.cVailin Choi2018-11-012-4/+4
| |
| * Fixed fprintf to HDfprintf in the following routines:Vailin Choi2018-11-013-113/+113
| | | | | | | | | | 1) read_uc_file() in use_common.c 2) main() of use_append_chunk.c and use_append_mchunks.c
| * Fix for HDFFV-10554 use_append_chunks in swmr use case test failureVailin Choi2018-10-304-60/+109
| | | | | | | | | | Fix the timing issue of the test by moving the open/close of the test file for the writer to use_append_chunk.c and use_append_mchunks.c.
* | Refactor and standardize the link VOL callbacks. Also fix error stack forQuincey Koziol2018-11-011-7/+10
| | | | | | | | testing.
* | Update for change in error stack when opening a dataset.Quincey Koziol2018-10-311-9/+12
| |
* | Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-311-10/+26
| | | | | | | | dataset callbacks.
* | Move all callback-related routines into the callback source file, standardizingQuincey Koziol2018-10-281-2/+2
| | | | | | | | their coding style
* | Remove virtual dataset refresh code's direct use of native VOL plugin's ID.Quincey Koziol2018-10-273-3/+10
| |
* | Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-4/+2
| | | | | | | | in the 'test' directory appear to be working.
* | Updates after merging changes from develop.Quincey Koziol2018-10-262-12/+12
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-10-253-30/+30
|\ \ | |/ | | | | stackable_vol
| * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-1/+1
| |
| * Updates to the VOL ID and object API calls.Dana Robinson2018-10-173-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the H5VL code in line with the H5I code regarding naming, parameter order, etc. Several public API calls were affected by this change. These changed names to reflect their use with VOL drivers: H5VLregister() --> H5VLregister_driver() H5VLregister_by_name() --> H5VLregister_driver_by_name() H5VLunregister() --> H5VLunregister_driver() H5VLis_registered() --> H5VLis_driver_registered() This call was renamed to match H5Iregister(). The order of the first two parameters also reversed and the object pointer is now const. H5VLobject_register() --> H5VLregister()
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-259-33/+78
|/ | | | modified: test/dsets.c
* VOL FEATUREDana Robinson2018-10-1037-430/+1726
|
* CMake changes for SKIPPED and flush testsAllen Byrne2018-09-242-13/+55
|
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-2/+2
| | | | other misc).
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-2036-1352/+1343
|
* Develop normalization with vol_integration.Dana Robinson2018-09-199-216/+225
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* HD prefix and whitespaceAllen Byrne2018-08-288-1899/+1387
|
* Fix for HDFFV-9277: update the ainfo message after removing an attribute.Vailin Choi2018-07-201-0/+94
|
* Merge pull request #1143 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-07-181-0/+2
|\ | | | | | | | | * commit '3c6654921000a8659276f1fcb32dd0ada1353558': Apply Cygwin pathches from Marco Atzeri. Commit Joe Lee's typo corrections for src/H5MF.c.
| * Merge branch 'develop' of ↵Larry Knox2018-07-1813-68/+545
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * | Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-181-0/+2
| | | | | | | | | | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* | | TRILABS-137 Convert tcheck_version script to cmake testsAllen Byrne2018-07-182-30/+17
| |/ |/|
* | TRILAB-31 Working locallyAllen Byrne2018-07-163-26/+503
| |
* | Merge pull request #1128 in HDFFV/hdf5 from HDFFV-10525-typo-in-vds.c to developLarry Knox2018-07-161-1/+1
|\ \ | | | | | | | | | | | | * commit '863148d1fe0b6949708698ad9277dbdba8129e0c': fixed typo.
| * | fixed typo.Hyo-Kyung Lee2018-07-101-1/+1
| | |
* | | Fixed HDFFV-10404Binh-Minh Ribler2018-07-139-41/+41
| |/ |/| | | | | | | | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor
* | Vailin's fix for H5open fail when file doesn't have write permissionsLarry Knox2018-07-121-1/+1
|/ | | | | for user in test_misc33(). The test file can be opened read-only because the test doesn't write to it.
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-244-329/+50
| | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-141-18/+24
|\
| * Normalization with vol_integration branch.Dana Robinson2018-06-071-18/+24
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-0431-472/+2792
|\ \ | |/
| * Fix usage of compression lib in shared testsAllen Byrne2018-06-011-1/+18
| |
| * Merge pull request #1043 in HDFFV/hdf5 from ↵Dana Robinson2018-05-316-9/+2179
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5do_direct_chunk_hl_to_src to develop * commit '1da9c5545c013ebc540ba3044810889d4acfa5be': Restored some unused #defines to the deprecated section of H5Dpublic.h. Added deprecated symbol wrappers for the H5DOwrite/read_chunk wrappers. Updated commenting in the H5DO compat test. Stripped out most of the duplicated functionality in the H5DO compat test. * Added H5DO compatibility functions. * Changed the offset copy to use an array on the stack. * Yanked some unused #defines. * Fixed the error tests * Moved common functionality into helper functions Normalize with trunk prior to update merge Fixed a warning. Finished move of H5DOread/write_chunk calls to H5D. First stage of moving H5DOread/write_chunk() to src/ and making them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
| | * Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-05-152-99/+80
| | |\
| | * | * Fixed the error testsDana Robinson2018-05-022-3/+3
| | | | | | | | | | | | | | | | * Moved common functionality into helper functions
| | * | Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-304-212/+231
| | |\ \
| | * | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-304-6/+2176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-313-158/+158
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e8ece625f223032db0d26cfffafc045e4ccdf37d': Normalize with vol_integration.