mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-26 20:40:39 +02:00
Mark bitmap-font as XFAIL
I don't know where the PDF failure is coming from, (it appears to be using a too-small font in the rotate cairo_show_text case), but I'm seeing the same behavior in 1.4.10 so this is not a regression compared to that for the purpose of the 1.4.12 release.
This commit is contained in:
parent
bc67e2a37b
commit
617d3f5738
2 changed files with 3 additions and 1 deletions
|
|
@ -437,6 +437,7 @@ $(REFERENCE_IMAGES)
|
|||
XFAIL_TESTS = \
|
||||
a8-mask \
|
||||
big-trap \
|
||||
bitmap-font \
|
||||
extend-pad \
|
||||
filter-nearest-offset \
|
||||
long-lines \
|
||||
|
|
|
|||
|
|
@ -40,7 +40,8 @@ static cairo_test_draw_function_t draw;
|
|||
|
||||
cairo_test_t test = {
|
||||
"bitmap-font",
|
||||
"Test drawing with a font consisting only of bitmaps",
|
||||
"Test drawing with a font consisting only of bitmaps"
|
||||
"\nPDF backend is failing for an unknown reason (not a regression compared to 1.4.10",
|
||||
246 + 1, 2 * TEXT_SIZE,
|
||||
draw
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue