summaryrefslogtreecommitdiff
path: root/test/degenerate-path.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-09-25 00:14:13 -0700
committerCarl Worth <cworth@cworth.org>2008-09-25 00:14:13 -0700
commita501f8f6d84bcac12b48e226ab653ae237b1a603 (patch)
treeeae3bf8d5f9c769809cf184caf3206889098b1b0 /test/degenerate-path.c
parente279eeb7ddae445015ac1a582d4aab2e68f03c94 (diff)
Mark degenerate-path and miter-precision as XFAIL.
These two tests currently fail only for the PS backend, but they've done so since before the last major release. The final image result we're getting is definitely wrong in both cases, but we have not yet been able to verify if this is due to bugs in cairo (generating PostScript) or in ghostscript (interpreting and rasterzing the PostScript).
Diffstat (limited to 'test/degenerate-path.c')
-rw-r--r--test/degenerate-path.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/degenerate-path.c b/test/degenerate-path.c
index 67cc9a072..edaeed03f 100644
--- a/test/degenerate-path.c
+++ b/test/degenerate-path.c
@@ -34,7 +34,8 @@ static cairo_test_draw_function_t draw;
static const cairo_test_t test = {
"degenerate-path",
- "Tests the behaviour of degenerate paths with different cap types",
+ "Tests the behaviour of degenerate paths with different cap types"
+ "\nPS backend currently fails for unknown reason (cairo? GS?).",
3*(PAD+LINE_WIDTH+PAD), 8*(LINE_WIDTH+PAD) + PAD,
draw
};