summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-06-14 00:39:25 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-06-14 00:39:25 (GMT)
commita45d0d96a2a87680f9eed7fc28d0c588b9050c20 (patch)
tree12e60d9be1e35601f736e7fc2b4555973d8e352c
parent6337d6e6a1a520b40660fe66466c023b7ff1072d (diff)
downloadhdf5-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.
-rw-r--r--tools/testfiles/Expected/tall.hdfbin0 -> 2969 bytes
-rw-r--r--tools/testfiles/Expected/tattr.hdfbin0 -> 783 bytes
-rw-r--r--tools/testfiles/Expected/tcompound.hdfbin0 -> 875 bytes
-rw-r--r--tools/testfiles/Expected/tcompound2.hdfbin0 -> 915 bytes
-rw-r--r--tools/testfiles/Expected/tdset.hdfbin0 -> 6747 bytes
-rw-r--r--tools/testfiles/Expected/tdset2.hdfbin0 -> 8943 bytes
-rw-r--r--tools/testfiles/Expected/tgroup.hdfbin0 -> 666 bytes
-rw-r--r--tools/testfiles/Expected/thlink.hdfbin0 -> 619 bytes
-rw-r--r--tools/testfiles/Expected/tloop.hdfbin0 -> 375 bytes
-rw-r--r--tools/testfiles/Expected/tmany.hdfbin0 -> 4680 bytes
-rw-r--r--tools/testfiles/Expected/tslink.hdfbin0 -> 315 bytes
-rw-r--r--tools/testfiles/Expected/tstr.hdfbin0 -> 1429 bytes
-rw-r--r--tools/testfiles/Expected/tstr2.hdfbin0 -> 4103 bytes
13 files changed, 0 insertions, 0 deletions
diff --git a/tools/testfiles/Expected/tall.hdf b/tools/testfiles/Expected/tall.hdf
new file mode 100644
index 0000000..d4b8783
--- /dev/null
+++ b/tools/testfiles/Expected/tall.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tattr.hdf b/tools/testfiles/Expected/tattr.hdf
new file mode 100644
index 0000000..cf1519a
--- /dev/null
+++ b/tools/testfiles/Expected/tattr.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tcompound.hdf b/tools/testfiles/Expected/tcompound.hdf
new file mode 100644
index 0000000..55336ee
--- /dev/null
+++ b/tools/testfiles/Expected/tcompound.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tcompound2.hdf b/tools/testfiles/Expected/tcompound2.hdf
new file mode 100644
index 0000000..c0c5191
--- /dev/null
+++ b/tools/testfiles/Expected/tcompound2.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tdset.hdf b/tools/testfiles/Expected/tdset.hdf
new file mode 100644
index 0000000..6eaf4ef
--- /dev/null
+++ b/tools/testfiles/Expected/tdset.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tdset2.hdf b/tools/testfiles/Expected/tdset2.hdf
new file mode 100644
index 0000000..2005d79
--- /dev/null
+++ b/tools/testfiles/Expected/tdset2.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tgroup.hdf b/tools/testfiles/Expected/tgroup.hdf
new file mode 100644
index 0000000..88a8232
--- /dev/null
+++ b/tools/testfiles/Expected/tgroup.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/thlink.hdf b/tools/testfiles/Expected/thlink.hdf
new file mode 100644
index 0000000..a54ed0a
--- /dev/null
+++ b/tools/testfiles/Expected/thlink.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tloop.hdf b/tools/testfiles/Expected/tloop.hdf
new file mode 100644
index 0000000..862d37e
--- /dev/null
+++ b/tools/testfiles/Expected/tloop.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tmany.hdf b/tools/testfiles/Expected/tmany.hdf
new file mode 100644
index 0000000..eb81862
--- /dev/null
+++ b/tools/testfiles/Expected/tmany.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tslink.hdf b/tools/testfiles/Expected/tslink.hdf
new file mode 100644
index 0000000..bb1ae97
--- /dev/null
+++ b/tools/testfiles/Expected/tslink.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tstr.hdf b/tools/testfiles/Expected/tstr.hdf
new file mode 100644
index 0000000..90b5694
--- /dev/null
+++ b/tools/testfiles/Expected/tstr.hdf
Binary files differ
diff --git a/tools/testfiles/Expected/tstr2.hdf b/tools/testfiles/Expected/tstr2.hdf
new file mode 100644
index 0000000..05328a0
--- /dev/null
+++ b/tools/testfiles/Expected/tstr2.hdf
Binary files differ