summaryrefslogtreecommitdiff
path: root/tests/testboundaries_ucd.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-09-25 16:12:01 +0100
committerMatthias Clasen <mclasen@redhat.com>2021-01-03 20:32:55 -0500
commit221a35e6546f306927749a212f6c8a95ca7d8e46 (patch)
tree7e84be80b7df4d925aea77fa87a6f80a52469dc7 /tests/testboundaries_ucd.c
parent896bf51b0d525c7393d04eca2d57c838df406dfe (diff)
downloadpango-221a35e6546f306927749a212f6c8a95ca7d8e46.tar.gz
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 <smcv@debian.org>
Diffstat (limited to 'tests/testboundaries_ucd.c')
-rw-r--r--tests/testboundaries_ucd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testboundaries_ucd.c b/tests/testboundaries_ucd.c
index 1f0276e6..18ab94cc 100644
--- a/tests/testboundaries_ucd.c
+++ b/tests/testboundaries_ucd.c
@@ -232,9 +232,7 @@ do_test (const gchar *filename,
channel = g_io_channel_new_file (filename, "r", &error);
if (g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_NOENT))
{
-#if 0
g_test_skip ("Test file not found");
-#endif
return;
}