summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
AgeCommit message (Expand)AuthorFilesLines
2008-01-28Fix bitmap-font test by using near-equality for double comparisonCarl Worth1-0/+2
2007-10-24[cairo-test] Remove executable flag from source files.Chris Wilson1-0/+0
2007-04-20[boilerplate] Move xasprintf to xmalloc.cBehdad Esfahbod1-1/+1
2007-03-02Augment cairo_test_init with cairo_test_fini to avoid leakCarl Worth1-5/+9
2006-09-09[win32] Misc win32 compilation fixesVladimir Vukicevic1-0/+6
2006-08-31perf: Don't measure meta-surface-backed surface types.Carl Worth1-8/+0
2006-08-31Move test-specific stuff out of boilerplate/ and back into test/Carl Worth1-0/+136
2006-08-30Split libcairotest files out from test/ and into boilerplate/Carl Worth1-143/+0
2006-08-08Eliminate most compiler warnings from the test suiteCarl Worth1-1/+2
2006-07-13Add prototype for draw in each test file and remove it from the header.Behdad Esfahbod1-1/+0
2006-07-11More test suite infrastructure improvements:Behdad Esfahbod1-15/+9
2006-07-01Detect and report crashes in tests.Behdad Esfahbod1-1/+2
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-1/+1
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-1/+1
2006-05-22Move prototype of cairo_debug_reset_static_data from uninstalled cairo-debug....Carl Worth1-1/+0
2006-04-25Augment tests to do better testing of paths/images with alpha.Carl Worth1-0/+3
2006-01-09Add printf format attribute to cairo_test_log.Carl Worth1-1/+8
2005-12-14#define access _access and #define F_OK to 0 on for MSVCStuart Parmenter1-0/+4
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