test: Record the current status of radial-outer-focus as xfail

Debate rages as to the correct way to handle this. In some ways the
current output is expected due to the numerical instability in handling
the inner-focus-on-the-outer-circle. However, the result looks less than
desirable so some solution (which may not be inside cairo per-se) is
sought.
This commit is contained in:
Chris Wilson 2011-09-17 12:28:33 +01:00
parent cea41a61c1
commit fc011bfcb9
3 changed files with 4 additions and 0 deletions

View file

@ -2015,6 +2015,7 @@ REFERENCE_IMAGES = \
reference/radial-gradient.ref.png \
reference/radial-gradient.traps.argb32.ref.png \
reference/radial-gradient.traps.rgb24.ref.png \
reference/radial-outer-focus.xfail.png \
reference/random-clip.base.argb32.ref.png \
reference/random-clip.base.rgb24.ref.png \
reference/random-clip.ref.png \

View file

@ -33,6 +33,9 @@ draw (cairo_t *cr, int width, int height)
double angle;
int i, j;
cairo_set_source_rgb (cr, 0, 0, 1);
cairo_paint (cr);
angle = 0.0;
for (i = 0; i < 4; i++) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB