hdf5/tools/h5diff/testfiles/h5diff_17.txt
Jonathan Kim ad9e876b0c [svn-r18266] Purpose:
bugzilla 1754: h5diff: support comparing through links.
    (original check-in svn revision #18164)
Description:
    fix the hang issue in parallel mode when compare external-link.
    add --no-dangling-links option. 
    add test cases (#450-#459) relate to the new option.
    improve test script to check exit code.
    update --help relate to the new options.
    correct some indentations.

Tested:
    h5committest (jam, amani and linew)
2010-02-16 14:43:05 -05:00

55 lines
1.8 KiB
Plaintext

file1 file2
---------------------------------------
x x /
x x /g1
x /g1/d1
x /g1/d2
x x /g1/dset1
x /g1/dset10
x /g1/dset11
x /g1/dset12
x /g1/dset2
x /g1/dset3
x /g1/dset4
x /g1/dset5
x /g1/dset6
x /g1/dset7
x /g1/dset8
x /g1/dset9
x /g1/fp1
x /g1/fp15
x /g1/fp16
x /g1/fp17
x /g1/fp18
x /g1/fp19
x /g1/fp2
x /g1/fp20
x /g1/ld
x /g2
x /g2/dset1
x /g2/dset2
x /g2/dset3
x /g2/dset4
x /g2/dset5
x /g2/dset6
x /g2/dset7
x /g2/dset8
x /g2/dset9
group : </> and </>
0 differences found
group : </g1> and </g1>
0 differences found
dataset: </g1/dset1> and </g1/dset1>
size: [3x2] [3x2]
position dset1 dset1 difference
------------------------------------------------------------
[ 0 0 ] 1 0 1
[ 0 1 ] 1 1.1 0.1
[ 1 0 ] 1 1.01 0.01
[ 1 1 ] 1 1.001 0.001
[ 2 1 ] 0 1 1
5 differences found
EXIT CODE: 1