summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup API context function usage.Quincey Koziol2018-03-1917-206/+218
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-53/+59
|\ | | | | | | merge_func_enter_vol
| * Fix memory leak simply by capturing allocation in varAllen Byrne2018-03-161-53/+59
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-1863-4820/+8779
|\ \ | |/ | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-121-0/+128
| |\ | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| | * Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-121-0/+128
| | |
| * | Merge pull request #935 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:develop to developBinh-Minh Ribler2018-03-121-6/+19
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Notes for gen_bounds.c * commit '8155dba8d7cb8dbe2532c17c7ea5a27f52e3095b': Improve code Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly)
| | * | Improve codeBinh-Minh Ribler2018-03-101-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly)
| * | | Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
| |/ /
| * | Improving testsBinh-Minh Ribler2018-03-091-1/+1
| |/ | | | | | | | | | | | | | | Description: Fixed typos that caused daily test failure on Ostrich Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich)
| * Merge pull request #901 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-03-075-151/+548
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:develop to develop tests for version bounds. * commit 'f05f9d4cffab5e008c67e19034c1b248e1b01b3c': Miscellaneous test fixes Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Added h5repack tests Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake Added bounds_latest_latest.h5 Misc improvement Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Improving tests Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
| | * Miscellaneous test fixesBinh-Minh Ribler2018-03-062-10/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| | * Misc improvementBinh-Minh Ribler2018-02-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| | * Improving testsBinh-Minh Ribler2018-02-174-149/+522
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
| * | plist testfiles need to be copied into VFD test folders as wellAllen Byrne2018-03-061-0/+15
| | |
| * | Fix test loopAllen Byrne2018-03-011-39/+39
| | |
| * | Correct if-endif blockAllen Byrne2018-03-011-1/+1
| | |
| * | Correct use of LIST varAllen Byrne2018-02-281-1/+1
| | |
| * | Fix list varAllen Byrne2018-02-273-6/+7
| | |
| * | Fix IN_LIST usageAllen Byrne2018-02-273-4/+4
| | |
| * | Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-273-571/+535
| | |
| * | Fix for daily test failure for test/fheap.cVailin Choi2018-02-191-0/+27
| |/ | | | | | | | | | | The failure occurs when HDF5TestExpress is set to 0. The check for file size check fails due to persisting free-space when creating the file. The fix is to set libver bounds (v18, latest) when creating the test file.
| * Fixed daily test failureBinh-Minh Ribler2018-02-171-2/+11
| | | | | | | | | | | | | | | | | | Description: Added missing H5Pclose that caused daily test failure. Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
| * Fix for daily test failureVailin Choi2018-02-141-1/+6
| | | | | | | | Fix for test/testhdf5.sh for configuration with --enable-using-memchecker.
| * Merge pull request #895 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-1425-2780/+2744
| |\ | | | | | | | | | | | | | | | * commit 'e09ccc4a2168e79b9f7500b8ec68ed5f829c8604': More includes cleanup Cleanup overuse of include files
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-02-141-3/+10
| | |\ | | | | | | | | | | | | | | | | * commit '0b98ddd12324e5dae17dd8135bf72094d66e5d17': Fixed DT failure Description: Added a missing return statement to a non-void function. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
| | * | More includes cleanupAllen Byrne2018-02-1413-1840/+1823
| | | |
| | * | Cleanup overuse of include filesAllen Byrne2018-02-1412-940/+921
| | | |
| * | | Merge branch 'develop' of ↵Vailin Choi2018-02-141-3/+10
| |\ \ \ | | | |/ | | |/| | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
| | * | Fixed DT failureBinh-Minh Ribler2018-02-141-3/+10
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | Description: Added a missing return statement to a non-void function. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
| * | Fix for daily test failure for configuration with --disable-deprecated-symbolsVailin Choi2018-02-141-1/+1
| |/
| * Added comment for clarification about latest as 1.10.Binh-Minh Ribler2018-02-131-1/+3
| | | | | | | | | | | | Platforms tested: Linux/64 (jelly) Linux/32 (jam)
| * Fixed typosBinh-Minh Ribler2018-02-131-4/+1
| | | | | | | | | | Platforms tested: Linux/32 (jam)
| * Additional testsBinh-Minh Ribler2018-02-137-179/+1026
| | | | | | | | | | | | | | | | | | | | Description: - Revised and add more variety to version bound tests per review - Revised gen_bounds.c per review Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test)
| * Merge branch 'bugfix/version_bounds' of ↵Binh-Minh Ribler2018-02-0820-0/+0
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds
| | * Merge pull request #2 in ~VCHOI/my_hdf5_fork from ↵Binh-Minh Ribler2018-02-072-267/+263
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:bugfix/version_bounds to bugfix/version_bounds * commit '74f74f60bb92cc614616d8ae3d91ecc2921aade1': Cleaned up per comments in PR# 876 Added gen_bounds.c Added gen_bounds.c
| | * | Modifications made based on comments from pull request.Vailin Choi2018-02-0720-0/+0
| | | |
| * | | Added gen_boundsBinh-Minh Ribler2018-02-081-0/+1
| | |/ | |/|
| * | Cleaned up per comments in PR# 876Binh-Minh Ribler2018-02-071-266/+262
| | | | | | | | | | | | | | | | | | Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| * | Added gen_bounds.cBinh-Minh Ribler2018-02-011-1/+1
| |/
| * Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-232-21/+1
| |\ | | | | | | | | | Keep the branch up-to-date.
| | * HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-1/+1
| | |
| | * HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-181-1/+1
| | |
| | * HDFFV-10385 rework java namesAllen Byrne2018-01-172-20/+0
| | |
| | * Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-121-1/+1
| | |
| * | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-124-725/+1121
| |\ \ | | |/
| | * HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-1/+1
| | |
| | * Fix memory leak due to addition of FORMAT check loopAllen Byrne2017-12-291-78/+126
| | |
| | * HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-283-640/+986
| | |
| | * Add library INTERFACE and MPI to toolsAllen Byrne2017-12-281-8/+10
| | |