summaryrefslogtreecommitdiff
path: root/test/cairo-test.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-20Avoid deprecated functions on win32Andrea Canciani1-3/+0
2011-06-14test: Use POSIX-compatible unlinkAndrea Canciani1-0/+1
2011-03-17test: Silence gcc warningsAndrea Canciani1-8/+11
2010-07-11build: Rework pthread detection.M Joonas Pihlaja1-3/+3
2010-06-13test: Move all output below test/output/Chris Wilson1-23/+30
2010-06-11test: Distinguish tests that throw an error from a normal fail.Chris Wilson1-1/+19
2010-05-03test: Improve memfault behaviour.Chris Wilson1-4/+17
2010-04-29test: Set have_result for image matchesBenjamin Otte1-3/+13
2010-04-28test-suite: add image_diff_is_failure() functionBenjamin Otte1-6/+3
2010-03-23boilerplate: Cleanup the list of backends upon shutdown.Chris Wilson1-0/+2
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-3/+3
2009-10-15[build] Link against pthread-stubsChris Wilson1-3/+3
2009-09-30[boilerplate/xcb] Check for connection errors during testChris Wilson1-43/+43
2009-09-09[test] Compare a failure against the image outputChris Wilson1-0/+46
2009-09-03[test] Allow tests to XFAIL by putting the cairo_t into an error state.M Joonas Pihlaja1-7/+7
2009-08-31[test] Use HAVE_FLOCKFILE instead of _POSIX_C_SOURCE.M Joonas Pihlaja1-3/+2
2009-07-28[test] Wrap yet another call to get_image_surface() inside a timeout.Chris Wilson1-0/+3
2009-07-28[test] Add timeouts around finishing and converting surfaces to images.Chris Wilson1-4/+10
2009-07-24[test] Trap SIGFPEChris Wilson1-0/+7
2009-07-23[drm] Add an accelerated image surface.Chris Wilson1-1/+1
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-3/+15
2009-07-20[test] Fallback to comparing the base image referencesChris Wilson1-68/+163
2009-07-20[test] Misidentification of XFAIL as NEWChris Wilson1-1/+1
2009-07-17Add OpenVG backend.Chris Wilson1-1/+2
2009-07-13[test] Track XFAIL using expected results stored as xfail.pngChris Wilson1-127/+278
2009-06-28[test] Timeout support for testsChris Wilson1-0/+18
2009-06-27[test] Add group-unalignedChris Wilson1-1/+1
2009-06-21[test] Fix a typo in the _POSIX_SOURCE version number.M Joonas Pihlaja1-1/+1
2009-06-15Expose _cairo_null_surface_create() via a test surfaceChris Wilson1-4/+10
2009-06-07[configure] Check for FcInit()Chris Wilson1-0/+2
2009-05-15[memfault] Update macros to avoid namescape collision with memcheckChris Wilson1-31/+31
2009-04-20[test] Call FcInit() manually.Chris Wilson1-0/+6
2009-04-16[test] Disable signal handling under valgrindChris Wilson1-1/+1
2009-03-31[test] Improve fault injection coverageChris Wilson1-0/+35
2009-01-29[test] Compile again without memfault.Chris Wilson1-10/+16
2009-01-29[test] Suppress suppressed memfault reportChris Wilson1-2/+9
2009-01-02[test] Free test nameChris Wilson1-0/+3
2008-11-05[test] Mark targets with is_meta?Chris Wilson1-1/+12
2008-11-02Specify a background color for XFAIL textAdrian Johnson1-1/+1
2008-10-31[test] Use '.' as the field separator in the namesChris Wilson1-20/+48
2008-10-31[test] Build test suite into single binary.Chris Wilson1-261/+333
2008-10-30[test] Reenable device offset testing.Chris Wilson1-1/+1
2008-10-18[test/get-clip] Check the status on the secondary context.Chris Wilson1-1/+13
2008-10-17[test] Add support for memfault.Chris Wilson1-58/+213
2008-10-11[test] Use _POSIX_C_SOURCE for flockfile.Chris Wilson1-2/+3
2008-09-28Automate error checking for fallback-resolution.Chris Wilson1-18/+18
2008-09-27[cairo-test] Fix cairo_test_file_is_older().Chris Wilson1-4/+7
2008-09-25[test] Write the OUTPUT filename to the log if we match the vector surface.Chris Wilson1-0/+3
2008-09-24Remove the device-offset testing (-25 cases) for the release.Carl Worth1-1/+1
2008-09-15[test] Fixup potential use of uninitialized test_image.Chris Wilson1-2/+0