summaryrefslogtreecommitdiff
path: root/test/in-fill-empty-trapezoid.c
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2013-09-29 13:12:55 +0200
committerUli Schlachter <psychon@znc.in>2013-10-03 16:58:52 +0200
commitbc89be2fff92968a1b585e75371ae2a8a26592e9 (patch)
tree0737ac4f2df184959d6cd802013e849a2c94a5fd /test/in-fill-empty-trapezoid.c
parent5e6e4536716197ea0605732d32959c57ea8bb140 (diff)
downloadcairo-bc89be2fff92968a1b585e75371ae2a8a26592e9.tar.gz
Remove XFAIL_TESTS from Makefile.am
The variable XFAIL_TESTS is not used anymore since commit e90073f7ddc. The description for the known failures are moved into the respective tests as comments. The following descriptions were dropped: - surface-pattern-big: Didn't really explain the failure - big-line: Test isn't failing any more - self-intersecting: Only XFAIL on quartz, but description doesn't match this The following tests don't have a xfail reference image and seem to fail just because of not having a reference image at all (I kept their description for now): big-trap, long-lines, self-copy-overlap Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'test/in-fill-empty-trapezoid.c')
-rw-r--r--test/in-fill-empty-trapezoid.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/in-fill-empty-trapezoid.c b/test/in-fill-empty-trapezoid.c
index 2b345cb98..0797399c5 100644
--- a/test/in-fill-empty-trapezoid.c
+++ b/test/in-fill-empty-trapezoid.c
@@ -96,6 +96,11 @@ preamble (cairo_test_context_t *ctx)
return ret;
}
+/*
+ * XFAIL: The cairo_in_fill () function can sometimes produce false positives
+ * when the tessellator produces empty trapezoids and the query point lands
+ * exactly on a trapezoid edge.
+ */
CAIRO_TEST (in_fill_empty_trapezoid,
"Test that the tessellator isn't producing obviously empty trapezoids",
"in, trap", /* keywords */