summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-1097 Changed file columnsAllen Byrne2017-10-1616-2083/+2083
|
* HDFFV-10297 add h5copy test and fix h5diff errorsAllen Byrne2017-10-1610-10/+10
|
* Merge pull request #705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-112-10/+14
|\ | | | | | | | | | | | | | | | | | | | | | | * 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 update calls to H5Zfilter_availAllen Byrne2017-10-092-10/+14
| |
* | Correct indentation in h5diff/Makefile.am.lrknox2017-10-091-1/+1
| |
* | Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. Thislrknox2017-10-091-5/+2
|/ | | | | | 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.
* Cleanup cmake clean macrosAllen Byrne2017-10-031-8/+38
|
* Fix STREQUAL if commands.Allen Byrne2017-10-021-5/+5
|
* HDFFV-9774 Apply standard mask to .err filesAllen Byrne2017-09-066-12/+12
|
* HDFFV-10276 Add filter mask for standard errAllen Byrne2017-09-067-12/+15
|
* HDFFV-9774 Add enable-error-stack argument to h5diffAllen Byrne2017-08-3123-0/+186
|
* if PARALLEL copy seconf file to PAR folderAllen Byrne2017-07-271-0/+3
|
* Correct copy to file nameAllen Byrne2017-07-251-1/+1
|
* HDFFV-10246 Add check for string not null before useAllen Byrne2017-07-253-0/+29
|
* Fixed additional minor warnings.Dana Robinson2017-05-251-22/+19
|
* HDFFV-9055 Correct file generatorAllen Byrne2017-05-186-3/+3
|
* HDFFV-9055 add test filesAllen Byrne2017-05-175-9/+51
|
* HDFFV-9995 Clarify help textAllen Byrne2017-05-1610-90/+120
|
* HDFFV-10128 Fixed string length with no null fixedAllen Byrne2017-05-162-14/+2
|
* HDFFV-10128 add test to check null termAllen Byrne2017-05-155-2/+42
| | | Test is another dataset
* Make test scripts fail if result files are createdAllen Byrne2017-05-022-0/+4
|
* Comment out install-exec-hooks to remove libdynlib* files. Allen didlrknox2017-04-281-2/+2
| | | | | | | the same for hdf5_1_10 and hdf5_1_10_1 because the hooks don't reliably work. In the develop branch they are causing make install failures because the autotools' install commands sometimes attempt to chmod these files when they no longer exist.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-257-36/+35
| | | | | | | | | | 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.
* Our best effort to build dynamic plugin tests and not install them withlrknox2017-04-211-2/+5
| | | | | "make install". It seems the install-exec-hook doesn't remove the last to be installed.
* Update tool dyn libAllen Byrne2017-04-181-0/+1
|
* Final merge of page buffering branch to developQuincey Koziol2017-03-143-14/+0
|
* Correct result code for strings testAllen Byrne2017-03-031-4/+4
|
* Add extension to filenameAllen Byrne2017-03-031-4/+4
|
* HDFFV-10128 fix string compare and add testsAllen Byrne2017-03-039-51/+337
|
* Update CMake files and formattingAllen Byrne2017-03-012-16/+15
|
* Fix parallel h5diff test comapareAllen Byrne2017-02-141-4/+5
|
* Set depends test dependency for parallel h5diffAllen Byrne2017-02-141-0/+4
|
* HDFFV-10118 fixed plugin tests for toolsAllen Byrne2017-01-205-35/+32
|
* Chnage test dir to avoid parallel test collisionsAllen Byrne2017-01-181-6/+6
|
* Add autotools version of plugin tests for UD filtersAllen Byrne2017-01-172-0/+331
|
* HDFFV-9994 add UD tests for toolsAllen Byrne2017-01-177-0/+199
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-131-0/+15
|\ | | | | | | | | * commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb': tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
| * tools/test/h5diff/testh5diff.sh.in:lrknox2017-01-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. tools/test/misc/testh5repart.sh.in: Change the name of the temporary test directory from "testfiles" which is also used for 2 h5mkgrp test files under source control to "testrepart" to avoid deleting source controlled files when running "make check" in the source directory. Fix test scripts that remove source-controlled files during "make check" when run in-source. Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory. Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
* | HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-4/+16
| | | | | | Also converted tests to use macros
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-102-10/+10
|/
* Split VDS files into a separate listAllen Byrne2017-01-101-37/+40
|
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-114-0/+35
|
* Fix parallel h5diff option of tool locationAllen Byrne2016-11-021-2/+2
|
* Split tools into src and test - add foldersAllen Byrne2016-10-27241-0/+26136