summaryrefslogtreecommitdiff
path: root/test/filter-nearest-offset.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-09-30 11:03:29 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-09-30 11:13:21 +0100
commitd9f50d7841fa0216df157ba632483c8b27c50119 (patch)
tree8cb2aa7f0db90edfb95d436e6fb548fa177dc245 /test/filter-nearest-offset.c
parent7d5e6a18d5e72366e19cb806cbdad5ed180b53da (diff)
downloadcairo-d9f50d7841fa0216df157ba632483c8b27c50119.tar.gz
[test/filter-nearest-offset] Remove XFAIL status
I swear that when I said that it was a rounding error, I was looking at an image where the squares were overlapping the lines and had a listing of all the coordinates used. However, the current output on all the machines I have to hand is correct so I believe the underlying bug to be fixed. Update the reference images for the external renderers because (a) GS exhibits the same bug cairo had and (b) librvsg/PDF do not use NEAREST when applying surface patterns, so the squares are blurred as a result.
Diffstat (limited to 'test/filter-nearest-offset.c')
-rw-r--r--test/filter-nearest-offset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/filter-nearest-offset.c b/test/filter-nearest-offset.c
index 065454856..76e826e0c 100644
--- a/test/filter-nearest-offset.c
+++ b/test/filter-nearest-offset.c
@@ -38,8 +38,7 @@ static cairo_test_draw_function_t draw;
static const cairo_test_t test = {
"filter-nearest-offset",
- "Test sampling offset of CAIRO_FILTER_NEAREST"
- "\nwrong sampling location for nearest-neighbor filter in libpixman and Render",
+ "Test sampling offset of CAIRO_FILTER_NEAREST",
IMAGE_WIDTH, IMAGE_HEIGHT,
draw
};