From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2013-10-03 02:38:11
|
https://bugzilla.gnome.org/show_bug.cgi?id=709331 gnome-perl | Gtk3 | unspecified Summary: Test failures with Gtk::Image in v0.013 Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Mac OS Status: UNCONFIRMED Severity: trivial Priority: Normal Component: Gtk3 AssignedTo: gtk...@li... ReportedBy: nhe...@cp... QAContact: gtk...@li... GNOME version: --- * OS: OSX Mountain Lion (10.8.4) * Gtk+3: 3.10.0 (installed via Homebrew) * Object introspection enabled in atk, gdk-pixbuf, pango and gtk+3 per patches here: https://github.com/mxcl/homebrew/pull/22314 Regarding the comment below at https://mail.gnome.org/archives/gtk-perl-list/2013-February/msg00018.html "But I think these are actually due to changes in gtk+. At some point, these getters started returning a GtkIconSize of 0, which translates to "invalid". gtk+ 2 returned 4 aka. "button" by default, instead." I appear to be experiencing the opposite: `perl Makefile.PL && make && make test` ... t/zz-GtkImage.t ................ 1/32 # Failed test 'get_icon_set empty' # at t/zz-GtkImage.t line 49. # Structures begin differing at: # $got->[1] = 'button' # $expected->[1] = 'invalid' # Failed test 'get_stock empty' # at t/zz-GtkImage.t line 51. # Structures begin differing at: # $got->[1] = 'button' # $expected->[1] = 'invalid' # Looks like you failed 2 tests of 32. t/zz-GtkImage.t ................ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/32 subtests (less 7 skipped subtests: 23 okay) Please let me know if you need any further details. -Nate -- 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. |