diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-06-14 00:39:25 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-06-14 00:39:25 (GMT) |
commit | a45d0d96a2a87680f9eed7fc28d0c588b9050c20 (patch) | |
tree | 12e60d9be1e35601f736e7fc2b4555973d8e352c /tools/testfiles | |
parent | 6337d6e6a1a520b40660fe66466c023b7ff1072d (diff) | |
download | hdf5-a45d0d96a2a87680f9eed7fc28d0c588b9050c20.zip hdf5-a45d0d96a2a87680f9eed7fc28d0c588b9050c20.tar.gz hdf5-a45d0d96a2a87680f9eed7fc28d0c588b9050c20.tar.bz2 |
[svn-r1336] h5toh4 test script used to compare the output of hdp applied on
the generanted hdf files against saved output of hdp. This did not
work well because whenever the hdp changes its output format, the
tests failed unnecessarily. The tests also failed if the test machine
uses a different version of HDF library from the HDF5 development
machine.
Changed the algorithm to compare the generated HDF files against
saved HDF files (first by a simple cmp; if that fails, compare the
output of the host machine's hdp on both HDF files.)
Saved HDF files are stored in testfiles/Expected.
Tested on Hawkwind (FreeBSD) with srcdir option and Baldric (Solaris)
without srcdir option.
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/Expected/tall.hdf | bin | 0 -> 2969 bytes |
-rw-r--r-- | tools/testfiles/Expected/tattr.hdf | bin | 0 -> 783 bytes |
-rw-r--r-- | tools/testfiles/Expected/tcompound.hdf | bin | 0 -> 875 bytes |
-rw-r--r-- | tools/testfiles/Expected/tcompound2.hdf | bin | 0 -> 915 bytes |
-rw-r--r-- | tools/testfiles/Expected/tdset.hdf | bin | 0 -> 6747 bytes |
-rw-r--r-- | tools/testfiles/Expected/tdset2.hdf | bin | 0 -> 8943 bytes |
-rw-r--r-- | tools/testfiles/Expected/tgroup.hdf | bin | 0 -> 666 bytes |
-rw-r--r-- | tools/testfiles/Expected/thlink.hdf | bin | 0 -> 619 bytes |
-rw-r--r-- | tools/testfiles/Expected/tloop.hdf | bin | 0 -> 375 bytes |
-rw-r--r-- | tools/testfiles/Expected/tmany.hdf | bin | 0 -> 4680 bytes |
-rw-r--r-- | tools/testfiles/Expected/tslink.hdf | bin | 0 -> 315 bytes |
-rw-r--r-- | tools/testfiles/Expected/tstr.hdf | bin | 0 -> 1429 bytes |
-rw-r--r-- | tools/testfiles/Expected/tstr2.hdf | bin | 0 -> 4103 bytes |
13 files changed, 0 insertions, 0 deletions
diff --git a/tools/testfiles/Expected/tall.hdf b/tools/testfiles/Expected/tall.hdf Binary files differnew file mode 100644 index 0000000..d4b8783 --- /dev/null +++ b/tools/testfiles/Expected/tall.hdf diff --git a/tools/testfiles/Expected/tattr.hdf b/tools/testfiles/Expected/tattr.hdf Binary files differnew file mode 100644 index 0000000..cf1519a --- /dev/null +++ b/tools/testfiles/Expected/tattr.hdf diff --git a/tools/testfiles/Expected/tcompound.hdf b/tools/testfiles/Expected/tcompound.hdf Binary files differnew file mode 100644 index 0000000..55336ee --- /dev/null +++ b/tools/testfiles/Expected/tcompound.hdf diff --git a/tools/testfiles/Expected/tcompound2.hdf b/tools/testfiles/Expected/tcompound2.hdf Binary files differnew file mode 100644 index 0000000..c0c5191 --- /dev/null +++ b/tools/testfiles/Expected/tcompound2.hdf diff --git a/tools/testfiles/Expected/tdset.hdf b/tools/testfiles/Expected/tdset.hdf Binary files differnew file mode 100644 index 0000000..6eaf4ef --- /dev/null +++ b/tools/testfiles/Expected/tdset.hdf diff --git a/tools/testfiles/Expected/tdset2.hdf b/tools/testfiles/Expected/tdset2.hdf Binary files differnew file mode 100644 index 0000000..2005d79 --- /dev/null +++ b/tools/testfiles/Expected/tdset2.hdf diff --git a/tools/testfiles/Expected/tgroup.hdf b/tools/testfiles/Expected/tgroup.hdf Binary files differnew file mode 100644 index 0000000..88a8232 --- /dev/null +++ b/tools/testfiles/Expected/tgroup.hdf diff --git a/tools/testfiles/Expected/thlink.hdf b/tools/testfiles/Expected/thlink.hdf Binary files differnew file mode 100644 index 0000000..a54ed0a --- /dev/null +++ b/tools/testfiles/Expected/thlink.hdf diff --git a/tools/testfiles/Expected/tloop.hdf b/tools/testfiles/Expected/tloop.hdf Binary files differnew file mode 100644 index 0000000..862d37e --- /dev/null +++ b/tools/testfiles/Expected/tloop.hdf diff --git a/tools/testfiles/Expected/tmany.hdf b/tools/testfiles/Expected/tmany.hdf Binary files differnew file mode 100644 index 0000000..eb81862 --- /dev/null +++ b/tools/testfiles/Expected/tmany.hdf diff --git a/tools/testfiles/Expected/tslink.hdf b/tools/testfiles/Expected/tslink.hdf Binary files differnew file mode 100644 index 0000000..bb1ae97 --- /dev/null +++ b/tools/testfiles/Expected/tslink.hdf diff --git a/tools/testfiles/Expected/tstr.hdf b/tools/testfiles/Expected/tstr.hdf Binary files differnew file mode 100644 index 0000000..90b5694 --- /dev/null +++ b/tools/testfiles/Expected/tstr.hdf diff --git a/tools/testfiles/Expected/tstr2.hdf b/tools/testfiles/Expected/tstr2.hdf Binary files differnew file mode 100644 index 0000000..05328a0 --- /dev/null +++ b/tools/testfiles/Expected/tstr2.hdf |