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. |