[gtk/wip/matthiasc/popup5: 135/186] testsuite: Fix popover-related failures
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/popup5: 135/186] testsuite: Fix popover-related failures
- Date: Tue, 28 May 2019 20:20:17 +0000 (UTC)
commit e8aea60c7470294e9c731d63adf3fefe1a0323b8
Author: Matthias Clasen <mclasen redhat com>
Date: Sat May 18 14:22:29 2019 +0000
testsuite: Fix popover-related failures
testsuite/gtk/notify.c | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 40c16cb746..99b8f82ae8 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -560,6 +560,11 @@ test_type (gconstpointer data)
g_str_equal (pspec->name, "position"))
continue;
+ /* Can't realize a popover without a parent */
+ if (g_type_is_a (type, GTK_TYPE_POPOVER) &&
+ g_str_equal (pspec->name, "visible"))
+ continue;
+
if (pspec->owner_type == GTK_TYPE_POPOVER_MENU &&
g_str_equal (pspec->name, "visible-submenu"))
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]