summaryrefslogtreecommitdiff
path: root/test/bitmap-font.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-09-25 00:08:03 -0700
committerCarl Worth <cworth@cworth.org>2008-09-25 00:08:03 -0700
commite279eeb7ddae445015ac1a582d4aab2e68f03c94 (patch)
tree8cc8e8373109693154bc7e52d6684281e0bd707a /test/bitmap-font.c
parent261dd83b31adb4a6b4d80f626b9d5fde5eb4d8f6 (diff)
downloadcairo-e279eeb7ddae445015ac1a582d4aab2e68f03c94.tar.gz
Make the bitmap-font an XFAIL.
We've had these PDF and PS failures here for a *long* time, (before the last major release for sure). It's a bug, but we expect it to be there, so advertise it that way.
Diffstat (limited to 'test/bitmap-font.c')
-rw-r--r--test/bitmap-font.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bitmap-font.c b/test/bitmap-font.c
index 42bf7071b..6d0b2194e 100644
--- a/test/bitmap-font.c
+++ b/test/bitmap-font.c
@@ -40,7 +40,8 @@ static cairo_test_draw_function_t draw;
static const cairo_test_t test = {
"bitmap-font",
- "Test drawing with a font consisting only of bitmaps",
+ "Test drawing with a font consisting only of bitmaps"
+ "\nThe PDF and PS backends embed a slightly distorted font for the rotated case.",
246 + 1, 2 * TEXT_SIZE,
draw
};