summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-01-31test: Drop unused path variable in two recently added testsBryce Harrington2-4/+0
2014-01-31test: Handle error in fgets call in ps-eps testBryce Harrington1-1/+5
2014-01-31test: Replace deprecated rsvg_init() in any2ppm testBryce Harrington1-1/+0
2014-01-27[tests] Add path-currentpointBehdad Esfahbod2-0/+90
2013-12-26Add test for paint with alpha and clipping bugAdrian Johnson3-0/+63
2013-12-26Add test for rectangle path optimization with non rectilinear penAdrian Johnson3-0/+52
2013-10-22_cairo_color_double_to_short(): Use standard rounding algorithmSøren Sandmann Pedersen6-0/+0
2013-10-03README: Don't mention XFAIL_TESTS anymoreUli Schlachter1-10/+9
2013-10-03Remove XFAIL_TESTS from Makefile.amUli Schlachter10-73/+702
2013-09-26test: Drop unnecessary math.h includeBryce Harrington1-1/+0
2013-09-17test/pixman-downscale: Open-code fmin()Chris Wilson1-1/+1
2013-09-16test/multi-page: Fix use-after-freeUli Schlachter1-2/+2
2013-09-15test: update mime-data to test jbig2 mime typesAdrian Johnson11-0/+241
2013-09-13test: Document use of -k and CAIRO_TEST_TARGET to run test subsetsBryce W. Harrington1-0/+6
2013-09-13test: Space out keywords for clarityBryce W. Harrington9-2/+789
2013-09-13test: Comma separate keywordsBryce W. Harrington14-7/+1839
2013-09-11test: Move cairo_pattern_set_filter to after cairo_set_source_surfaceBryce Harrington3-1/+1
2013-09-11test: Exercise image scaling quality when downscalingBryce Harrington