hdf5/tools/h5diff
Pedro Vicente Nunes f8c5384aa5 [svn-r16518] have 2 expected outputs for 2 h5ls runs depending if run on a big or little endian machine. Configure.in was modified to export a variable carrying endianess information to testh5ls.sh. This script then compares the current run with 2 expected outputs, one for a big-endian machine (linew was used to generate the output), other for little endian (jam was used to generate the output)
the way h5ls prints types, it starts searching for NATIVE types first. One solution would be h5ls not to detect these native types, using for example the same print datatype function that h5dump does, that would make the output look the same on all platforms  ("32-bit little-endian integer" would be printed instead).  Drawback, this "native" information would not be available. Other solution is to have not one but 2 expected outputs and make the shell script detect the endianess and compare with one output or other
tested: h5committest
2009-02-26 15:21:50 -05:00
..
testfiles [svn-r16461] Bug fix: for compound types, the not comparable test for members was not done 2009-02-11 10:57:25 -05:00
h5diff_common.c [svn-r16434] bug fix: typo in usage message 2009-02-05 10:24:23 -05:00
h5diff_common.h [svn-r14258] new feature: make h5diff use the same command line parsing code and syntax than h5dump 2007-11-13 16:40:23 -05:00
h5diff_main.c [svn-r15988] Merge with 1.8 up to rev 15871 2008-10-29 14:47:50 -05:00
h5diffgentest.c [svn-r16489] Fixed bug #1459 by eliminating the macro long_long and replacing all instances with long long. 2009-02-18 15:02:05 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.in [svn-r16518] have 2 expected outputs for 2 h5ls runs depending if run on a big or little endian machine. Configure.in was modified to export a variable carrying endianess information to testh5ls.sh. This script then compares the current run with 2 expected outputs, one for a big-endian machine (linew was used to generate the output), other for little endian (jam was used to generate the output) 2009-02-26 15:21:50 -05:00
ph5diff_main.c [svn-r14258] new feature: make h5diff use the same command line parsing code and syntax than h5dump 2007-11-13 16:40:23 -05:00
testh5diff.sh [svn-r16461] Bug fix: for compound types, the not comparable test for members was not done 2009-02-11 10:57:25 -05:00
testph5diff.sh [svn-r13261] Updated copyright notices. 2007-02-07 14:56:21 -05:00