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:
Carl Worth 2006-12-22 17:11:08 -08:00
parent 7b1509f4f3
commit b118911853
2 changed files with 3 additions and 1 deletions

View file

@ -347,6 +347,7 @@ a8-mask \
big-trap \
extend-reflect \
filter-nearest-offset \
ft-text-vertical-layout-type1 \
leaky-dash \
long-lines \
self-intersecting \

View file

@ -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
};