summaryrefslogtreecommitdiff
path: root/test/a1-bug.c
Commit message (Collapse)AuthorAgeFilesLines
* test: Comma separate keywordsBryce W. Harrington2013-09-131-1/+1
| | | | | | | | | 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: 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: Add a1-bugChris Wilson2010-06-171-0/+61
Capture a bug report from "cairouser" where a1 rasterisation is now broken.