summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-16test: Define optional exception classesUli Schlachter1-0/+20
2011-11-12test: Use cairo_test_list_t for the main test listAndrea Canciani1-2/+1
2011-11-12test: Remove unused thread fieldAndrea Canciani1-2/+0
2011-11-12test: Remove dead codeAndrea Canciani1-4/+0
2011-09-15test: Write the individual test logs to output/Chris Wilson1-0/+1
2011-03-17test: Cleanup macrosAndrea Canciani1-0/+12
2010-06-12test: update font family nameAndrea Canciani1-1/+1
2010-06-12test: make test font family a defineAndrea Canciani1-0/+2
2010-06-11test: Distinguish tests that throw an error from a normal fail.Chris Wilson1-0/+1
2010-05-04test: Embed the list pointer into cairo_test_tChris Wilson1-3/+4
2009-07-13[test] Track XFAIL using expected results stored as xfail.pngChris Wilson1-7/+49
2009-06-28[test] Timeout support for testsChris Wilson1-0/+2
2009-06-27[test] Add group-unalignedChris Wilson1-2/+2
2009-06-18[test] Never use gcc __attribute__ magic for constructors.M Joonas Pihlaja1-14/+0
2009-06-12[boilerplate] Make array of targets const.Chris Wilson1-1/+1
2009-02-11[test] Add cairo_test_NaN and use it in place of strtodJeff Muizelaar1-0/+15
2009-02-09[test] define isnan() on MSVCJeff Muizelaar1-0/+4
2009-02-09[test] Define INFINITY on MSVCJeff Muizelaar1-3/+0
2009-02-03[test] Define INFINITY if it hasn't been defined.Jeff Muizelaar1-0/+3
2009-01-03[boilerplate] Remove CAIRO_BOILERPLATE_LOG()Chris Wilson1-1/+0
2008-10-31[test] Use '.' as the field separator in the namesChris Wilson1-0/+1
2008-10-31[test] Build test suite into single binary.Chris Wilson1-34/+65
2008-10-18[test/get-clip] Check the status on the secondary context.Chris Wilson1-0/+4
2008-10-17[test] Add support for memfault.Chris Wilson1-1/+9
2008-09-28Automate error checking for fallback-resolution.Chris Wilson1-0/+12
2008-08-18[test] Avoid redundant writes/reads of test surfaces via png.Chris Wilson1-0/+4
2008-08-13[test] Set CAIRO_TEST_UNTESTED to 77Chris Wilson1-2/+2
2008-08-13[test] Export a function to check whether a target is enabled.Chris Wilson1-0/+4
2008-08-13[test] Preparatory work for running under memfault.Chris Wilson1-9/+47
2008-05-09[cairo-test] Implement cairo_test_log_path() to dump a cairo_path_t to logsBehdad Esfahbod1-0/+3
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