mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-13 07:00:32 +01:00
Skip font-variations test for missing fonts
Signed-off-by: Uli Schlachter <psychon@znc.in> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
1ed124ace2
commit
fba7a7ca27
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ test_variation (cairo_test_context_t *ctx,
|
|||
}
|
||||
if (strcmp (ft_face->family_name, "Adobe Variable Font Prototype") != 0) {
|
||||
cairo_test_log (ctx, "This test requires the font \"Adobe Variable Font Prototype\" (https://github.com/adobe-fonts/adobe-variable-font-prototype/releases)");
|
||||
return CAIRO_TEST_FAILURE;
|
||||
return CAIRO_TEST_UNTESTED;
|
||||
}
|
||||
|
||||
ret = FT_Get_MM_Var (ft_face, &ft_mm_var);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue