summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-12-19 16:08:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-12-19 16:08:47 (GMT)
commit21d50ad5a2bf67a9be05f824b690719bc616ee38 (patch)
tree5ef8e2eea902c8f459800a3d97c7f50784c903e8 /RELEASE
parent89151cf99e1d734735b4c0de37ade5a4517767d9 (diff)
downloadhdf5-21d50ad5a2bf67a9be05f824b690719bc616ee38.zip
hdf5-21d50ad5a2bf67a9be05f824b690719bc616ee38.tar.gz
hdf5-21d50ad5a2bf67a9be05f824b690719bc616ee38.tar.bz2
[svn-r3158] Purpose:
Document testing problems Description: Document certain "false negatives" when testing h5ls on certain platforms.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE12
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 5d81abc..3261fa9 100644
--- a/RELEASE
+++ b/RELEASE
@@ -328,3 +328,15 @@ Known Problems:
* The ./dsets tests failed in the TFLOPS machine if the test program,
dsets.c, is compiled with the -O option. The hdf5 library still works
correctly with the -O option.
+
+* Certain platforms give false negatives when testing h5ls:
+ - Solaris x86 2.5.1, Cray T3E and Cray J90 give errors during testing
+ when displaying object references in certain files. These are benign
+ differences due to the difference in sizes of the objects created on
+ those platforms. h5ls appears to be dumping object references
+ correctly.
+ - Cray J90 (and Cray T3E?) give errors during testing when displaying
+ some floating-point values. These are benign differences due to the
+ different precision in the values displayed and h5ls appears to be
+ dumping floating-point numbers correctly.
+