summaryrefslogtreecommitdiff
path: root/test/partial-coverage.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix compiler warnings in test suiteSven Neumann2021-01-041-3/+3
| | | | Fix some enum mixups, mostly cairo_status_t vs cairo_test_status_t.
* test: Comma separate keywordsBryce W. Harrington2013-09-131-11/+11
| | | | | | | | | The parser accepts spaces as separtors between keywords, so this is nit picky. But only a minority of tests don't follow the comma convention, so change them to be consistent. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
* test: Disable tests that are too slow to run by default.Chris Wilson2010-06-121-8/+8
| | | | | | 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: More minute geometry exercised by partial-coverage.Chris Wilson2010-06-121-0/+131
| | | | Moving beyond the capabilities of cairo...
* test: Restrict the coverage tests to raster targets.Chris Wilson2010-06-111-9/+9
| | | | | Typo inside the requirements failed to prevent the tests running on the vector backends.
* test: Exercise partial coverage some more.Chris Wilson2010-06-101-19/+265
| | | | | | Add some overlapping triangles (coarse enough for them to be resolved using Cairo's 24.8 fixed point without loss of precision) to exercise handling of overlapping subpixel geometry.
* test: Update partial coverage.Chris Wilson2010-06-101-4/+94
| | | | | Gah, no wonder the output looked wrong for the triangles, they only covered half the pixel. So separate triangles into two cases.
* test: Add partial coverage.Chris Wilson2010-06-101-0/+213
Another experiment in measuring consistency of rasterisation stratagems across the backends.