summaryrefslogtreecommitdiff
path: root/test/mask-glyphs.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence some 'unused var' warningsAndrea Canciani2011-11-091-2/+0
|
* test: Use ARRAY_LENGTH() macroAndrea Canciani2011-03-171-1/+1
| | | | | Some tests hand-code ARRAY_LENGTH(). It is now provided by cairo-test.h, so it can be reused.
* test: Disable tests that are too slow to run by default.Chris Wilson2010-06-121-1/+1
| | | | | | Introduce a slow mode [-s] to the runner, and add "slow" to the requirements for the very long running tests like the coverage stress tests.
* test/mask-glyphs: Check for memfaultChris Wilson2010-05-051-9/+23
|
* [test] Track XFAIL using expected results stored as xfail.pngChris Wilson2009-07-131-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.
* [test] Exercise overlapping glyphsChris Wilson2009-06-091-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.