[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:
Jonathan Kim
2010-02-16 14:43:05 -05:00
parent 8e946eae30
commit ad9e876b0c
118 changed files with 1675 additions and 1067 deletions

View File

@@ -12,25 +12,23 @@ file1 file2
group : </> and </>
0 differences found
external link: </ext_link_dset1> and </ext_link_dset1>
dataset: </target_group/x_dset> and </target_group/x_dset>
dataset: </ext_link_dset1> and </ext_link_dset1>
0 differences found
0 differences found
external link: </ext_link_dset2> and </ext_link_dset2>
dataset: </target_group2/x_dset> and </target_group2/x_dset>
dataset: </ext_link_dset2> and </ext_link_dset2>
0 differences found
0 differences found
external link: </ext_link_grp1> and </ext_link_grp1>
group : </target_group> and </target_group>
group : </ext_link_grp1> and </ext_link_grp1>
0 differences found
0 differences found
external link: </ext_link_grp2> and </ext_link_grp2>
group : </target_group2> and </target_group2>
group : </ext_link_grp2> and </ext_link_grp2>
0 differences found
0 differences found
external link: </ext_link_noexist1> and </ext_link_noexist1>
Object </no_obj> could not be found in <h5diff_extlink_trg.h5>
Object </no_obj> could not be found in <h5diff_extlink_trg.h5>
dangling link: </ext_link_noexist1> and </ext_link_noexist1>
0 differences found
external link: </ext_link_noexist2> and </ext_link_noexist2>
h5diff: <no_file.h5>: unable to open file
dangling link: </ext_link_noexist2> and </ext_link_noexist2>
0 differences found
EXIT CODE: 0