AuthorCommitMessageCommit dateIssues
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 ...
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 functions versioned...EED-285
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 versionedstructure.
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 apitesting.
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_tDescription: 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().
Quincey KoziolQuincey Koziol
cfc955800a8Description: Update for switch from H5Pset_latest_format -> H5Pset_format_bounds
Larry KnoxLarry Knox
05c9398c78fProvide for null message and 1.6.6 version change. Tested on kagiso, smirom and linew.
Larry KnoxLarry Knox
1a9e49b08aaUndo mistaken path to h5cc; add code to use matching paths for binaries if directory named for host has a suffix.
Larry KnoxLarry Knox
017727c8ce7Modified check_api.sh and expected output files for H5E api to ignore version string beyond 1.8.0.\n\nTested on 32 and 64 bit Linux and Solaris.
Private HDFPrivate HDF
da22fbdb318Specify bash shell. Use hostname in path to h5cc so the script can be run on multiple machines.
Quincey KoziolQuincey Koziol
7c7790cdac9Description: Catch up with recent changes to API names.Tested on: Mc OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
67077967550Description: Add API versioning tests for H5Tarray_create() and H5Tget_array_dims().Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
f90a481842cDescription: Add API versioning test for H5Pget_filter_by_id()Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
7771aba7ac0Description: Add API versioning test for H5Pget_filter.
Quincey KoziolQuincey Koziol
dab179a1a8aDescription: Add API versioning regression test for H5Pinsert().Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
086b2b41990Description: Add test harness for H5P* routines. Add version test for H5Pregister. Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
66a1421f47aDescription: Add H5Dcreate() to API version checks Update test script to handle API versioning of misc. routines in other APIs than the test program is exercising. Update test script to handle thread-safe library builds Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
ca53c539073Description: Add regression test for API versioning of H5D routines.Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
f83da3c8088Description: Add API versioning checks for H5Aiterate()Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
5a8802af9f3Description: Add regression test for API versioning on H5Arename()Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
d65c071aebbDescription: Add API versioning regression test for H5Adelete()Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
4b1b556268eDescription: Add API versioning regression test for H5Topen.Tested on: Mac OS X/32 10.4.10(amazon)
Quincey KoziolQuincey Koziol
9322374b0b7Description: Add API compatibility tests for H5Tcommit()Tested on: Mac OS X/32 10.4.10 (duty)
Quincey KoziolQuincey Koziol
aafddeebd1fDescription: Add API versioning test for H5Rget_obj_typeTested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
2f566d22295Description: Add symbol version info to H5G API output Add test for H5Gopen symbol Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
8d9ae8bcc1bDescription: Add API compatibility test for H5G API routines and start with H5Gcreate routine.Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
ea003318f36Description: Add test for 1.8 library in "normal" modeTested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
cd832966ce7Description: Flesh out API version compatibility testing to check both the 1.8.x library when built in 1.6 mode and the 1.8.x library when using the "look like 1.6" macro at application compile time. Also add tests for upgrading & downgrading each API routine when the 1.8 library is compiled as 1.6 and "normally". Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
a407d1210f1Description: Add actual tests for all error API (H5E) routine that became versioned in 1.8.0 release.Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
951daf892c6Description: Clean up output comments when an error is found