summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-1/+1
* Move prototype of cairo_debug_reset_static_data from uninstalled cairo-debug....Carl Worth2006-05-221-1/+0
* Augment tests to do better testing of paths/images with alpha.Carl Worth2006-04-251-0/+3
* Add printf format attribute to cairo_test_log.Carl Worth2006-01-091-1/+8
* #define access _access and #define F_OK to 0 on for MSVCStuart Parmenter2005-12-141-0/+4
* Add documentation for cairo_test functions.Carl Worth2005-09-131-4/+44
* Add includes to get sized-integer types such as uint32_t.Carl Worth2005-09-011-0/+26
* New public header file.Carl Worth2005-08-011-0/+1
* Note some progress.Carl Worth2005-07-181-2/+4
* Don't consider a test to fail if it can't create a surface at all (eg. no X s...Carl Worth2005-07-141-1/+2
* Brush the dust off the XCB backend and get it compiling and working again. Th...Carl Worth2005-05-141-2/+0
* Removing mucking around with stderr and add a cairo_test_log function instead.Carl Worth2005-05-101-0/+3
* Add support for testing multiple backends, courtesy of cairo_surface_write_to...Carl Worth2005-04-271-0/+1
* Add very simple test to generate PDF output, (no automated verification yet).Carl Worth2005-04-261-0/+1
* Improve instructions for when to add a test to the XFAIL list.Carl Worth2005-04-141-0/+5
* Change type of data parameter from char* to unsigned char*.Carl Worth2005-04-041-0/+2
* Change the draw function under test to return a cairo_test_status_t so that i...Carl Worth2005-03-091-1/+1
* New test case, covering various combinations of pattern types, drawing operat...Kristian Høgsberg2005-01-261-0/+4
* Add new test demonstrating assertion failure in cairo_cache_lookup.Carl Worth2004-11-041-0/+1
* Add initial regression test suite.Carl Worth2004-10-261-0/+50