Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Grep needs to search error file | Allen Byrne | 2019-12-22 | 1 | -1/+1 |
| | |||||
* | grep for failure text in error stack | Allen Byrne | 2019-12-22 | 1 | -1/+37 |
| | |||||
* | In portable shell scripts (using #!/bin/sh) we have to use single square | David Young | 2019-12-19 | 1 | -1/+1 |
| | | | | brackets, [ ], instead of the bash-ism double square brackets, [[ ]]. | ||||
* | Update to new error text | Allen Byrne | 2019-12-02 | 1 | -3/+3 |
| | |||||
* | Improvements in response to Allen's suggestions. | Larry Knox | 2019-10-09 | 1 | -12/+12 |
| | |||||
* | Corrections and improvements to testh5dump.sh.in changes. | Larry Knox | 2019-10-09 | 1 | -34/+10 |
| | |||||
* | Fix errors in testh5dump.sh tests that grep for reference error messages. | Larry Knox | 2019-10-09 | 1 | -3/+33 |
| | |||||
* | Change reference test to grep for specific error | Allen Byrne | 2019-10-07 | 1 | -3/+3 |
| | |||||
* | Add test cleanup | Allen Byrne | 2019-06-24 | 1 | -0/+5 |
| | |||||
* | Need to shift off two arguments | Allen Byrne | 2019-06-24 | 1 | -0/+1 |
| | |||||
* | HDFFV-9407 add autotools test | Allen Byrne | 2019-06-24 | 1 | -0/+29 |
| | |||||
* | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -2/+4 |
| | | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc. | ||||
* | HDFFV-10632 update autotools test scripts to match cmake | Allen Byrne | 2018-12-06 | 1 | -8/+0 |
| | |||||
* | Modifications made based on feedback from pull request. | Vailin Choi | 2018-07-11 | 1 | -3/+3 |
| | |||||
* | Fix for HDFFV-10333: | Vailin Choi | 2018-07-11 | 1 | -0/+5 |
| | | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump | ||||
* | HDFFV-10188 Add tests and files | Allen Byrne | 2017-08-21 | 1 | -0/+3 |
| | |||||
* | HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed | Allen Byrne | 2017-06-19 | 1 | -2/+2 |
| | |||||
* | HDFFV-10186 Need to pull the flag into the script | Allen Byrne | 2017-05-11 | 1 | -0/+2 |
| | |||||
* | HDFFV-10186 Add endianess to bitfield and fix tests | Allen Byrne | 2017-05-10 | 1 | -2/+7 |
| | |||||
* | Fix name to copy | Allen Byrne | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Correct name of file to copy | Allen Byrne | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Add test file to list and fix test typo | Allen Byrne | 2017-05-02 | 1 | -1/+3 |
| | |||||
* | Make test scripts fail if result files are created | Allen Byrne | 2017-05-02 | 1 | -12/+34 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | Split tools into src and test - add folders | Allen Byrne | 2016-10-27 | 1 | -0/+1345 |