diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-05-29 21:53:46 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-05-29 21:53:46 (GMT) |
commit | 4eb8aa7d83874005717867ffc8374daa1ad0423b (patch) | |
tree | de4824e31a0db06f55a7a04824792b5f52da8669 /tools/h5diff/testh5diff.sh | |
parent | f632b5dc37ff600fb29a00d292c5350364ad9244 (diff) | |
download | hdf5-4eb8aa7d83874005717867ffc8374daa1ad0423b.zip hdf5-4eb8aa7d83874005717867ffc8374daa1ad0423b.tar.gz hdf5-4eb8aa7d83874005717867ffc8374daa1ad0423b.tar.bz2 |
[svn-r6925] Purpose:
bug fix
Description:
the signed / unsigned comparison was not properly handled.
the fixtype function sets the sign for the memory type the same sign as found on disk
and the array_diff function only handled signed cases
Solution:
addded for each INTEGER size type an OR condition with the unsigned version
if the datatypes have different signs , comparison is NOT supported
Platforms tested:
Windows 2000 (octopus)
Linux 2.4 (rockaway)
SunOS 5.7 (arabica)
IRIX 6.5 (modi4)
Misc. update:
Diffstat (limited to 'tools/h5diff/testh5diff.sh')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index e39ebc4..aa31ab6 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -213,6 +213,9 @@ TOOLTEST h5diff_55.txt file6.h5 file6.h5 dset5a dset5b # 5.6 TOOLTEST h5diff_56.txt file6.h5 file6.h5 dset6a dset6b +# 5.7 +TOOLTEST h5diff_57.txt file6.h5 file6.h5 dset7a dset7b + # ############################################################################## # # Error messages # ############################################################################## |