mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 18:20:09 +01:00
Put ft-text-vertical-layout-type1 back on the XFAIL list
I must not have the right font available, (test result is coming out looking like the result of ft-text-vertical-layout-type3, Vera?). We should switch this test to load a bundled font, (should do that for all font-using tests, too).
This commit is contained in:
parent
7b1509f4f3
commit
b118911853
2 changed files with 3 additions and 1 deletions
|
|
@ -347,6 +347,7 @@ a8-mask \
|
|||
big-trap \
|
||||
extend-reflect \
|
||||
filter-nearest-offset \
|
||||
ft-text-vertical-layout-type1 \
|
||||
leaky-dash \
|
||||
long-lines \
|
||||
self-intersecting \
|
||||
|
|
|
|||
|
|
@ -37,7 +37,8 @@ static cairo_test_draw_function_t draw;
|
|||
|
||||
cairo_test_t test = {
|
||||
"ft-text-vertical-layout-type1",
|
||||
"Tests text rendering for vertical layout with Type1 fonts",
|
||||
"Tests text rendering for vertical layout with Type1 fonts"
|
||||
"\nCan fail if an incorrect font is loaded---need to bundle the desired font",
|
||||
WIDTH, HEIGHT,
|
||||
draw
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue