* debian/patches/032_mips_treeview_row_separator_height.patch:

+ Disable another test that currently fails on mips but that also
    fails at least on amd64 when run under valgrind.
This commit is contained in:
Emilio Pozuelo Monfort
2013-06-15 23:20:20 +00:00
parent 6aefd460ed
commit 0e2a3d862d
3 changed files with 20 additions and 0 deletions

3
debian/changelog vendored
View File

@ -3,6 +3,9 @@ gtk+3.0 (3.8.2-2) UNRELEASED; urgency=low
* debian/patches/031_ia64_children_test.patch:
+ Patch from Stephan Schreiber, fix an invalid read on a test case
that caused it to fail on ia64, making the build fail.
* debian/patches/032_mips_treeview_row_separator_height.patch:
+ Disable another test that currently fails on mips but that also
fails at least on amd64 when run under valgrind.
-- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 16 Jun 2013 00:43:19 +0200

View File

@ -0,0 +1,16 @@
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=702371
--- a/gtk/tests/treeview.c
+++ b/gtk/tests/treeview.c
@@ -236,8 +236,10 @@
g_test_add_func ("/TreeView/cursor/bug-539377", test_bug_539377);
g_test_add_func ("/TreeView/cursor/select-collapsed_row",
test_select_collapsed_row);
+ /* See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711107
+ * and https://bugzilla.gnome.org/show_bug.cgi?id=702371
g_test_add_func ("/TreeView/sizing/row-separator-height",
- test_row_separator_height);
+ test_row_separator_height);*/
return g_test_run ();
}

View File

@ -7,6 +7,7 @@
031_ia64_children_test.patch
#042_treeview_single-focus.patch
#043_notebook_scroll.patch
032_mips_treeview_row_separator_height.patch
044_tracker_fts.patch
060_ignore-random-icons.patch
061_multiarch_module_fallback.patch