From 71a597754cd977186a6c9541366a3c893c6ddfc2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 4 Jan 2022 23:33:19 -0500 Subject: test-itemize: Leave out faceid The faceid in the serialized font description would make the test output backend-dependent, so leave it out for now. This makes PANGOCAIRO_BACKEND=fc2 ./test-itemize succeed. --- tests/test-itemize.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-itemize.c b/tests/test-itemize.c index e5775985..279bcb9a 100644 --- a/tests/test-itemize.c +++ b/tests/test-itemize.c @@ -171,6 +171,8 @@ test_file (const gchar *filename, GString *string) GSList *a; desc = pango_font_describe (item->analysis.font); + /* Leave out faceid for now to avoid backend-dependent test output */ + pango_font_description_unset_fields (desc, PANGO_FONT_MASK_FACEID); font = pango_font_description_to_string (desc); if (l != items) -- cgit v1.2.1