summaryrefslogtreecommitdiff
path: root/test/imagediff.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-1/+1
This patch was produced with the following (GNU) sed script: sed -i -r -e 's/[ \t]+$//' run on all *.[ch] files within cairo. Note that the above script would have also created all the changes from the previous commits to remove trailing whitespace.
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-1/+1
This patch was produced with the following (GNU) sed script: sed -i -r -e '/^[ \t]*\/?\*/ s/[ \t]+$//' run on all *.[ch] files within cairo, (though I manually excluded src/cairo-atsui-font.c which has a code line that appears as a comment to this script).
2006-05-03Augment test framework to test everything under device offsets as well.Vladimir Vukicevic1-34/+11
[With this change, two tests with gradients exhibit subtle differences under device offsets. I don't think we actually care about them though. -cworth]
2006-04-26Remove redeundant -rgb24-ref.png images.Carl Worth1-6/+9
In several cases the -rgb24 reference images were identical to the -ref images. So we change the logic to find the latter if the former doesn't exist, and then we remove the redundant images.
2005-04-07Fix to return non-zero status on error.Carl Worth1-1/+1
2005-03-29More _/- renames in the test directory.Carl Worth1-3/+3
2005-01-25test/imagediff.cCarl Worth1-0/+84
Add new testsvg script and accompanying imagediff program, (for interim SVG-based test suites while we wait for the standard cairo test suite to mature). Split buffer_diff out into its own file for the purpose of imagediff.