summaryrefslogtreecommitdiffstats
path: root/windows/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-04 22:04:45 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-04 22:04:45 (GMT)
commit53f99e09662bdfe282b940a7111e4336ec14fed2 (patch)
tree3fe4757fa9ff6b3b1dcac012a285607c31bc8bb2 /windows/tools
parentfb984423fc87cefe24d85a4c6001aeee5c734244 (diff)
downloadhdf5-53f99e09662bdfe282b940a7111e4336ec14fed2.zip
hdf5-53f99e09662bdfe282b940a7111e4336ec14fed2.tar.gz
hdf5-53f99e09662bdfe282b940a7111e4336ec14fed2.tar.bz2
[svn-r17300] Description:
Bring r17284:17299 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) w/debug h5committest not required on this branch
Diffstat (limited to 'windows/tools')
-rw-r--r--windows/tools/h5diff/testh5diff.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/tools/h5diff/testh5diff.bat b/windows/tools/h5diff/testh5diff.bat
index 007475a..af1e7d4 100644
--- a/windows/tools/h5diff/testh5diff.bat
+++ b/windows/tools/h5diff/testh5diff.bat
@@ -247,6 +247,14 @@ rem ############################################################################
call :testing %h5diff% -v %srcfile1% %srcfile2%
call :tooltest h5diff_17.txt -v %file1% %file2%
+ rem 1.71 test 32-bit INFINITY
+ call :testing %h5diff% -v %srcfile1% %srcfile1% /g1/fp19
+ call :tooltest h5diff_171.txt -v %file1% %file1% /g1/fp19
+
+ rem 1.72 test 64-bit INFINITY
+ call :testing %h5diff% -v %srcfile1% %srcfile1% /g1/fp20
+ call :tooltest h5diff_172.txt -v %file1% %file1% /g1/fp20
+
rem 1.8 quiet mode
call :testing %h5diff% -q %srcfile1% %srcfile2%
call :tooltest h5diff_18.txt -q %file1% %file2%