mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
c37bcc12fc
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:
14 lines
629 B
Plaintext
14 lines
629 B
Plaintext
#############################
|
|
Expected output for 'h5diff dset2.1a dset2.1b -d 2.3 h5diff_test1.h5 h5diff_test2.h5'
|
|
#############################
|
|
$h5diff dset2.1a dset2.1b -d 2.3 h5diff_test1.h5 h5diff_test2.h5
|
|
Comparing <dset2.1a> with <dset2.1b>
|
|
using memory type H5T_NATIVE_SCHAR
|
|
position dset2.1a dset2.1b difference
|
|
------------------------------------------------------------
|
|
[ 1 1 ] 1 4 3
|
|
[ 2 0 ] 1 5 4
|
|
[ 2 1 ] 1 6 5
|
|
3 differences found
|
|
|