diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-12-23 15:52:22 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-12-23 15:52:22 (GMT) |
commit | 2a6e4d4e430b56eaa041619472f1ee0e7c0e732f (patch) | |
tree | 248c261398343ff4607291912e1d0212598089f9 /tools/h5diff/testfiles | |
parent | fdcd0fb59f4e5b71a4f158fe41c57b811a11d71c (diff) | |
download | hdf5-2a6e4d4e430b56eaa041619472f1ee0e7c0e732f.zip hdf5-2a6e4d4e430b56eaa041619472f1ee0e7c0e732f.tar.gz hdf5-2a6e4d4e430b56eaa041619472f1ee0e7c0e732f.tar.bz2 |
[svn-r16218] Merging trunk 16217
Bug fix
PG compiler complains about array out of bounds (a rank of zero was not checked)
Adding a scalar dataset to the test generator program. this case is run on a previous existing run, the case was added to 2 existing files
Tested: windows, linux
Diffstat (limited to 'tools/h5diff/testfiles')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_58.txt | 2 | ||||
-rw-r--r-- | tools/h5diff/testfiles/h5diff_80.txt | 9 | ||||
-rw-r--r-- | tools/h5diff/testfiles/h5diff_dset1.h5 | bin | 22752 -> 22752 bytes | |||
-rw-r--r-- | tools/h5diff/testfiles/h5diff_dset2.h5 | bin | 22752 -> 22752 bytes |
4 files changed, 9 insertions, 2 deletions
diff --git a/tools/h5diff/testfiles/h5diff_58.txt b/tools/h5diff/testfiles/h5diff_58.txt index 1ea2493..c46cad3 100644 --- a/tools/h5diff/testfiles/h5diff_58.txt +++ b/tools/h5diff/testfiles/h5diff_58.txt @@ -1,5 +1,5 @@ dataset: </refreg> and </refreg> -Referenced dataset 10272 10272 +Referenced dataset 10720 10720 ------------------------------------------------------------ Region blocks block #0 (2,2)-(7,7) (0,0)-(2,2) diff --git a/tools/h5diff/testfiles/h5diff_80.txt b/tools/h5diff/testfiles/h5diff_80.txt index ad07ffa..9e7af5d 100644 --- a/tools/h5diff/testfiles/h5diff_80.txt +++ b/tools/h5diff/testfiles/h5diff_80.txt @@ -32,6 +32,7 @@ file1 file2 x x /g1/reference x x /g1/reference2D x x /g1/reference3D + x x /g1/scalar x x /g1/string x x /g1/string2D x x /g1/string3D @@ -687,6 +688,12 @@ position difference [ 0 ] 1 0 1 [ 1 ] 2 0 2 48 differences found +dataset: </g1/scalar> and </g1/scalar> +size: H5S_SCALAR H5S_SCALAR +position scalar scalar difference +------------------------------------------------------------ + 2 1 1 +1 differences found dataset: </g1/string> and </g1/string> size: [2] [2] position string string difference @@ -854,7 +861,7 @@ position vlen3D vlen3D difference [ 3 2 1 ] 59 0 59 59 differences found dataset: </refreg> and </refreg> -Referenced dataset 10272 10272 +Referenced dataset 10720 10720 ------------------------------------------------------------ Region blocks block #0 (2,2)-(7,7) (0,0)-(2,2) diff --git a/tools/h5diff/testfiles/h5diff_dset1.h5 b/tools/h5diff/testfiles/h5diff_dset1.h5 Binary files differindex ab6b96f..9356552 100644 --- a/tools/h5diff/testfiles/h5diff_dset1.h5 +++ b/tools/h5diff/testfiles/h5diff_dset1.h5 diff --git a/tools/h5diff/testfiles/h5diff_dset2.h5 b/tools/h5diff/testfiles/h5diff_dset2.h5 Binary files differindex 3db0c8e..53e392a 100644 --- a/tools/h5diff/testfiles/h5diff_dset2.h5 +++ b/tools/h5diff/testfiles/h5diff_dset2.h5 |