Allen Byrne
e9411e7d89
Fix test DEPENDS
2017-10-25 09:06:18 -05:00
Allen Byrne
8e2bf9521c
Fix typo
2017-10-24 14:18:47 -05:00
Allen Byrne
cb3eb13da4
Fix typos
2017-10-24 11:05:15 -05:00
Allen Byrne
4c68000a23
HDFFv-10297 Free buffer inside loop
2017-10-23 12:43:27 -05:00
Allen Byrne
b96af18222
HDFFV-10297 - Cleanup, initialize variables
2017-10-23 09:32:29 -05:00
Allen Byrne
9a8a1282c5
HDFFV-10297 Merge from develop
2017-10-20 09:38:26 -05:00
Allen Byrne
7fbed4481c
Merge from develop
2017-10-20 08:34:08 -05:00
Allen Byrne
2b7ee7e362
Avoid double free
2017-10-19 16:55:33 -05:00
Allen Byrne
f183ecd3f9
Merge from develop
2017-10-19 12:50:28 -05:00
Allen Byrne
a1a1840d6e
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
...
* commit '6d353f8ccc908d494a4ea8e1a56c9fb8e973e908':
Snapshot version 1.10 release 2 (snap2)
Merge pull request #703 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
2017-10-19 12:32:15 -05:00
Allen Byrne
bd56b17c2f
Fix name of reference file
2017-10-19 12:20:17 -05:00
Allen Byrne
0b3b55f791
HDFFV-10297 Merge from develop
2017-10-18 16:37:49 -05:00
Larry Knox
a6fdf1bb0e
Merge pull request #703 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '4a3998ac308c2bf24201e470c0b23f7f83f063e1':
Correct indentation in h5diff/Makefile.am.
Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. This 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.
2017-10-16 15:45:14 -05:00
Allen Byrne
137c4a9878
HDFFV-10297 correct reference file for 1.10
2017-10-11 10:05:53 -05:00
Allen Byrne
f92ccce1f9
HDFFV-10297 merge from develop
2017-10-10 14:46:59 -05:00
Allen Byrne
bd6de98d17
Undo commit
2017-10-09 13:21:43 -05:00
Allen Byrne
3490160ad8
HDFFV-10297 - Changes to code makes old failure moot
2017-10-09 13:21:43 -05:00
Allen Byrne
4903174830
Fix other test name typos
2017-10-05 08:56:52 -05:00
Allen Byrne
ca685d0dc2
Fix cmake test name for valgrind
2017-10-05 08:53:36 -05:00
Allen Byrne
76d90e4d9d
HDFFV-10297 merge tools changes from develop
2017-10-03 14:40:24 -05:00
Allen Byrne
d75400082e
Merge fix for VS2013
2017-09-20 11:55:51 -05:00
Allen Byrne
2713d84ed3
Fix VS2013 build error
2017-09-20 10:49:27 -05:00
Allen Byrne
3495502a77
Fix merge typos
2017-09-11 12:46:07 -05:00
Allen Byrne
884d926a3e
HDFFV-9774 Fix code merge whitespace
2017-09-08 16:56:43 -05:00
Allen Byrne
10676247a8
HDFFV-10276 Remove whitespace
2017-09-08 09:31:04 -05:00
Allen Byrne
c3fcd62ea6
HDFFV-10276 Add UD flag option to h5repack
2017-09-07 13:29:43 -05:00
Allen Byrne
a8dd6f6973
HDFFV-9774 - add enable-error-stack, Merge from develop
2017-09-07 09:55:53 -05:00
Allen Byrne
fcf3b93518
Fix function call args
2017-08-31 09:02:48 -05:00
Allen Byrne
8e71bbec75
HDFFV-10282 merge from develop
2017-08-28 10:27:21 -05:00
Allen Byrne
65209ee5d5
HDFFV-10188 Force non-native type description
2017-08-23 10:26:26 -05:00
Allen Byrne
6e193a03f6
HDFFV-10188 merge typo fix
2017-08-21 13:07:44 -05:00
Allen Byrne
bd6bf373db
HDFFV-10188 add copy of test files
2017-08-21 12:28:12 -05:00
Allen Byrne
00d66e3cb8
HDFFV-10188 merge fix and tests from develop
2017-08-21 12:11:24 -05:00
Allen Byrne
04d72b2c42
HDFFV-10219 and HDFFV-10256 merge from develop
2017-08-04 11:20:10 -05:00
Allen Byrne
98d4addcf7
Add h5repack tests for paged aggregation
2017-08-03 15:55:52 -05:00
Vailin Choi
aa0ad22a94
Add h5repack tests for paged aggregation
...
Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
2017-08-02 17:05:57 -05:00
Allen Byrne
fe0ca45e13
Parallel needs copy of file in PAR folder
2017-07-27 11:21:20 -05:00
Allen Byrne
8551126dcf
Insure zip_perf program does not run concurrently
2017-07-26 11:04:36 -05:00
Allen Byrne
9dd678856e
HDFFV-10246 Fix vl string compare in h5diff
2017-07-26 09:59:43 -05:00
Dana Robinson
4b7013194c
Cherry pick of some minor tools fixes from develop:
...
ee7816bbfb
ffc9b1d917
ec7450c4b4
2017-07-24 11:02:15 -07:00
Dana Robinson
fb5c13d59c
Merge of recent develop work to 1.10 branch:
...
* H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214)
* H5FDdriver_query() API call (HDFFV-10215)
* Fix to skip SWMR tests that when the current VFD is not compatible
with the default VFD (HDFFV-10197)
* Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937)
* Many warning fixes
2017-05-31 17:45:41 -04:00
lrknox
938dc838b8
Test split tbitfields.h5.xml into big and little endian files. tbitfields.h5.xml was removed from MANIFEST but the file still needs to be removed, as it was in the develop branch.
2017-05-27 11:01:48 -05:00
Allen Byrne
635e8c5377
merge from develop and apply HDFFV-8611
2017-05-24 15:00:51 -05:00
Allen Byrne
206c4a43e8
HDFFV-8611 add autotools test
2017-05-24 14:35:39 -05:00
Allen Byrne
52f5c1b14f
Remove obsolete function
2017-05-24 14:35:24 -05:00
Allen Byrne
40b51136a2
HDFFV-8611 change h5repack to save the root group creation order
...
Added test and new arguments to control the the input file parsing.
2017-05-24 14:34:28 -05:00
Allen Byrne
a4a1a93e56
HDFFV-9055 Correct file generator
2017-05-18 15:35:05 -05:00
Allen Byrne
8dd40ba371
Move declaration before executable statement
2017-05-17 16:00:54 -05:00
Allen Byrne
11edb1efd0
HDFFV-9055 regenerate file for 1.10
2017-05-17 10:30:05 -05:00
Allen Byrne
68ec8c4f6c
HDFFV-9055 add test files
2017-05-17 10:20:01 -05:00