summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testfiles/h5diff_204.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r18266] Purpose:Jonathan Kim2010-02-161-0/+1
| | | | | | | | | | | | | | | 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)
* [svn-r18134] Purpose:Jonathan Kim2010-01-211-1/+0
| | | | | | | | | | | | Additional fix relted to the fix of bug1672. Description: The fix of bug1672 caused some changes of output which required modifying some test cases. After some discussion, restoring the changes of the test cases was decided. After many experiments for the solution, this fix was made so the code which improved performance can stay. Tested on Jam.
* [svn-r17905] Purpose:Jonathan Kim2009-11-201-0/+1
| | | | | | | | | | | | | | | | Fix Bug1672 - Display garbage value on LE machine for BE data. Description: Casuing by calling diff_dataset twice when -r or no option was given. Change to call it once which fix the problem. It also improves the performance. (diffing time in half) According further test, it also occurred on BE machine as well and it seems occruing only with the BE data attached to Bugzilla. Don't know how the file was created. Anyway this fix will prevent from diffing with garbage values in similiar potential case. Tested on: linux32 (jam) , linux64 (almani), solaris (linew)
* [svn-r16991] change messages of -c optionPedro Vicente Nunes2009-05-281-1/+1
| | | | tested: windows, linux
* [svn-r16810] added the words "Not comparable" in the not comparable messagesPedro Vicente Nunes2009-04-201-1/+1
| | | | tested: linux
* [svn-r16358] bug fixPedro Vicente Nunes2009-01-271-1/+1
| | | | | | a new line was not inserted at the end of output, causing diff to complain between linux and frebsd tested: linux , freebsd
* [svn-r16348] #1368 (E1) h5diff: implement "not comparable" messages. ↵Pedro Vicente Nunes2009-01-261-0/+2
Implemented RFC. The new option is <-c, --compare List objects that are not comparable> added some test cases tested: windows, linux