summaryrefslogtreecommitdiff
path: root/test/user-font-mask.c
Commit message (Collapse)AuthorAgeFilesLines
* test: fix include order for AIX, bug#89354Michael Haubenwallner2015-03-051-2/+2
|
* [test] Add missing mark_dirty() calls to test cases.M Joonas Pihlaja2009-11-291-0/+1
| | | | | | | | | A recent optimisation has added a flag to the image surface which is used to track whether the surface is clear or not. This makes it imperative that clients call cairo_surface_mark_dirty() if they use cairo to allocate their pixel buffers and then proceed to initialize them without telling cairo about it.
* [test] Check for surface create failure.Chris Wilson2009-03-241-1/+6
| | | | | If the image surface creation fails, the data pointer will be NULL leading to a segfault -- so check!
* [test] Don't embed preprocessor directives inside macrosJeff Muizelaar2009-02-101-5/+6
| | | | | MSVC can't handle this. GCC will warn with -pedantic, but I'm not sure we want to enable that.
* [test] Build test suite into single binary.Chris Wilson2008-10-311-18/+10
| | | | | | | | | Avoid calling libtool to link every single test case, by building just one binary from all the sources. This binary is then given the task of choosing tests to run (based on user selection and individual test requirement), forking each test into its own process and accumulating the results.
* Rename user-font-image test to user-font-mask.Carl Worth2008-10-281-0/+254
Otherwise the reference image (user-font-image-ref.png) gets interpreted as an image-specific reference image for the user-font test case resulting in a bogus failure.