summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add library INTERFACE and MPI to toolsAllen Byrne2017-12-281-8/+10
|
* Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-222-968/+601
| | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
* Cleanup comments and if() in TRY blocksAllen Byrne2017-12-201-608/+497
|
* Skip test if 1.6 APIAllen Byrne2017-12-191-30/+44
|
* HDFFV-9724 Add ENV VAR to vds testAllen Byrne2017-12-192-1/+191
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-12-131-65/+42
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '758b9667b3e07a7562107f19f7dabee027e5bd53': (41 commits) HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake removed duplicate exports of DS subroutines removed duplicate exports of DS subroutines Normalization with VOL integration branch. clean-up moved dll export to Module Fixed typo. removed parameters added missing parameter added missing parameter removed duplicate exports of DS subroutines removed fortran comments Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test) exported global variables for windows export var. initialized integer constants Update macros Changed casts to const void * Casted pointers to void to quiet warnings on Linux. Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. ...
| * Normalization with VOL integration branch.Dana Robinson2017-12-051-65/+42
| |
* | HDFFV-9724 Initial changes and testAllen Byrne2017-12-111-0/+274
|/
* Changed casts to const void *Dana Robinson2017-11-271-2/+2
|
* Casted pointers to void to quiet warnings on Linux.Dana Robinson2017-11-271-1/+1
|
* Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.Dana Robinson2017-11-275-282/+300
|
* Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-2716-242/+246
|
* Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-172-214/+204
|
* Fix some of the whitespaceAllen Byrne2017-11-161-127/+127
|
* Correct linkage of filters and other libsAllen Byrne2017-11-162-3/+3
|
* Minor warning fixesDana Robinson2017-11-152-5/+7
|
* Fix Windows link errorAllen Byrne2017-11-141-379/+379
|
* Merge pull request #770 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to developNeil Fortner2017-11-131-0/+98
|\ | | | | | | | | | | * commit 'bca20b40b4966552a844051c3d912d6aec50592f': Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
| * Initialize hid_t variables in test_Attr_bug9.Neil Fortner2017-11-131-4/+4
| |
| * Merge branch 'develop' of ↵Neil Fortner2017-11-1015-1717/+2014
| |\ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into develop
| * | Fix HDFFV-10274. When deleting all (or almost all) of the messages inNeil Fortner2017-11-101-0/+98
| | | | | | | | | | | | | | | | | | an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
* | | Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.Dana Robinson2017-11-131-4/+4
| | |
* | | Merge pull request #767 in HDFFV/hdf5 from ↵Dana Robinson2017-11-111-1/+61
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | ~DEROBINS/hdf5_der:zero_allocation_fix_develop to develop * commit '3e4f6138b60d8363c377e453d63f875775ec907a': Removed asserts from H5MM calls that conflict with stated behavior and added a test to ensure that this doesn't happen in the future.
| * | Removed asserts from H5MM calls that conflict with stated behaviorDana Robinson2017-11-091-1/+61
| |/ | | | | | | and added a test to ensure that this doesn't happen in the future.
* | Cleaned up misc warnings in src and test.Dana Robinson2017-11-101-3/+3
| |
* | Plugin test reworkDana Robinson2017-11-0914-1714/+2011
|/ | | | Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
* Merge pull request #705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-112-1499/+1382
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '11df540c92ac284a664be912b0cb045e8d92e7d3': Added older change that was added to last change HDFFV-10297 add release note - fix test step HDFFV-10297 Fix resource errors and cleanup whitespace HDFFV-10297 fix vl buffer error HDFFV-10297 update calls to H5Zfilter_avail HDFFV-10297 - code changes nullify error HDFFV-10297 - Fix test errors - five remaining HDFFV-10297 - fix repack individual objects includes H5Zfilter_avail() fix
| * HDFFV-10297 add release note - fix test stepAllen Byrne2017-10-111-0/+2
| |
| * HDFFV-10297 update calls to H5Zfilter_availAllen Byrne2017-10-091-1499/+1380
| |
* | Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. Thislrknox2017-10-091-16/+14
|/ | | | | | allows them to be successfully linked but not installed. The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches.
* Fix STREQUAL if commands.Allen Byrne2017-10-021-5/+5
|
* Better segregate clean & dirty LRU lists so that they are only defined whenQuincey Koziol2017-09-302-4/+7
| | | | the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
* Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-2/+3
|
* Modifications based on comments from pull request reviewVailin Choi2017-08-233-4/+39
| | | | | (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
* Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 fileVailin Choi2017-08-225-1/+170
| | | | | Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
* Minor tweaks in response to code review.Dana Robinson2017-08-011-21/+35
|
* Merge branch 'develop' into h5pl_commitDana Robinson2017-08-013-0/+42
|\
| * Add test header for logAllen Byrne2017-07-261-0/+1
| |
| * Verify default paths exist in tableAllen Byrne2017-07-261-0/+2
| |
| * Skip test in test/fheap.c when:Vailin Choi2017-07-181-0/+16
| | | | | | | | | | | | a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions.
| * Changes made based on RFC review commentsVailin Choi2017-07-181-0/+17
| | | | | | | | Test the changes in a branch via daily testing.
* | Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-156/+270
|/ | | | | | | | over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.
* Fix for HDFFV-10217 infinite loop in H5VM_power2up().Vailin Choi2017-07-101-2/+95
| | | | | | The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
* Merge pull request #594 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:test_misc13 to ↵Dana Robinson2017-07-051-142/+140
|\ | | | | | | | | | | | | develop * commit '191147ec90d72619632a24242c003ecb3bccfffd': * Yanked the smoke check that was recently introduced to test the unused H5I_REFERENCE ID type in test_misc19(). This fails when running testhdf5 and skipping the reference test since the H5R package won't be initialized. H5I_REFERENCE will be going away soon and the ID type is unused so there's really no point to doing anything to test it. * Cleaned up test_misc13(), which is a basic test of userblock functionality, to not emit warnings due to the large global array.
| * * Yanked the smoke check that was recently introduced to testDana Robinson2017-07-051-142/+140
| | | | | | | | | | | | | | | | | | | | | | the unused H5I_REFERENCE ID type in test_misc19(). This fails when running testhdf5 and skipping the reference test since the H5R package won't be initialized. H5I_REFERENCE will be going away soon and the ID type is unused so there's really no point to doing anything to test it. * Cleaned up test_misc13(), which is a basic test of userblock functionality, to not emit warnings due to the large global array.
* | Skip HDFFV-10160 filenotclosed test for split/multi driverVailin Choi2017-07-052-1/+20
|/ | | | | | Temporary skip this test for split/multi driver. Further investigation to resolve the failure is needed. Please enter the commit message for your changes. Lines starting
* * Reverted removal of H5I_REFERENCE to avoid breaking binaryDana Robinson2017-07-033-0/+32
| | | | | | compatibility. * Added a quick H5I_REFERENCE smoke check to test_misc19() in tmisc.c.
* Added missing free() call to test_misc19().Dana Robinson2017-07-011-0/+2
|
* Purged the unused H5I_REFERENCE from the library.Dana Robinson2017-07-013-5/+0
|
* Added a test for VFD IDs to testhdf5.Dana Robinson2017-07-013-14/+156
| | | | | | | This required adding some code to generate a fake VFD class to pass to H5FDregister(). Also, a bunch of whitespace and comment tidying.