summaryrefslogtreecommitdiff
path: root/test/cairo-test.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-11[test] Check for updated reference images.Chris Wilson1-20/+63
2008-09-11[test] Fix order of deleting images vs checks.Chris Wilson1-3/+2
2008-09-04[test] Do not include "xmalloc.h" directlyBehdad Esfahbod1-1/+0
2008-09-02Move _GNU_SOURCE declarations to where it's usedBehdad Esfahbod1-0/+2
2008-09-02[cairo-test] Fixup a few memleaks on failure.Chris Wilson1-0/+5
2008-08-26[test] Ensure that the output is always saved.Chris Wilson1-27/+27
2008-08-21[test] Explicity save a fail image.Chris Wilson1-11/+11
2008-08-20[test] Cache last output and compare next time.Chris Wilson1-21/+165
2008-08-19[test] Destroy test ouput image on failure.Chris Wilson1-0/+1
2008-08-19[test] Always write the test output to a png.Chris Wilson1-7/+9
2008-08-19[test] Pass extended output name to ref_name_for_test().Chris Wilson1-8/+10
2008-08-18[test] Avoid redundant writes/reads of test surfaces via png.Chris Wilson1-28/+132
2008-08-13[test] Pass a 'complete' name to create_surface().Chris Wilson1-38/+31
2008-08-13[test] Set CAIRO_TEST_UNTESTED to 77Chris Wilson1-13/+0
2008-08-13[test] Export a function to check whether a target is enabled.Chris Wilson1-0/+19
2008-08-13[test] Preparatory work for running under memfault.Chris Wilson1-236/+456
2008-08-11[cairo-test] Exclude lcd-filter tests for vector targets.Chris Wilson1-0/+5
2008-05-09[cairo-test] Implement cairo_test_log_path() to dump a cairo_path_t to logsBehdad Esfahbod1-0/+31
2008-05-06[test] Enable floating point exceptions.Chris Wilson1-0/+7
2008-04-15[cairo-test] Spelling fixes in comments.Chris Wilson1-4/+3
2008-04-11[test] Handle TEST_CONTENT_COLOR_ALPHA_FLATTENED similar surfaces.Chris Wilson1-5/+3
2008-04-08Revert "[test] Repeat tests using cairo_push_group()."Carl Worth1-103/+16
2008-04-08[test] Repeat tests using cairo_push_group().Chris Wilson1-16/+103
2008-01-18Add a1-image-sample and a1-traps-sample testsCarl Worth1-0/+2
2008-01-17[test/extend-*] Add various cairo_pattern_set_extend() test cases.Chris Wilson1-2/+0
2007-12-20[test/*] Create new surfaces using the group target.Chris Wilson1-1/+1
2007-12-20[cairo-test] Wrap test function with cairo_save/restore().Chris Wilson1-0/+2
2007-12-20[cairo-test] Use CAIRO_OPERATOR_SOURCE when painting the group surface.Chris Wilson1-0/+1
2007-11-10[test] support using a previous build as a referenceBrian Ewins1-1/+16
2007-11-10[test] log tested paths so that they can be parsed.Brian Ewins1-1/+3
2007-10-24[cairo-test] Remove executable flag from source files.Chris Wilson1-0/+0
2007-10-20[cairo-test] Repeat tests for similar surfaces.Chris Wilson1-60/+113
2007-05-08[test] If a test target fails, end the testBehdad Esfahbod1-2/+4
2007-05-08[cairo-test] Destroy the check image on failureChris Wilson1-1/+3
2007-04-20[boilerplate/test] Move vector_ignored_tests from boilerplate/ to test/Behdad Esfahbod1-17/+45
2007-04-18[boilerplate] Add cairo_boilerplate_get/free_targetsBehdad Esfahbod1-47/+7
2007-04-18[boilerplate] s/_cairo_test_content_name/cairo_boilerplate_content_name/gBehdad Esfahbod1-5/+5
2007-04-18[test] Allow bypassing all test targets by setting CAIRO_TEST_TARGET=" "Behdad Esfahbod1-0/+5
2007-03-13[test] If backends are limited and all untested, pass the testBehdad Esfahbod1-15/+29
2007-03-02More tightening of test cleanup to avoid valgrind complaints.Carl Worth1-4/+4
2007-03-02Augment cairo_test_init with cairo_test_fini to avoid leakCarl Worth1-1/+7
2007-02-28[paginated] Automatically issue a final cairo_show_page()Behdad Esfahbod1-2/+0