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

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Jan 19 19:12:27 UTC 2018


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

New commits:
commit 14f5b98d22c79dd85ce6b8b02327c58f46d6d62c
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri Jan 19 11:10:13 2018 -0800

    Fixup on previous commit

diff --git a/test/font-variations.c b/test/font-variations.c
index 85428a79f..204a29743 100644
--- a/test/font-variations.c
+++ b/test/font-variations.c
@@ -120,6 +120,8 @@ test_variation (cairo_test_context_t *ctx,
         cairo_test_log (ctx, "Failed to get coords");
         return CAIRO_TEST_FAILURE;
     }
+#else
+    return CAIRO_TEST_UNTESTED;
 #endif
 
     for (i = 0; i < ft_mm_var->num_axis; i++) {


More information about the cairo-commit mailing list