summaryrefslogtreecommitdiff
path: root/test/region-test.c
Commit message (Expand)AuthorAgeFilesLines
* test: Switch to the new PRNG instead of old LCGSiarhei Siamashka2012-12-061-0/+2
* test: Search/replace 'lcg_*' -> 'prng_*'Siarhei Siamashka2012-12-061-4/+4
* Test pixman_region32_init_from_image in region-testAlexander Larsson2010-02-191-2/+47
* Fix bug in pixman-region.c where empty regions would not be properly initiali...Søren Sandmann Pedersen2009-07-091-0/+30
* Add a box with y2 < y1 in region-test.cSøren Sandmann Pedersen2009-07-081-2/+2
* Use postfix decrement, not prefix, in region-test.cSøren Sandmann Pedersen2009-07-081-1/+1
* Eliminate empty rectangles in pixman_region_init_rects().Søren Sandmann Pedersen2009-07-081-0/+5
* Add an initialization with an empty rectangle to region-test.cSøren Sandmann Pedersen2009-07-071-3/+23
* Fix uses of short variables in pixman-region.cSøren Sandmann2008-06-091-1/+2
* Add infinite loop testSøren Sandmann2008-06-091-0/+22