Archived issue #0023372
"diffimage" using in tests commands
Description
New tests procedure should tests resulted images automatically.
Opencascade contains "diffimage" procedure for comparing two images and marks differents.
This procedure should be included in "new" tests script.
Opencascade contains "diffimage" procedure for comparing two images and marks differents.
This procedure should be included in "new" tests script.
Public activity
2 archived notes
Participants are labeled by their role within this record.
Comparison of images is implemented in testdiff command (along with comparison of CPU and memory usage). The report is generated allowing to view all the differences in compact form. Note that currently comparison is made with 0 tolerance, i.e. even one-pixel differences are reported; this means that only the results produced on the same workstation should be compared.
Note that some test cases exhibit instability in their results, including images. These test cases should be somehow listed to not be misinterpreted as regressions.
Please review branch CR23372_1
Note that some test cases exhibit instability in their results, including images. These test cases should be somehow listed to not be misinterpreted as regressions.
Please review branch CR23372_1
Added command testsummarize, intended to regenerate summary log from individual logs of test cases
Related records