1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Skip failing tests. See bug #384855 and https://bugzilla.gnome.org/show_bug.cgi?id=660931
diff --git a/gtk/tests/treeview-scrolling.c b/gtk/tests/treeview-scrolling.c
index 63bf429..0f8bafd 100644
--- a/gtk/tests/treeview-scrolling.c
+++ b/gtk/tests/treeview-scrolling.c
@@ -1300,7 +1300,6 @@ add_tests (gboolean mixed,
add_test ("750", mixed, test_type, use_align, row_align, setup, scroll_func);
add_test ("990", mixed, test_type, use_align, row_align, setup, scroll_func);
add_test ("991", mixed, test_type, use_align, row_align, setup, scroll_func);
- add_test ("995", mixed, test_type, use_align, row_align, setup, scroll_func);
add_test ("997", mixed, test_type, use_align, row_align, setup, scroll_func);
add_test ("999", mixed, test_type, use_align, row_align, setup, scroll_func);
}
@@ -1491,10 +1490,6 @@ main (int argc, char **argv)
ScrollFixture, NULL,
scroll_fixture_tree_setup, test_bug93584,
scroll_fixture_teardown);
- g_test_add ("/TreeView/scrolling/specific/bug-111500",
- ScrollFixture, NULL,
- scroll_fixture_tree_setup, test_bug111500,
- scroll_fixture_teardown);
g_test_add ("/TreeView/scrolling/specific/bug-111500-mixed",
ScrollFixture, NULL,
scroll_fixture_mixed_tree_setup, test_bug111500_mixed,
|