mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-21 07:51:46 +08:00
ad9e876b0c
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)
57 lines
1.6 KiB
Plaintext
57 lines
1.6 KiB
Plaintext
|
|
file1 file2
|
|
---------------------------------------
|
|
x x /
|
|
x x /g1
|
|
x x /g1/dset1
|
|
x x /g1/dset2
|
|
x x /g1/dset4
|
|
x x /g2
|
|
x x /g2/dset1
|
|
x x /g2/dset2
|
|
x x /g2/dset3
|
|
x x /g2/dset4
|
|
x x /g2/dset5
|
|
x x /g2/dset6
|
|
x x /g2/dset7
|
|
x x /g2/dset8
|
|
x x /g2/dset9
|
|
|
|
group : </> and </>
|
|
0 differences found
|
|
group : </g1> and </g1>
|
|
0 differences found
|
|
dataset: </g1/dset1> and </g1/dset1>
|
|
0 differences found
|
|
dataset: </g1/dset2> and </g1/dset2>
|
|
0 differences found
|
|
dataset: </g1/dset4> and </g1/dset4>
|
|
0 differences found
|
|
group : </g2> and </g2>
|
|
0 differences found
|
|
dataset: </g2/dset1> and </g2/dset1>
|
|
Not comparable: </g2/dset1> or </g2/dset1> is an empty dataset
|
|
0 differences found
|
|
dataset: </g2/dset2> and </g2/dset2>
|
|
0 differences found
|
|
dataset: </g2/dset3> and </g2/dset3>
|
|
0 differences found
|
|
dataset: </g2/dset4> and </g2/dset4>
|
|
0 differences found
|
|
dataset: </g2/dset5> and </g2/dset5>
|
|
0 differences found
|
|
dataset: </g2/dset6> and </g2/dset6>
|
|
0 differences found
|
|
dataset: </g2/dset7> and </g2/dset7>
|
|
0 differences found
|
|
dataset: </g2/dset8> and </g2/dset8>
|
|
0 differences found
|
|
dataset: </g2/dset9> and </g2/dset9>
|
|
Not comparable: </g2/dset9> or </g2/dset9> is an empty dataset
|
|
0 differences found
|
|
--------------------------------
|
|
Some objects are not comparable
|
|
--------------------------------
|
|
Use -c for a list of objects.
|
|
EXIT CODE: 0
|