[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)
This commit is contained in:
28
tools/h5diff/testfiles/h5diff_451.txt
Normal file
28
tools/h5diff/testfiles/h5diff_451.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
file1 file2
|
||||
---------------------------------------
|
||||
x x /
|
||||
x x /dset1
|
||||
x x /dset2
|
||||
x x /ext_link1
|
||||
x x /ext_link2
|
||||
x x /ext_link3
|
||||
x x /ext_link4
|
||||
x x /soft_link1
|
||||
x x /soft_link2
|
||||
x x /soft_link3
|
||||
|
||||
group : </> and </>
|
||||
0 differences found
|
||||
dataset: </dset1> and </dset1>
|
||||
0 differences found
|
||||
dataset: </dset2> and </dset2>
|
||||
0 differences found
|
||||
Warning: </ext_link1> is a dangling link.
|
||||
Warning: </ext_link2> is a dangling link.
|
||||
Warning: </ext_link3> is a dangling link.
|
||||
Warning: </ext_link4> is a dangling link.
|
||||
Warning: </soft_link1> is a dangling link.
|
||||
Warning: </soft_link2> is a dangling link.
|
||||
Warning: </soft_link3> is a dangling link.
|
||||
EXIT CODE: 2
|
||||
Reference in New Issue
Block a user