diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-05-30 22:38:46 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-05-30 22:38:46 (GMT) |
commit | 614490a83a8f213123f3ad29b37d5b54d4a4a993 (patch) | |
tree | 4d60b868ef66abef4a4d4a480718e2562bbda5fa /tools/h5diff/testh5diff.sh | |
parent | e6b24e1995a5c24d3e20aaf9a0d2160a7c51ef08 (diff) | |
download | hdf5-614490a83a8f213123f3ad29b37d5b54d4a4a993.zip hdf5-614490a83a8f213123f3ad29b37d5b54d4a4a993.tar.gz hdf5-614490a83a8f213123f3ad29b37d5b54d4a4a993.tar.bz2 |
[svn-r6928] Purpose:
h5diff support for long_long
Description:
added h5diff support for long_long;
No automatic test was added because
it seems that the printf format of long_long is slightly different in Linux and IRIX(modi4),
because the diff command complained about a difference in the 2 test files for long_long;
visually, it seems that in IRIX an extra space is added after the print (or maybe it is
just me that is seeing extra spaces :=)
this test is test 5.8, commented in testh5diff.sh
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 aa31ab6..47095f1 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -216,6 +216,9 @@ TOOLTEST h5diff_56.txt file6.h5 file6.h5 dset6a dset6b # 5.7 TOOLTEST h5diff_57.txt file6.h5 file6.h5 dset7a dset7b +# 5.8 long_long test; different format of long_long print in Linux and IRIX +#TOOLTEST h5diff_58.txt file6.h5 file6.h5 dset8a dset8b + # ############################################################################## # # Error messages # ############################################################################## |