[svn-r6827] Purpose:
added new test files for h5diff bug fix Description: the criteria for determining the correct switch case cast to void* to type* was the data size read from disk. this was causing problems on Cray T3E, where all integer except char are 8 bytes long Solution: changed the criteria for using the memory size instead, which is determined by the same function that reads the data into memory the messages " using memory NATIVE_TYPE_X" were removed, because they might not coincid on different platforms. Platforms tested: Linux 2.4 (rockaway) SunOS 5.7 (arabica) IRIX 6.5 (modi4) Misc. update:
This commit is contained in:
7
tools/testfiles/h5diff_40.txt
Normal file
7
tools/testfiles/h5diff_40.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
#############################
|
||||
Expected output for 'h5diff g1/dset1 g2/dset1 h5diff_test5.h5 h5diff_test6.h5'
|
||||
#############################
|
||||
$h5diff g1/dset1 g2/dset1 h5diff_test5.h5 h5diff_test6.h5
|
||||
Comparing <g1/dset1> with <g2/dset1>
|
||||
0 differences found
|
||||
|
||||
Reference in New Issue
Block a user