summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
AgeCommit message (Expand)AuthorFilesLines
2005-09-13Add documentation for cairo_test functions.Carl Worth1-4/+44
2005-09-01Add includes to get sized-integer types such as uint32_t.Carl Worth1-0/+26
2005-08-01New public header file.Carl Worth1-0/+1
2005-07-18Note some progress.Carl Worth1-2/+4
2005-07-14Don't consider a test to fail if it can't create a surface at all (eg. no X s...Carl Worth1-1/+2
2005-05-14Brush the dust off the XCB backend and get it compiling and working again. Th...Carl Worth1-2/+0
2005-05-10Removing mucking around with stderr and add a cairo_test_log function instead.Carl Worth1-0/+3
2005-04-27Add support for testing multiple backends, courtesy of cairo_surface_write_to...Carl Worth1-0/+1
2005-04-26Add very simple test to generate PDF output, (no automated verification yet).Carl Worth1-0/+1
2005-04-14Improve instructions for when to add a test to the XFAIL list.Carl Worth1-0/+5
2005-04-04Change type of data parameter from char* to unsigned char*.Carl Worth1-0/+2
2005-03-09Change the draw function under test to return a cairo_test_status_t so that i...Carl Worth1-1/+1
2005-01-26New test case, covering various combinations of pattern types, drawing operat...Kristian Høgsberg1-0/+4
2004-11-04Add new test demonstrating assertion failure in cairo_cache_lookup.Carl Worth1-0/+1
2004-10-26Add initial regression test suite.Carl Worth1-0/+50