diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-08-17 16:06:32 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-08-17 16:06:32 (GMT) |
commit | caad58c541fcbcec522d784b13100860b1d32f7a (patch) | |
tree | 9a0b275dbe05fe84a86adf01dd5efa46b9dd784c /tools/h5diff/testfiles | |
parent | c6e1f166e32ae39eb18484749e47293278eaa115 (diff) | |
download | hdf5-caad58c541fcbcec522d784b13100860b1d32f7a.zip hdf5-caad58c541fcbcec522d784b13100860b1d32f7a.tar.gz hdf5-caad58c541fcbcec522d784b13100860b1d32f7a.tar.bz2 |
[svn-r21239] Description:
Merged from HDF5 trunk r21237.
Add test cases for HDFFV-7656 - "--delta=something" considers two NaN of the same type are different.
The fix was added (r21105) before but test cases were incorrectly added and missing for cmake script.
Tested:
jam (linux32-LE), koala (linux64-LE), tejeda (mac32-LE), cmake (jam)
Diffstat (limited to 'tools/h5diff/testfiles')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_630.txt | 3 | ||||
-rw-r--r-- | tools/h5diff/testfiles/h5diff_631.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/h5diff/testfiles/h5diff_630.txt b/tools/h5diff/testfiles/h5diff_630.txt new file mode 100644 index 0000000..aaf0148 --- /dev/null +++ b/tools/h5diff/testfiles/h5diff_630.txt @@ -0,0 +1,3 @@ +dataset: </g1/fp18> and </g1/fp18_COPY> +0 differences found +EXIT CODE: 0 diff --git a/tools/h5diff/testfiles/h5diff_631.txt b/tools/h5diff/testfiles/h5diff_631.txt new file mode 100644 index 0000000..aaf0148 --- /dev/null +++ b/tools/h5diff/testfiles/h5diff_631.txt @@ -0,0 +1,3 @@ +dataset: </g1/fp18> and </g1/fp18_COPY> +0 differences found +EXIT CODE: 0 |