summaryrefslogtreecommitdiff
path: root/test/text-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/text-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/text-rotate.c')
-rw-r--r--test/text-rotate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/text-rotate.c b/test/text-rotate.c
index 13b2d99dd..3d5f4d3cf 100644
--- a/test/text-rotate.c
+++ b/test/text-rotate.c
@@ -115,5 +115,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 known glyph positioning bugs "
+ "with rotated text");
}