diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-04-11 13:45:33 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-04-11 13:45:33 (GMT) |
commit | 7fe0324fc43bbe94e48e2cb412bd02870036e0fc (patch) | |
tree | 25a66f053e23dd9311ed26c97222e30d50a73847 /tools/h5diff | |
parent | 921b68afa7c8198c55fe524b56f4be9119e2077c (diff) | |
download | hdf5-7fe0324fc43bbe94e48e2cb412bd02870036e0fc.zip hdf5-7fe0324fc43bbe94e48e2cb412bd02870036e0fc.tar.gz hdf5-7fe0324fc43bbe94e48e2cb412bd02870036e0fc.tar.bz2 |
[svn-r29680] HDFFV-1956: h5diff will warn if a dataset is virtual instead of failing. h5diff does not consider the layout type when comparing datasets.
SKIP h5repack VDS tests until h5repack is fixed.
Diffstat (limited to 'tools/h5diff')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_v1.txt | 2 | ||||
-rw-r--r-- | tools/h5diff/testfiles/h5diff_v3.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5diff/testfiles/h5diff_v1.txt b/tools/h5diff/testfiles/h5diff_v1.txt index 31a3eae..8210cf9 100644 --- a/tools/h5diff/testfiles/h5diff_v1.txt +++ b/tools/h5diff/testfiles/h5diff_v1.txt @@ -7,7 +7,7 @@ file1 file2 group : </> and </> 0 differences found dataset: </vds_dset> and </vds_dset> -Not comparable: </vds_dset> or </vds_dset> is an empty dataset +Warning: </vds_dset> or </vds_dset> is a virtual dataset Not comparable: </vds_dset> has rank 3, dimensions [5x18x8], max dimensions [18446744073709551615x18x8] and </vds_dset> has rank 3, dimensions [6x8x14], max dimensions [18446744073709551615x8x14] 0 differences found diff --git a/tools/h5diff/testfiles/h5diff_v3.txt b/tools/h5diff/testfiles/h5diff_v3.txt index 8c5d2a2..57af303 100644 --- a/tools/h5diff/testfiles/h5diff_v3.txt +++ b/tools/h5diff/testfiles/h5diff_v3.txt @@ -1,4 +1,4 @@ -Not comparable: </vds_dset> or </vds_dset> is an empty dataset +Warning: </vds_dset> or </vds_dset> is a virtual dataset Not comparable: </vds_dset> has rank 3, dimensions [5x18x8], max dimensions [18446744073709551615x18x8] and </vds_dset> has rank 3, dimensions [6x8x14], max dimensions [18446744073709551615x8x14] EXIT CODE: 0 |