OTHER
  1. OTHER

h5compat

Public

Network

 
AuthorCommitMessageCommit Date
Larry KnoxLarry Knox
e7b9d13120dMMerge pull request #5 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master * commit 'c8c990368d7ddd889900fe16b2e4b76571d1a8e5': Grep output in check_api.sh to compare only the version output and ignore other error output. Update api/test_h5e files for change to rename H5E_ATOM to H5E_ID in HDF5 1.13.0.
Larry KnoxLarry Knox
c8c990368d7Grep output in check_api.sh to compare only the version output and ignore other error output.
Larry KnoxLarry Knox
b98cbf58d4bUpdate api/test_h5e files for change to rename H5E_ATOM to H5E_ID in HDF5 1.13.0.
Larry KnoxLarry Knox
636090a983eMMerge pull request #4 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master * commit 'd54202ed553c4f3becd105cfc52a5c7f5650ed12': Clean up comments and simplify conditions in test_h5o.c. Modify H5F and H5O tests with versioned info structures to work on ostrich and emu. I don't think these were big-endian issues, just that the compilers aren't as forgiving as on centos7. Update for test file t_ref.c Run region and opbject reference tests together. Update check_format.sh and ...
Larry KnoxLarry Knox
d54202ed553Clean up comments and simplify conditions in test_h5o.c.
Larry KnoxLarry Knox
987d74830c7Modify H5F and H5O tests with versioned info structures to work on ostrich and emu. I don't think these were big-endian issues, just that the compilers aren't as forgiving as on centos7.
Larry KnoxLarry Knox
e9ffc08b652MMerging in latest from upstream (OTHER/h5compat:refs/heads/master) * commit '57e8754b801bff4b0862faad0f7d4738c54b2af4': Fix a bug in the declaration of buffer for the old reference type: Should use hobj_ref_t for object reference and hdset_reg_ref_t for dataset region reference.
vchoivchoi
57e8754b801Fix a bug in the declaration of buffer for the old reference type: Should use hobj_ref_t for object reference and hdset_reg_ref_t for dataset region reference.
Larry KnoxLarry Knox
fe5ddc70eb2MMerging in latest from upstream (OTHER/h5compat:refs/heads/master) * commit 'a92e045930da36e48b68fc96897d19d512d168c5': Add tests for hyperslab/point format changes.
Vailin ChoiVailin Choi
a92e045930dAdd tests for hyperslab/point format changes.
Larry KnoxLarry Knox
da7a1f2a184Update for test file t_ref.c
Larry KnoxLarry Knox
b811630a577MMerging in latest from upstream (OTHER/h5compat:refs/heads/master) * commit '7e924dbee06e4b880e9ef1fe1fc121c8995db8a5': (1) Combine tests/t_ref_object.c and tests/t_ref_region.c into tests/t_ref.c (2) Fix bug when reading the referenced datasets
Vailin ChoiVailin Choi
7e924dbee06(1) Combine tests/t_ref_object.c and tests/t_ref_region.c into tests/t_ref.c (2) Fix bug when reading the referenced datasets
Larry KnoxLarry Knox
e436594652bRun region and opbject reference tests together.
Larry KnoxLarry Knox
b88b04d0e01Update check_format.sh and add expected files for reference tests.
Larry KnoxLarry Knox
3885d90f262MMerging in latest from upstream (OTHER/h5compat:refs/heads/master) * commit 'c0b2544883d4878bec5b0279d0cd4d696d659bf2': Modfy tests for object reference. Add tests for dataset region reference.
Vailin ChoiVailin Choi
c0b2544883dModfy tests for object reference. Add tests for dataset region reference.
Larry KnoxLarry Knox
966e0dbb7ecAdd expected output files for object references format tests. Modify check_format.sh to run the tests.
Vailin ChoiVailin Choi
3b6117535c0Add tests for object references
Larry KnoxLarry Knox
a0b3807d5b5MMerge pull request #3 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master * commit 'db9ca742c17e78bd87465105a7cd78fc30ae6780': Update 2 API test changes for H5O changes in HDF5 1.12. Update API tests for H5O changes in 1.12/
Larry KnoxLarry Knox
db9ca742c17Update 2 API test changes for H5O changes in HDF5 1.12.
Larry KnoxLarry Knox
ffe575bb0d8Update API tests for H5O changes in 1.12/
Larry KnoxLarry Knox
4ea1b3a2a13MMerge pull request #2 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master * commit '7095d906c1f33ab346869fd38c1d788f923e74c0': Fix cut and paste errors in check_api.sh from adding 1.12 version, errors in expected output files when copied from wrong version, and rename vdev to v112 for output of function tests with version changes in v112. Update api and format tests for v1.12. Add comment explaining need for #define H5F_LIBVER_V18 H5F_LIBVER_18. Fix typo and remov...
Larry KnoxLarry Knox
7095d906c1fFix cut and paste errors in check_api.sh from adding 1.12 version, errors in expected output files when copied from wrong version, and rename vdev to v112 for output of function tests with version changes in v112.
Larry KnoxLarry Knox
bbf38106364Update api and format tests for v1.12.
Larry KnoxLarry Knox
358623d391dAdd comment explaining need for #define H5F_LIBVER_V18 H5F_LIBVER_18. Fix typo and remove unneeded braces.
Larry KnoxLarry Knox
abc1ef46b8fUpdated test description in test scripts for additional HDF5 libraries.
Larry KnoxLarry Knox
816c4a0b1c3Extend current format tests with HDF5 v1.10 and vdev libraries.
Larry KnoxLarry Knox
b33e8081172MMerge pull request #1 in OTHER/h5compat from ~LRKNOX/h5compat_lrk:master to master * commit '6a03369e96e47349f1ae39cc7e90b9272d8dcafa': Update check_apo.sh and expected/test_h5e/vdev-* for version 1.11. Add test for versioned H5F_info_t to test_h5f.c Add missing comments to identify #endifs. Add tests for H5S functions versioned in HDF5 1.12. Update test_h5p.c to correct typos. Commit expected/test_h5p output file changes resulting from corrections. Add tests for H5O functions versio...
Larry KnoxLarry Knox
6a03369e96eUpdate check_apo.sh and expected/test_h5e/vdev-* for version 1.11. Add test for versioned H5F_info_t to test_h5f.c
Larry KnoxLarry Knox
3a1d515a025MMerge pull request #1 in ~LRKNOX/h5compat_lrk from bugfix/EED-285-add-backward-forward-compatibility to master * commit '7c3bf57026fafbffea1aed69458dc4feb3683ad8': Add missing comments to identify #endifs. Add tests for H5S functions versioned in HDF5 1.12. Update test_h5p.c to correct typos. Commit expected/test_h5p output file changes resulting from corrections. Add tests for H5O functions versioned in HDF5 1.12. Add TESTAPI110 and TESTAPI112 functions to check_api.sh to test functio...
Larry KnoxLarry Knox
7c3bf57026fAdd missing comments to identify #endifs.
Larry KnoxLarry Knox
3aa53cc0a2aAdd tests for H5S functions versioned in HDF5 1.12. Update test_h5p.c to correct typos. Commit expected/test_h5p output file changes resulting from corrections.
Larry KnoxLarry Knox
0e620cca0beAdd tests for H5O functions versioned in HDF5 1.12. Add TESTAPI110 and TESTAPI112 functions to check_api.sh to test functions versioned in v1.10 and v1.12, not in v1.8.
Larry KnoxLarry Knox
5577a0e7d65Add testing for H5Rdereference function versioned in HDF5 1.10.
Larry KnoxLarry Knox
5dc797a2769Add tests for version H5F function H5Fget_info and its versioned structure.
Larry KnoxLarry Knox
88bb5903043Add HDF5 1.11 (develop) binaries with v16, v18 and v110 default apis to api testing.
Larry KnoxLarry Knox
e2dfde94a8aAdd HDF5 1.10 binaries with v16 and v18 default apis to existing api testing.
Larry KnoxLarry Knox
c004f346222Check in bin and testh5compat.sh script to run h5compat test.
Quincey KoziolQuincey Koziol
d461efc9e8bDescription: Correct expected output file after update to 1.8/trunk HDF5 library now allows 1.6 to access information. Also clean up a few compiler warnings at compile time. Tested on: Mac OS X/32 10.6.4 (amazon)
Larry KnoxLarry Knox
be956b4ecf0check_format.sh should return non-zero on failure rather than always returning 0. exit $EXIT_VALUE should accomplish that. Tested on jam.
Larry KnoxLarry Knox
0b9742f478fUpdate paths to match new pre-release/hdf5/v18 structure. Tested on jam, smirom, linew, duty & liberty.
Larry KnoxLarry Knox
4ce47ccf9d0Update paths to match new pre-release/hdf5/v18 structure. Tested on jam, smirom, linew, duty & liberty.
Larry KnoxLarry Knox
90948eb40bdUpdate paths to match new pre-release/hdf5/v18 structure. Tested on jam, smirom, linew, duty & liberty.
Neil FortnerNeil Fortner
22f1791d299Purpose: Add test for H5Z_class_t Description: Versioning was recently added to H5Z_class_t. This new test verifies that the versioning is working correctly, in a manner similar to other versioned symbols. Tested: jam
Private HDFPrivate HDF
293ddfd71e6Modified test scripts to exit with 0 if successful or 1 if any test fails.
Private HDFPrivate HDF
456d7b03d32Change scripts to run with /bin/sh instead of /bin/bash.
Private HDFPrivate HDF
7fff93c38e7Generalize 1.8 version in script and expected files to 1.8.x, ignoring any version extension.
Larry KnoxLarry Knox
aff101fe60bGeneralize 1.6 version in script and expected file to 1.6.x, ignoring rc-...
Quincey KoziolQuincey Koziol
773bcf1ee40Description: Switch from H5Pset_format_bounds() => H5Pset_libver_bounds().