summaryrefslogtreecommitdiff
path: root/test/subsurface-outside-target.c
AgeCommit message (Collapse)AuthorFilesLines
2012-04-09test: disable subsurface tests with vector backendsAdrian Johnson1-1/+1
due to a subsurface snapshot bug causing recursion in the pdf backend.
2011-03-17test: Cleanup macrosAndrea Canciani1-2/+0
The ARRAY_LENGTH macro is used by many tests, although sometimes it is named ARRAY_SIZE. Define it just once in cairo-test.h and reuse it. In a similar way, MAX() and MIN() are currently defined in some specific tests, while they could be reused.
2010-09-10test: do not leak resourcesAndrea Canciani1-0/+1
Silence some leak reports by check-valgrind.
2010-09-01test: Add subsurface-outside-targetBenjamin Otte1-0/+178
This test defines the behavior of subsurfaces when they are created to be bigger than their target.