Remove miter-precision from XFAIL

The miter-precision PS output prints correctly on my LaserJet 4050. So
file a Ghostscript bug, supply PS ref images and remove from XFAIL.
This commit is contained in:
Adrian Johnson 2008-09-27 14:31:50 +09:30
parent 5b97ee6525
commit c0535e8e33
5 changed files with 6 additions and 2 deletions

View file

@ -909,7 +909,6 @@ extend-pad$(EXEEXT) \
filter-nearest-offset$(EXEEXT) \
filter-bilinear-extents$(EXEEXT) \
long-lines$(EXEEXT) \
miter-precision$(EXEEXT) \
operator$(EXEEXT) \
operator-alpha$(EXEEXT) \
self-copy-overlap$(EXEEXT) \

View file

@ -261,3 +261,8 @@ Incorrect clipping of group object (regression?)
https://bugs.freedesktop.org/show_bug.cgi?id=14580
--------------------------------------------------
push-group
Ghostscript does not correctly render small miters
http://bugs.ghostscript.com/show_bug.cgi?id=690098
--------------------------------------------------
miter-precision

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

View file

@ -38,7 +38,7 @@ static cairo_test_draw_function_t draw;
static const cairo_test_t test = {
"miter-precision",
"test how cairo deals with small miters"
"\nPS backend currently fails for unknown reason (cairo? GS?).",
"\nPS backend currently fails due to GS bug.",
120, 100,
draw
};