mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +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:
15 lines
690 B
Plaintext
15 lines
690 B
Plaintext
#############################
|
|
Expected output for 'h5diff dset2.1a dset2.1b -n 7 h5diff_test1.h5 h5diff_test2.h5'
|
|
#############################
|
|
$h5diff dset2.1a dset2.1b -n 7 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 0 ] 1 3 2
|
|
[ 1 1 ] 1 4 3
|
|
[ 2 0 ] 1 5 4
|
|
[ 2 1 ] 1 6 5
|
|
4 differences found
|
|
|