summaryrefslogtreecommitdiff
path: root/test/pixman-rotate.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-04-14 10:02:58 +0000
committerCarl Worth <cworth@cworth.org>2005-04-14 10:02:58 +0000
commit65209fc39cb0257b2e55e7dfa509be5a5ef65f05 (patch)
tree51c3ce1d9057efb92823bb7bed52256e4ddea4ce /test/pixman-rotate.c
parentd1eb620a195170ac0761b3376e4cd97d7a46cf02 (diff)
downloadcairo-65209fc39cb0257b2e55e7dfa509be5a5ef65f05.tar.gz
Improve instructions for when to add a test to the XFAIL list.
Print explanations for expected failures.
Diffstat (limited to 'test/pixman-rotate.c')
-rw-r--r--test/pixman-rotate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/pixman-rotate.c b/test/pixman-rotate.c
index a5e52d2c9..af3b56103 100644
--- a/test/pixman-rotate.c
+++ b/test/pixman-rotate.c
@@ -76,5 +76,7 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test_expect_failure (&test, draw,
+ "because of a known off-by-one bug "
+ "when rotating a pixman image");
}