From 221a35e6546f306927749a212f6c8a95ca7d8e46 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 25 Sep 2020 16:12:01 +0100 Subject: Revert "testsuite: Don't use g_test_skip" When versions of Meson with bug https://github.com/mesonbuild/meson/issues/7515 are no longer widespread, the Pango test suite should diagnose which tests are skipped again. Versions 0.55.0 to 0.55.2 inclusive have the bug; version 0.55.3 is OK. This reverts commit 440f9c2609b7f5f9d8f65619b029a5eb660de88b. Signed-off-by: Simon McVittie --- tests/test-itemize.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/test-itemize.c') diff --git a/tests/test-itemize.c b/tests/test-itemize.c index b22f3c2f..dbe67e64 100644 --- a/tests/test-itemize.c +++ b/tests/test-itemize.c @@ -241,12 +241,9 @@ test_itemize (gconstpointer d) setlocale (LC_ALL, "en_US.utf8"); if (strstr (setlocale (LC_ALL, NULL), "en_US") == NULL) { -#if 0 - // See https://github.com/mesonbuild/meson/issues/7515 char *msg = g_strdup_printf ("Locale en_US.UTF-8 not available, skipping itemization %s", filename); g_test_skip (msg); g_free (msg); -#endif return; } -- cgit v1.2.1