summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testh5diff.sh
diff options
context:
space:
mode:
authorPeter Cao <xcao@hdfgroup.org>2009-07-28 19:40:18 (GMT)
committerPeter Cao <xcao@hdfgroup.org>2009-07-28 19:40:18 (GMT)
commita6676de3c8cf07ef5a2e8f6d9b8f6bf4f3e779d3 (patch)
tree0ff6e6745ac32b88cb280a15d77dd671833b9f1b /tools/h5diff/testh5diff.sh
parentc9b33f6dd48024708989753fecf6ee8e849a5542 (diff)
downloadhdf5-a6676de3c8cf07ef5a2e8f6d9b8f6bf4f3e779d3.zip
hdf5-a6676de3c8cf07ef5a2e8f6d9b8f6bf4f3e779d3.tar.gz
hdf5-a6676de3c8cf07ef5a2e8f6d9b8f6bf4f3e779d3.tar.bz2
[svn-r17254] Fixed Bug 1563 - h5diff and Infinity
Added test cases
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-xtools/h5diff/testh5diff.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh
index d641255..4167243 100755
--- a/tools/h5diff/testh5diff.sh
+++ b/tools/h5diff/testh5diff.sh
@@ -326,6 +326,14 @@ TOOLTEST h5diff_16_3.txt -v -p 0.02 $FILE1 $FILE1 g1/dset9 g1/dset10
TESTING $H5DIFF -v $SRCFILE1 $SRCFILE2
TOOLTEST h5diff_17.txt -v $FILE1 $FILE2
+# 1.8 test 32-bit INFINITY
+TESTING $H5DIFF $SRCFILE1 $SRCFILE1 /g1/fp19
+TOOLTEST h5diff_171.txt -v $SRCFILE1 $SRCFILE1 /g1/fp19
+
+# 1.8 test 64-bit INFINITY
+TESTING $H5DIFF $SRCFILE1 $SRCFILE1 /g1/fp20
+TOOLTEST h5diff_172.txt -v $SRCFILE1 $SRCFILE1 /g1/fp20
+
# 1.8 quiet mode
TESTING $H5DIFF -q $SRCFILE1 $SRCFILE2
TOOLTEST h5diff_18.txt -q $FILE1 $FILE2