[cairo-commit] test/font-variations.c

Bryce Harrington bryce at kemper.freedesktop.org
Mon Apr 2 18:09:45 UTC 2018


 test/font-variations.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fba7a7ca27b6dde8d90fca25d8618fa2aca3c1aa
Author: Uli Schlachter <psychon at znc.in>
Date:   Fri Mar 30 09:25:28 2018 +0200

    Skip font-variations test for missing fonts
    
    Signed-off-by: Uli Schlachter <psychon at znc.in>
    Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>

diff --git a/test/font-variations.c b/test/font-variations.c
index 204a29743..7913701b5 100644
--- a/test/font-variations.c
+++ b/test/font-variations.c
@@ -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);


More information about the cairo-commit mailing list