summaryrefslogtreecommitdiff
path: root/test/cairo-test.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-14Hook up pdiff to the test suite now that its written in CCarl Worth1-7/+5
2006-09-09[win32] Set win32 assertion failure handlers for tests to stderrVladimir Vukicevic1-0/+7
2006-09-09boilerplate: Allow targets to distinguish between test and perf.Carl Worth1-0/+1
2006-09-09boilerplate: Rename cairo_test_target_t to cairo_boilerplate_target_tCarl Worth1-14/+14
2006-09-05Move target tolerance to cairo_test_target structure (should let single-pixel...Carl Worth1-39/+1
2006-08-31boilerplate: Fix missing include of config.h which was preventing many backen...Carl Worth1-15/+0
2006-08-31test: Ignore single-bit errors for SVG backend.Carl Worth1-9/+58
2006-08-31Move test-specific stuff out of boilerplate/ and back into test/Carl Worth1-0/+683
2006-08-30Split libcairotest files out from test/ and into boilerplate/Carl Worth1-2147/+0
2006-08-17[test] Don't use signals if signal.h is not availableBehdad Esfahbod1-0/+10
2006-08-13[test] Fix warnings in tests on 64-bit systemsPavel Roskin1-1/+1
2006-08-10[test] Point out to the test log file on failuresBehdad Esfahbod1-0/+5
2006-08-10[test] Behave better if no ref image was found for a testBehdad Esfahbod1-10/+20
2006-08-10[test] Rename beos_bitmap target to beos-bitmap. Same for directfb-bitmap.Behdad Esfahbod1-3/+3
2006-08-08Eliminate warning due to the test suite's private 'FLATTENEND' format valueCarl Worth1-1/+6
2006-08-08Fix misplaced volatile keywordBehdad Esfahbod1-2/+2
2006-08-08Eliminate most compiler warnings from the test suiteCarl Worth1-6/+10
2006-08-01Look for per-target reference image tooBehdad Esfahbod1-26/+70
2006-08-01Switch from ghostscript's png16m driver to pngalpha for PS->PNG again.Behdad Esfahbod1-1/+1
2006-08-01Add vector_ignored_tests that is tests ignored for ps/pdf/svgBehdad Esfahbod1-21/+22
2006-07-31Set font options in the test context and make tests not do thatBehdad Esfahbod1-0/+10
2006-07-14Flush stdout after writing \r, to remove artifacts.Behdad Esfahbod1-0/+2
2006-07-13Go back to "!!!CRASHED!!!" message now that there's no confusion.Behdad Esfahbod1-2/+2
2006-07-13Use 'FAIL' instead of 'UNEXPECTED FAILURE' in test output.Carl Worth1-1/+1
2006-07-13Rename no_fail_on_stdout to eliminate confusing negative inside a Boolean var...Carl Worth1-8/+10
2006-07-13cairo-test.c: Prefer FALSE and TRUE for cairo_bool_t values.Carl Worth1-3/+3
2006-07-13Fix test result formatting.Behdad Esfahbod1-3/+9
2006-07-13Use cairo_bool_t.Behdad Esfahbod1-1/+1
2006-07-13Don't write FAIL messages on stdout if both stdout/err are going to screen.Behdad Esfahbod1-6/+10
2006-07-13Eliminate a few simple compiler warningsCarl Worth1-3/+3
2006-07-13Improve test HTML generation:Behdad Esfahbod1-8/+8