index
:
~joonas/cairo
master
no-pixman-ref
pthreads
tor-clip-fix
wip/master-tor-merge-sort
wip/master-tor-ordered-x
wip/os2-walsh
wip/tiled-span-renderer
joonas's cairo branches
joonas
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-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
2006-12-14
Hook up pdiff to the test suite now that its written in C
Carl Worth
1
-7
/
+5
2006-09-09
[win32] Set win32 assertion failure handlers for tests to stderr
Vladimir Vukicevic
1
-0
/
+7
2006-09-09
boilerplate: Allow targets to distinguish between test and perf.
Carl Worth
1
-0
/
+1
2006-09-09
boilerplate: Rename cairo_test_target_t to cairo_boilerplate_target_t
Carl Worth
1
-14
/
+14
2006-09-05
Move target tolerance to cairo_test_target structure (should let single-pixel...
Carl Worth
1
-39
/
+1
2006-08-31
boilerplate: Fix missing include of config.h which was preventing many backen...
Carl Worth
1
-15
/
+0
2006-08-31
test: Ignore single-bit errors for SVG backend.
Carl Worth
1
-9
/
+58
2006-08-31
Move test-specific stuff out of boilerplate/ and back into test/
Carl Worth
1
-0
/
+683
2006-08-30
Split libcairotest files out from test/ and into boilerplate/
Carl Worth
1
-2147
/
+0
2006-08-17
[test] Don't use signals if signal.h is not available
Behdad Esfahbod
1
-0
/
+10
2006-08-13
[test] Fix warnings in tests on 64-bit systems
Pavel Roskin
1
-1
/
+1
2006-08-10
[test] Point out to the test log file on failures
Behdad Esfahbod
1
-0
/
+5
2006-08-10
[test] Behave better if no ref image was found for a test
Behdad Esfahbod
1
-10
/
+20
2006-08-10
[test] Rename beos_bitmap target to beos-bitmap. Same for directfb-bitmap.
Behdad Esfahbod
1
-3
/
+3
2006-08-08
Eliminate warning due to the test suite's private 'FLATTENEND' format value
Carl Worth
1
-1
/
+6
2006-08-08
Fix misplaced volatile keyword
Behdad Esfahbod
1
-2
/
+2
2006-08-08
Eliminate most compiler warnings from the test suite
Carl Worth
1
-6
/
+10
2006-08-01
Look for per-target reference image too
Behdad Esfahbod
1
-26
/
+70
2006-08-01
Switch from ghostscript's png16m driver to pngalpha for PS->PNG again.
Behdad Esfahbod
1
-1
/
+1
2006-08-01
Add vector_ignored_tests that is tests ignored for ps/pdf/svg
Behdad Esfahbod
1
-21
/
+22
2006-07-31
Set font options in the test context and make tests not do that
Behdad Esfahbod
1
-0
/
+10
2006-07-14
Flush stdout after writing \r, to remove artifacts.
Behdad Esfahbod
1
-0
/
+2
2006-07-13
Go back to "!!!CRASHED!!!" message now that there's no confusion.
Behdad Esfahbod
1
-2
/
+2
2006-07-13
Use 'FAIL' instead of 'UNEXPECTED FAILURE' in test output.
Carl Worth
1
-1
/
+1
2006-07-13
Rename no_fail_on_stdout to eliminate confusing negative inside a Boolean var...
Carl Worth
1
-8
/
+10
2006-07-13
cairo-test.c: Prefer FALSE and TRUE for cairo_bool_t values.
Carl Worth
1
-3
/
+3
2006-07-13
Fix test result formatting.
Behdad Esfahbod
1
-3
/
+9
2006-07-13
Use cairo_bool_t.
Behdad Esfahbod
1
-1
/
+1
2006-07-13
Don't write FAIL messages on stdout if both stdout/err are going to screen.
Behdad Esfahbod
1
-6
/
+10
2006-07-13
Eliminate a few simple compiler warnings
Carl Worth
1
-3
/
+3
2006-07-13
Improve test HTML generation:
Behdad Esfahbod
1
-8
/
+8
[next]