From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-05-03 11:18:17
|
https://bugzilla.gnome.org/show_bug.cgi?id=729453 gnome-perl | Gtk2 | unspecified Summary: t/GtkCellRenderer.t sometimes fails on armhf, mips and mipsel architectures Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: int...@bo... QAContact: gtk...@li... GNOME version: --- Hi, since April 2010 (1.1.221), libgtk2-perl sometimes fails to build from source in Debian, on the armhf, mips and mipsel architectures, due to a failing test (t/GtkCellRenderer.t). I did not find any similar failure on other architectures. This is tracked in Debian as https://bugs.debian.org/746761. Any idea what could be wrong? Build logs on mips: https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=2:1.249-1&stamp=1389205083 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=2:1.249-2&stamp=1395691192 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=1:1.230-1&stamp=1278406057 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=1:1.230-1&stamp=1278278634 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mips&ver=1:1.221-6&stamp=1271111575 Build logs on mipsel: https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mipsel&ver=2:1.247-2+b1&stamp=1378112269 https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=mipsel&ver=2:1.242-1&stamp=1327181795 Build logs on armhf: https://buildd.debian.org/status/fetch.php?pkg=libgtk2-perl&arch=armhf&ver=2:1.247-1&stamp=1360945938 -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-05-17 20:52:37
|
https://bugzilla.gnome.org/show_bug.cgi?id=729453 gnome-perl | Gtk2 | unspecified Dominique Dumont <domi.dumont> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dom...@fr... --- Comment #1 from Dominique Dumont <dom...@fr...> 2014-05-17 20:52:20 UTC --- Note that the failing test is: is_deeply ([ sort keys %hits ], [ qw/edit init render size/ ], 'callbacks encountered'); The following similar line succeeds: is_deeply ([ sort keys %hits_compat ], [ qw/edit init render size/ ], 'callbacks encountered'); The second line performs callback test in compat mode (quoting the comment in the test: "in the style of 1.02x") which succeeds. The first line test callback in newer mode and fails. This looks like a regression. HTH -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-08-10 11:20:47
|
https://bugzilla.gnome.org/show_bug.cgi?id=729453 gnome-perl | Gtk2 | unspecified --- Comment #2 from Torsten Schoenfeld <kaf...@gm...> 2014-08-10 11:20:38 UTC --- Created an attachment (id=283031) View: https://bugzilla.gnome.org/attachment.cgi?id=283031 Review: https://bugzilla.gnome.org/review?bug=729453&attachment=283031 Make t/GtkCellRenderer.t more robust The tests that check that all vfuncs of custom cell renderers are called appropriately were relying on certain behavior of gtk+. Apparently, that is not appropriate on all platforms, as we have failure reports from armhf, mips and mipsel. Make the tests more robust by triggering all vfuncs on all custom renderers manually. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-08-10 11:20:48
|
https://bugzilla.gnome.org/show_bug.cgi?id=729453 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaf...@gm... -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-08-10 11:21:30
|
https://bugzilla.gnome.org/show_bug.cgi?id=729453 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #3 from Torsten Schoenfeld <kaf...@gm...> 2014-08-10 11:21:16 UTC --- Please try the above patch. I think it should fix the failures. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-08-10 12:51:15
|
https://bugzilla.gnome.org/show_bug.cgi?id=729453 gnome-perl | Gtk2 | unspecified --- Comment #4 from intrigeri <int...@bo...> 2014-08-10 12:51:02 UTC --- (In reply to comment #3) > Please try the above patch. I think it should fix the failures. Thanks! Uploaded to Debian. We'll know in a few hours if it passes the tests fine once, but given the failure can't be reproduced every time, we'll have to wait for a few more uploads before we're sure the problem is really fixed. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-11-16 13:53:43
|
https://bugzilla.gnome.org/show_bug.cgi?id=729453 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Torsten Schoenfeld <kaf...@gm...> 2014-11-16 13:53:28 UTC --- The build status on <https://buildd.debian.org/status/package.php?p=libgtk2-perl> looks all green now, so: Attachment 283031 pushed as e8005ee - Make t/GtkCellRenderer.t more robust -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |
From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2014-11-16 13:53:47
|
https://bugzilla.gnome.org/show_bug.cgi?id=729453 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #283031|none |committed status| | -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |