index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
cairo-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-18
[test/get-clip] Check the status on the secondary context.
Chris Wilson
1
-1
/
+13
2008-10-17
[test] Add support for memfault.
Chris Wilson
1
-58
/
+213
2008-10-11
[test] Use _POSIX_C_SOURCE for flockfile.
Chris Wilson
1
-2
/
+3
2008-09-28
Automate error checking for fallback-resolution.
Chris Wilson
1
-18
/
+18
2008-09-27
[cairo-test] Fix cairo_test_file_is_older().
Chris Wilson
1
-4
/
+7
2008-09-25
[test] Write the OUTPUT filename to the log if we match the vector surface.
Chris Wilson
1
-0
/
+3
2008-09-24
Remove the device-offset testing (-25 cases) for the release.
Carl Worth
1
-1
/
+1
2008-09-15
[test] Fixup potential use of uninitialized test_image.
Chris Wilson
1
-2
/
+0
2008-09-11
[test] Check for updated reference images.
Chris Wilson
1
-20
/
+63
2008-09-11
[test] Fix order of deleting images vs checks.
Chris Wilson
1
-3
/
+2
2008-09-04
[test] Do not include "xmalloc.h" directly
Behdad Esfahbod
1
-1
/
+0
2008-09-02
Move _GNU_SOURCE declarations to where it's used
Behdad Esfahbod
1
-0
/
+2
2008-09-02
[cairo-test] Fixup a few memleaks on failure.
Chris Wilson
1
-0
/
+5
2008-08-26
[test] Ensure that the output is always saved.
Chris Wilson
1
-27
/
+27
2008-08-21
[test] Explicity save a fail image.
Chris Wilson
1
-11
/
+11
2008-08-20
[test] Cache last output and compare next time.
Chris Wilson
1
-21
/
+165
2008-08-19
[test] Destroy test ouput image on failure.
Chris Wilson
1
-0
/
+1
2008-08-19
[test] Always write the test output to a png.
Chris Wilson
1
-7
/
+9
2008-08-19
[test] Pass extended output name to ref_name_for_test().
Chris Wilson
1
-8
/
+10
2008-08-18
[test] Avoid redundant writes/reads of test surfaces via png.
Chris Wilson
1
-28
/
+132
2008-08-13
[test] Pass a 'complete' name to create_surface().
Chris Wilson
1
-38
/
+31
2008-08-13
[test] Set CAIRO_TEST_UNTESTED to 77
Chris Wilson
1
-13
/
+0
2008-08-13
[test] Export a function to check whether a target is enabled.
Chris Wilson
1
-0
/
+19
2008-08-13
[test] Preparatory work for running under memfault.
Chris Wilson
1
-236
/
+456
2008-08-11
[cairo-test] Exclude lcd-filter tests for vector targets.
Chris Wilson
1
-0
/
+5
2008-05-09
[cairo-test] Implement cairo_test_log_path() to dump a cairo_path_t to logs
Behdad Esfahbod
1
-0
/
+31
2008-05-06
[test] Enable floating point exceptions.
Chris Wilson
1
-0
/
+7
2008-04-15
[cairo-test] Spelling fixes in comments.
Chris Wilson
1
-4
/
+3
2008-04-11
[test] Handle TEST_CONTENT_COLOR_ALPHA_FLATTENED similar surfaces.
Chris Wilson
1
-5
/
+3
2008-04-08
Revert "[test] Repeat tests using cairo_push_group()."
Carl Worth
1
-103
/
+16
2008-04-08
[test] Repeat tests using cairo_push_group().
Chris Wilson
1
-16
/
+103
2008-01-18
Add a1-image-sample and a1-traps-sample tests
Carl Worth
1
-0
/
+2
2008-01-17
[test/extend-*] Add various cairo_pattern_set_extend() test cases.
Chris Wilson
1
-2
/
+0
2007-12-20
[test/*] Create new surfaces using the group target.
Chris Wilson
1
-1
/
+1
2007-12-20
[cairo-test] Wrap test function with cairo_save/restore().
Chris Wilson
1
-0
/
+2
2007-12-20
[cairo-test] Use CAIRO_OPERATOR_SOURCE when painting the group surface.
Chris Wilson
1
-0
/
+1
2007-11-10
[test] support using a previous build as a reference
Brian Ewins
1
-1
/
+16
2007-11-10
[test] log tested paths so that they can be parsed.
Brian Ewins
1
-1
/
+3
2007-10-24
[cairo-test] Remove executable flag from source files.
Chris Wilson
1
-0
/
+0
2007-10-20
[cairo-test] Repeat tests for similar surfaces.
Chris Wilson
1
-60
/
+113
2007-05-08
[test] If a test target fails, end the test
Behdad Esfahbod
1
-2
/
+4
2007-05-08
[cairo-test] Destroy the check image on failure
Chris Wilson
1
-1
/
+3
2007-04-20
[boilerplate/test] Move vector_ignored_tests from boilerplate/ to test/
Behdad Esfahbod
1
-17
/
+45
2007-04-18
[boilerplate] Add cairo_boilerplate_get/free_targets
Behdad Esfahbod
1
-47
/
+7
2007-04-18
[boilerplate] s/_cairo_test_content_name/cairo_boilerplate_content_name/g
Behdad Esfahbod
1
-5
/
+5
2007-04-18
[test] Allow bypassing all test targets by setting CAIRO_TEST_TARGET=" "
Behdad Esfahbod
1
-0
/
+5
2007-03-13
[test] If backends are limited and all untested, pass the test
Behdad Esfahbod
1
-15
/
+29
2007-03-02
More tightening of test cleanup to avoid valgrind complaints.
Carl Worth
1
-4
/
+4
2007-03-02
Augment cairo_test_init with cairo_test_fini to avoid leak
Carl Worth
1
-1
/
+7
2007-02-28
[paginated] Automatically issue a final cairo_show_page()
Behdad Esfahbod
1
-2
/
+0
[next]