[gtk] testsuite: Skip the skipping
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] testsuite: Skip the skipping
- Date: Wed, 29 Jul 2020 20:36:56 +0000 (UTC)
commit 2e80658251be0b91b6972f670a24e55968aa3f2b
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jul 29 16:35:36 2020 -0400
testsuite: Skip the skipping
meson 0.55 considers a test failed if we skip any cases.
Until that is fixed, just skip them quietly.
See https://github.com/mesonbuild/meson/issues/7515
testsuite/gtk/objects-finalize.c | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/testsuite/gtk/objects-finalize.c b/testsuite/gtk/objects-finalize.c
index 15c68fab79..472b78072b 100644
--- a/testsuite/gtk/objects-finalize.c
+++ b/testsuite/gtk/objects-finalize.c
@@ -82,9 +82,12 @@ test_finalize_object (gconstpointer data)
}
else if (g_type_is_a (test_type, GTK_TYPE_LAYOUT_CHILD))
{
+#if 0
+ // See https://github.com/mesonbuild/meson/issues/7515
char *msg = g_strdup_printf ("Skipping %s", g_type_name (test_type));
g_test_skip (msg);
g_free (msg);
+#endif
return;
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]