[glade/glade-3-20] tests/create-widgets.c: removed various test to make distcheck work.
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/glade-3-20] tests/create-widgets.c: removed various test to make distcheck work.
- Date: Tue, 22 Mar 2016 17:35:29 +0000 (UTC)
commit 22eea8bbb5aa922da66d1f34bbb3f657b2775c22
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Tue Mar 22 12:46:33 2016 -0300
tests/create-widgets.c: removed various test to make distcheck work.
I will make a release and fix them in master.
tests/create-widgets.c | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/tests/create-widgets.c b/tests/create-widgets.c
index 6ea73a0..f561a96 100644
--- a/tests/create-widgets.c
+++ b/tests/create-widgets.c
@@ -107,7 +107,15 @@ main (int argc,
/* FIXME: FileChooserButton leaks a GTask which will crash in the following test */
adaptor_type != GTK_TYPE_FILE_CHOOSER_BUTTON &&
/* FIXME: GtkRecentChooser tries to remove an unknown source id */
- !g_type_is_a (adaptor_type, GTK_TYPE_RECENT_CHOOSER))
+ !g_type_is_a (adaptor_type, GTK_TYPE_RECENT_CHOOSER) &&
+ /* FIXME: can not create a themed icon without a name */
+ !g_type_is_a (adaptor_type, G_TYPE_THEMED_ICON) &&
+ /* FIXME: Dialogs now use a headerbar by default making gtk give a warning when adding a widget to
the action area */
+ !g_type_is_a (adaptor_type, GTK_TYPE_DIALOG) &&
+ /* FIXME: The same goes for assistant */
+ !g_type_is_a (adaptor_type, GTK_TYPE_ASSISTANT) &&
+ /* FIXME: GtkPopoverMenu gives a few warnings */
+ !g_type_is_a (adaptor_type, GTK_TYPE_POPOVER_MENU))
{
gchar *test_path = g_strdup_printf ("/CreateWidget/%s", glade_widget_adaptor_get_name (adaptor));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]