index
:
~cworth/cairo
glsl
Carl's hacks for 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
2009-09-09
[test] Compare a failure against the image output
Chris Wilson
1
-0
/
+46
2009-09-03
[test] Allow tests to XFAIL by putting the cairo_t into an error state.
M Joonas Pihlaja
1
-7
/
+7
2009-08-31
[test] Use HAVE_FLOCKFILE instead of _POSIX_C_SOURCE.
M Joonas Pihlaja
1
-3
/
+2
2009-07-28
[test] Wrap yet another call to get_image_surface() inside a timeout.
Chris Wilson
1
-0
/
+3
2009-07-28
[test] Add timeouts around finishing and converting surfaces to images.
Chris Wilson
1
-4
/
+10
2009-07-24
[test] Trap SIGFPE
Chris Wilson
1
-0
/
+7
2009-07-23
[drm] Add an accelerated image surface.
Chris Wilson
1
-1
/
+1
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-3
/
+15
2009-07-20
[test] Fallback to comparing the base image references
Chris Wilson
1
-68
/
+163
2009-07-20
[test] Misidentification of XFAIL as NEW
Chris Wilson
1
-1
/
+1
2009-07-17
Add OpenVG backend.
Chris Wilson
1
-1
/
+2
2009-07-13
[test] Track XFAIL using expected results stored as xfail.png
Chris Wilson
1
-127
/
+278
2009-06-28
[test] Timeout support for tests
Chris Wilson
1
-0
/
+18
2009-06-27
[test] Add group-unaligned
Chris Wilson
1
-1
/
+1
2009-06-21
[test] Fix a typo in the _POSIX_SOURCE version number.
M Joonas Pihlaja
1
-1
/
+1
2009-06-15
Expose _cairo_null_surface_create() via a test surface
Chris Wilson
1
-4
/
+10
2009-06-07
[configure] Check for FcInit()
Chris Wilson
1
-0
/
+2
2009-05-15
[memfault] Update macros to avoid namescape collision with memcheck
Chris Wilson
1
-31
/
+31
2009-04-20
[test] Call FcInit() manually.
Chris Wilson
1
-0
/
+6
2009-04-16
[test] Disable signal handling under valgrind
Chris Wilson
1
-1
/
+1
2009-03-31
[test] Improve fault injection coverage
Chris Wilson
1
-0
/
+35
2009-01-29
[test] Compile again without memfault.
Chris Wilson
1
-10
/
+16
2009-01-29
[test] Suppress suppressed memfault report
Chris Wilson
1
-2
/
+9
2009-01-02
[test] Free test name
Chris Wilson
1
-0
/
+3
2008-11-05
[test] Mark targets with is_meta?
Chris Wilson
1
-1
/
+12
2008-11-02
Specify a background color for XFAIL text
Adrian Johnson
1
-1
/
+1
2008-10-31
[test] Use '.' as the field separator in the names
Chris Wilson
1
-20
/
+48
2008-10-31
[test] Build test suite into single binary.
Chris Wilson
1
-261
/
+333
2008-10-30
[test] Reenable device offset testing.
Chris Wilson
1
-1
/
+1
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
[next]