diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-09-17 12:28:33 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-09-17 12:28:33 +0100 |
commit | fc011bfcb98cfcc86b8ab81a247608e13ed70cdc (patch) | |
tree | 11270d3de7830b2d6641121772bdb50acc4c392d /test/Makefile.refs | |
parent | cea41a61c104f235c1f896207115507aed93d9ea (diff) |
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.
Diffstat (limited to 'test/Makefile.refs')
-rw-r--r-- | test/Makefile.refs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.refs b/test/Makefile.refs index 74001787..bae5edb5 100644 --- a/test/Makefile.refs +++ b/test/Makefile.refs @@ -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 \ |