summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testfiles
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-12-23 14:56:13 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-12-23 14:56:13 (GMT)
commit5b7de16d6a40fcd39b3d7598d0415ab45e91aeee (patch)
tree0aa77d26b2bcb26d986413080661e78e5c2ec5dc /tools/h5diff/testfiles
parent1448a3e8bbc720280a0c8c88aa928d3c87876b9e (diff)
downloadhdf5-5b7de16d6a40fcd39b3d7598d0415ab45e91aeee.zip
hdf5-5b7de16d6a40fcd39b3d7598d0415ab45e91aeee.tar.gz
hdf5-5b7de16d6a40fcd39b3d7598d0415ab45e91aeee.tar.bz2
[svn-r16217] 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.txt2
-rw-r--r--tools/h5diff/testfiles/h5diff_80.txt9
-rw-r--r--tools/h5diff/testfiles/h5diff_dset1.h5bin22752 -> 22752 bytes
-rw-r--r--tools/h5diff/testfiles/h5diff_dset2.h5bin22752 -> 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
index ab6b96f..d1ceb9d 100644
--- a/tools/h5diff/testfiles/h5diff_dset1.h5
+++ b/tools/h5diff/testfiles/h5diff_dset1.h5
Binary files differ
diff --git a/tools/h5diff/testfiles/h5diff_dset2.h5 b/tools/h5diff/testfiles/h5diff_dset2.h5
index 3db0c8e..d1370d9 100644
--- a/tools/h5diff/testfiles/h5diff_dset2.h5
+++ b/tools/h5diff/testfiles/h5diff_dset2.h5
Binary files differ