diff options
author | Carl Worth <cworth@cworth.org> | 2008-09-25 00:14:13 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-09-25 00:14:13 -0700 |
commit | a501f8f6d84bcac12b48e226ab653ae237b1a603 (patch) | |
tree | eae3bf8d5f9c769809cf184caf3206889098b1b0 /test/miter-precision.c | |
parent | e279eeb7ddae445015ac1a582d4aab2e68f03c94 (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/miter-precision.c')
-rw-r--r-- | test/miter-precision.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/miter-precision.c b/test/miter-precision.c index 27206772..1d90dff8 100644 --- a/test/miter-precision.c +++ b/test/miter-precision.c @@ -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" - "\ncurrent code draws inappropriate bevels at times", + "\nPS backend currently fails for unknown reason (cairo? GS?).", 120, 100, draw }; |