diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-08-15 22:25:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-08-15 22:25:22 (GMT) |
commit | 57c4aeb0cc0d1f2aca2be85895dd3ecef92f36dd (patch) | |
tree | 49cacb62d0ef8e66f35d4aeab1b29df67a27ea81 /tools/test/h5diff/testh5diff.sh.in | |
parent | 94ae09469b75b8c447760f11068c4643a1a53bc7 (diff) | |
download | hdf5-57c4aeb0cc0d1f2aca2be85895dd3ecef92f36dd.zip hdf5-57c4aeb0cc0d1f2aca2be85895dd3ecef92f36dd.tar.gz hdf5-57c4aeb0cc0d1f2aca2be85895dd3ecef92f36dd.tar.bz2 |
TRILABS-277 Use JIRA number as #ifdef
Diffstat (limited to 'tools/test/h5diff/testh5diff.sh.in')
-rw-r--r-- | tools/test/h5diff/testh5diff.sh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/test/h5diff/testh5diff.sh.in b/tools/test/h5diff/testh5diff.sh.in index 9f88ee1..587c340 100644 --- a/tools/test/h5diff/testh5diff.sh.in +++ b/tools/test/h5diff/testh5diff.sh.in @@ -354,6 +354,7 @@ $SRC_H5DIFF_TESTFILES/h5diff_710.txt $SRC_H5DIFF_TESTFILES/h5diff_80.txt $SRC_H5DIFF_TESTFILES/h5diff_800.txt $SRC_H5DIFF_TESTFILES/h5diff_801.txt +$SRC_H5DIFF_TESTFILES/h5diff_830.txt $SRC_H5DIFF_TESTFILES/h5diff_90.txt $SRC_H5DIFF_TESTFILES/h5diff_8625.txt $SRC_H5DIFF_TESTFILES/h5diff_8639.txt @@ -1202,6 +1203,11 @@ TOOLTEST h5diff_800.txt -v h5diff_dset1.h5 h5diff_dset2.h5 /g1/array /g1/array TOOLTEST h5diff_801.txt -v h5diff_dset1.h5 h5diff_dset3.h5 /g1/array /g1/array # ############################################################################## +# # dataset subsets +# ############################################################################## +#TRILABS-227 TOOLTEST h5diff_830.txt --enable-error-stack -v h5diff_dset1.h5 h5diff_dset2.h5 /g1/array3D[0,0,0;2,2,1;2,2,2;] /g1/array3D[0,0,0;2,2,1;2,2,2;] + +# ############################################################################## # VDS tests # ############################################################################## TOOLTEST h5diff_v1.txt -v 1_vds.h5 2_vds.h5 |