[gtk/shortcuts-rebased-again: 132/159] tests: Skip	GtkShortcutsController::model
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gtk/shortcuts-rebased-again: 132/159] tests: Skip	GtkShortcutsController::model
- Date: Mon, 24 Jun 2019 11:46:15 +0000 (UTC)
commit 646a4d199c2ba8ecbe070835f9135069d29224c0
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jun 23 14:52:08 2019 +0000
    tests: Skip GtkShortcutsController::model
    
    The defaultvalue test can't handle object-valued
    properties with non-NULL initial value.
 testsuite/gtk/defaultvalue.c | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/testsuite/gtk/defaultvalue.c b/testsuite/gtk/defaultvalue.c
index c1c4c81936..dfc6d7cf4b 100644
--- a/testsuite/gtk/defaultvalue.c
+++ b/testsuite/gtk/defaultvalue.c
@@ -320,6 +320,10 @@ G_GNUC_END_IGNORE_DEPRECATIONS
            strcmp (pspec->name, "trigger") == 0))
         continue;
 
+      if (g_type_is_a (type, GTK_TYPE_SHORTCUT_CONTROLLER) &&
+         strcmp (pspec->name, "model") == 0)
+        continue;
+
       if (g_type_is_a (type, GTK_TYPE_SPIN_BUTTON) &&
           (strcmp (pspec->name, "adjustment") == 0))
         continue;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]