summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-1/+1
* SVG font test using cairo logoAdrian Johnson2022-12-281-0/+5
* meson: Fix musl buildGeorge Matsumura2020-09-021-1/+2
* Fix build on Windows with recent versions of MSVCMathieu Duponchelle2020-07-311-0/+2
* record tests: fix when builddir != srcdirMathieu Duponchelle2020-07-181-0/+3
* Refactor ARRAY_LENGTH macro definitions in test codeBryce Harrington2014-11-201-4/+0
* test: Make cairo_test_mkdir() usable throughout tests.Bryce W. Harrington2013-09-091-0/+3
* test: Define optional exception classesUli Schlachter2012-10-161-0/+20
* test: Use cairo_test_list_t for the main test listAndrea Canciani2011-11-121-2/+1
* test: Remove unused thread fieldAndrea Canciani2011-11-121-2/+0
* test: Remove dead codeAndrea Canciani2011-11-121-4/+0
* test: Write the individual test logs to output/Chris Wilson2011-09-151-0/+1
* test: Cleanup macrosAndrea Canciani2011-03-171-0/+12
* test: update font family nameAndrea Canciani2010-06-121-1/+1
* test: make test font family a defineAndrea Canciani2010-06-121-0/+2
* test: Distinguish tests that throw an error from a normal fail.Chris Wilson2010-06-111-0/+1
* test: Embed the list pointer into cairo_test_tChris Wilson2010-05-041-3/+4
* [test] Track XFAIL using expected results stored as xfail.pngChris Wilson2009-07-131-7/+49
* [test] Timeout support for testsChris Wilson2009-06-281-0/+2
* [test] Add group-unalignedChris Wilson2009-06-271-2/+2
* [test] Never use gcc __attribute__ magic for constructors.M Joonas Pihlaja2009-06-181-14/+0
* [boilerplate] Make array of targets const.Chris Wilson2009-06-121-1/+1
* [test] Add cairo_test_NaN and use it in place of strtodJeff Muizelaar2009-02-111-0/+15
* [test] define isnan() on MSVCJeff Muizelaar2009-02-091-0/+4
* [test] Define INFINITY on MSVCJeff Muizelaar2009-02-091-3/+0
* [test] Define INFINITY if it hasn't been defined.Jeff Muizelaar2009-02-031-0/+3
* [boilerplate] Remove CAIRO_BOILERPLATE_LOG()Chris Wilson2009-01-031-1/+0
* [test] Use '.' as the field separator in the namesChris Wilson2008-10-311-0/+1
* [test] Build test suite into single binary.Chris Wilson2008-10-311-34/+65
* [test/get-clip] Check the status on the secondary context.Chris Wilson2008-10-181-0/+4
* [test] Add support for memfault.Chris Wilson2008-10-171-1/+9
* Automate error checking for fallback-resolution.Chris Wilson2008-09-281-0/+12
* [test] Avoid redundant writes/reads of test surfaces via png.Chris Wilson2008-08-181-0/+4
* [test] Set CAIRO_TEST_UNTESTED to 77Chris Wilson2008-08-131-2/+2
* [test] Export a function to check whether a target is enabled.Chris Wilson2008-08-131-0/+4
* [test] Preparatory work for running under memfault.Chris Wilson2008-08-131-9/+47
* [cairo-test] Implement cairo_test_log_path() to dump a cairo_path_t to logsBehdad Esfahbod2008-05-091-0/+3
* Fix bitmap-font test by using near-equality for double comparisonCarl Worth2008-01-281-0/+2
* [cairo-test] Remove executable flag from source files.Chris Wilson2007-10-241-0/+0
* [boilerplate] Move xasprintf to xmalloc.cBehdad Esfahbod2007-04-201-1/+1
* Augment cairo_test_init with cairo_test_fini to avoid leakCarl Worth2007-03-021-5/+9
* [win32] Misc win32 compilation fixesVladimir Vukicevic2006-09-091-0/+6
* perf: Don't measure meta-surface-backed surface types.Carl Worth2006-08-311-8/+0
* Move test-specific stuff out of boilerplate/ and back into test/Carl Worth2006-08-311-0/+136
* Split libcairotest files out from test/ and into boilerplate/Carl Worth2006-08-301-143/+0
* Eliminate most compiler warnings from the test suiteCarl Worth2006-08-081-1/+2
* Add prototype for draw in each test file and remove it from the header.Behdad Esfahbod2006-07-131-1/+0
* More test suite infrastructure improvements:Behdad Esfahbod2006-07-111-15/+9
* Detect and report crashes in tests.Behdad Esfahbod2006-07-011-1/+2
* Remove all remaining trailing whitespace.Carl Worth2006-06-061-1/+1