mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
added more tests, described in the test matrix Description: test -r test -l expanded -d, -p and -n tests test different types to include links and named types test for non supported classes, e.g bitfield, opaque , etc Platforms tested: Linux 2.4 (rockaway) SunOS 5.7 (arabica) IRIX 6.5 (modi4) Misc. update:
11 lines
425 B
Plaintext
11 lines
425 B
Plaintext
#############################
|
|
Expected output for 'h5diff dset1.8 dset1.8 h5diff_test1.h5 h5diff_test2.h5'
|
|
#############################
|
|
$h5diff dset1.8 dset1.8 h5diff_test1.h5 h5diff_test2.h5
|
|
Comparing <dset1.8> with <dset1.8>
|
|
Warning: <dset1.8> has different storage datatype than <dset1.8>
|
|
<dset1.8> has datatype H5T_STD_I32BE and <dset1.8> has datatype H5T_STD_I32LE
|
|
using memory type H5T_NATIVE_INT
|
|
0 differences found
|
|
|