[gtk+/gtk-3-16] tests: wait for draw before fetching tree view style
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-16] tests: wait for draw before fetching tree view style
- Date: Fri, 29 May 2015 04:16:10 +0000 (UTC)
commit daa8320d4592d605030fc7c4bfb1c9bc91abc581
Author: Cosimo Cecchi <cosimo endlessm com>
Date: Tue May 19 10:25:00 2015 -0700
tests: wait for draw before fetching tree view style
On some slower machines (e.g. an ARM OBS builder), this test is failing
with a race condition where we're trying to fetch the style before it's
applied.
https://bugzilla.gnome.org/show_bug.cgi?id=749593
testsuite/gtk/treeview.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/testsuite/gtk/treeview.c b/testsuite/gtk/treeview.c
index 758b52c..0f301d8 100644
--- a/testsuite/gtk/treeview.c
+++ b/testsuite/gtk/treeview.c
@@ -211,6 +211,7 @@ test_row_separator_height (void)
gtk_container_add (GTK_CONTAINER (window), tree_view);
gtk_widget_show_all (window);
+ gtk_test_widget_wait_for_draw (window);
path = gtk_tree_path_new_from_indices (2, -1);
gtk_tree_view_get_background_area (GTK_TREE_VIEW (tree_view),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]