summaryrefslogtreecommitdiff
path: root/tests/test-itemize.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-30 11:52:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-30 12:31:09 -0400
commit440f9c2609b7f5f9d8f65619b029a5eb660de88b (patch)
tree333a57ad9e5fff59655a287ac7e13ff2fe04e57e /tests/test-itemize.c
parent948e0b0cb5319adfa956f08c40dd1ea85855a424 (diff)
downloadpango-440f9c2609b7f5f9d8f65619b029a5eb660de88b.tar.gz
testsuite: Don't use g_test_skip
meson 0.55 considers tests using it to be FAIL. I disagree, but lets quietly skip until 0.55.1 is available.
Diffstat (limited to 'tests/test-itemize.c')
-rw-r--r--tests/test-itemize.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-itemize.c b/tests/test-itemize.c
index 3c58e18f..cd145e40 100644
--- a/tests/test-itemize.c
+++ b/tests/test-itemize.c
@@ -241,9 +241,12 @@ 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;
}