summaryrefslogtreecommitdiff
path: root/test/cairo-test.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-2/+6
* SVG font test using cairo logoAdrian Johnson2022-12-281-0/+67
* Make it easier for cairo-test-suite to find the source dirAdrian Johnson2022-05-191-3/+8
* Fix some MinGW warningsAdrian Johnson2021-09-021-0/+4
* Drop the conditional inclusion of config.hEmmanuele Bassi2021-05-011-2/+0
* Remove stray _GNU_SOURCE definitionsEmmanuele Bassi2021-05-011-2/+0
* Fix compiler warnings in test suiteSven Neumann2021-01-041-10/+10
* meson: Fix musl buildGeorge Matsumura2020-09-021-4/+6
* record tests: fix when builddir != srcdirMathieu Duponchelle2020-07-181-0/+8
* Misc. typosluz.paz2019-01-311-1/+1
* test: use CAIRO_MIME_TYPE_UNIQUE_ID with record-text-transformAdrian Johnson2017-11-091-0/+5
* test: Always use DejaVu Sans as default fontAndrea Canciani2015-07-271-0/+4
* Refactor ARRAY_LENGTH macro definitions in test codeBryce Harrington2014-11-201-4/+0
* test and util: maintain consistency in the usage of ARRAY_LENGTH macroRavi Nanjundappa2014-04-301-6/+6
* test: Make cairo_test_mkdir() usable throughout tests.Bryce W. Harrington2013-09-091-5/+5
* tests: Add device scale test to "full" testrun similar to offsetsAlexander Larsson2013-09-051-26/+40
* test: Fix CAIRO_REF_DIRUli Schlachter2013-03-151-3/+2
* test: Define optional exception classesUli Schlachter2012-10-161-3/+0
* test: Only use alarm() when SIGALRM is also definedMaarten Bosmans2012-04-101-1/+1
* test: Create output directory even on Win32Andrea Canciani2012-02-161-0/+3
* test: Do not open files in non-existing dirsAndrea Canciani2011-11-121-18/+20
* Remove useless checks for NULL before freeingAndrea Canciani2011-11-121-40/+19
* Use xstrdup instead of xmalloc when possibleAndrea Canciani2011-11-121-8/+2
* test: Reuse cairo_test_logv()Andrea Canciani2011-11-121-2/+1
* boilerplate: Remove unused thread id parameterAndrea Canciani2011-11-121-2/+0
* test: Remove unused thread fieldAndrea Canciani2011-11-121-187/+123
* test: Remove dead codeAndrea Canciani2011-11-121-184/+0
* test: Write the individual test logs to output/Chris Wilson2011-09-151-9/+12
* test: Move all the reference images to their own directoryChris Wilson2011-09-151-6/+6
* Avoid deprecated functions on win32Andrea Canciani2011-06-201-3/+0
* test: Use POSIX-compatible unlinkAndrea Canciani2011-06-141-0/+1
* test: Silence gcc warningsAndrea Canciani2011-03-171-8/+11
* build: Rework pthread detection.M Joonas Pihlaja2010-07-111-3/+3
* test: Move all output below test/output/Chris Wilson2010-06-131-23/+30
* test: Distinguish tests that throw an error from a normal fail.Chris Wilson2010-06-111-1/+19
* test: Improve memfault behaviour.Chris Wilson2010-05-031-4/+17
* test: Set have_result for image matchesBenjamin Otte2010-04-291-3/+13
* test-suite: add image_diff_is_failure() functionBenjamin Otte2010-04-281-6/+3
* boilerplate: Cleanup the list of backends upon shutdown.Chris Wilson2010-03-231-0/+2
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-3/+3
* [build] Link against pthread-stubsChris Wilson2009-10-151-3/+3
* [boilerplate/xcb] Check for connection errors during testChris Wilson2009-09-301-43/+43
* [test] Compare a failure against the image outputChris Wilson2009-09-091-0/+46
* [test] Allow tests to XFAIL by putting the cairo_t into an error state.M Joonas Pihlaja2009-09-031-7/+7
* [test] Use HAVE_FLOCKFILE instead of _POSIX_C_SOURCE.M Joonas Pihlaja2009-08-311-3/+2
* [test] Wrap yet another call to get_image_surface() inside a timeout.Chris Wilson2009-07-281-0/+3
* [test] Add timeouts around finishing and converting surfaces to images.Chris Wilson2009-07-281-4/+10
* [test] Trap SIGFPEChris Wilson2009-07-241-0/+7
* [drm] Add an accelerated image surface.Chris Wilson2009-07-231-1/+1
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-3/+15