summaryrefslogtreecommitdiff
path: root/test/mask-glyphs.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-05test/mask-glyphs: Check for memfaultChris Wilson1-9/+23
2009-07-13[test] Track XFAIL using expected results stored as xfail.pngChris Wilson1-1/+1
Instead of tagging the sources, which is insensitive to changes, track the known failure modes by recording the current fail as an xfail.png reference. (We also introduce a new.png to track a fresh error, so that they are not lost in the noise of the old XFAILs and hopefully do not cause everyone to fret). As we have removed the XFAIL tagging we find, surprise surprise, that some tests are now working -- so review all the reference images (as also some .ref.png now should be .xfail.png). Note: I've only checked image,pdf,ps,svg. The test surfaces report some failures that probably need to addressed in source. I've not correct the changes for win32 and quartz. Nor fixed up the experimental backends.
2009-06-09[test] Exercise overlapping glyphsChris Wilson1-0/+175
Quite an expensive test that converts an image into a distorted array of glyphs, using a perspective transformation taking the intensity of the pixel as depth. This generates a pretty picture and many overlapping glyphs.