summaryrefslogtreecommitdiff
path: root/test/font-variations.c
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2018-03-30 09:25:28 +0200
committerBryce Harrington <bryce@osg.samsung.com>2018-04-02 11:08:46 -0700
commitfba7a7ca27b6dde8d90fca25d8618fa2aca3c1aa (patch)
tree38fda34b242663f2c5932d4ef1f68c912e8cc320 /test/font-variations.c
parent1ed124ace201946177eab962d3b07bb2fedf9026 (diff)
Skip font-variations test for missing fonts
Signed-off-by: Uli Schlachter <psychon@znc.in> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'test/font-variations.c')
-rw-r--r--test/font-variations.c2
1 files changed, 1 insertions, 1 deletions
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);