From: gnome-perl (bugzilla.gnome.o. <bug...@gn...> - 2010-11-09 04:26:59
|
https://bugzilla.gnome.org/show_bug.cgi?id=634383 gnome-perl | Gtk2 | unspecified Summary: t/GtkStatusIcon.t fails tests 31 and 33 on Windows Classification: Bindings Product: gnome-perl Version: unspecified OS/Version: Windows Status: UNCONFIRMED Severity: normal Priority: Normal Component: Gtk2 AssignedTo: gtk...@li... ReportedBy: sis...@op... QAContact: gtk...@li... GNOME target: --- GNOME version: --- Hi, This is in relation to version 1.222 of Gtk2. Here's the relevant section of the output from running the test script: ############################ ok 30 not ok 31 # Failed test at t/GtkStatusIcon.t line 144. # got: '' # expected: '1' ok 32 not ok 33 # Failed test at t/GtkStatusIcon.t line 150. # got: 'TEST1' # expected: '<b>TEST1</b>' ok 34 ############################ And the relevant section of t/GtkStatusIcon.t: ############################ 143: $icon->set_has_tooltip(TRUE); 144: is ($icon->get_has_tooltip(), TRUE); 145: 146: $icon->set_has_tooltip(FALSE); 147: is ($icon->get_has_tooltip(), FALSE); 148: ############################ The same tests fail (in exactly the same way) for perls 5.8.0, 5.10.0 and 5.12.0 (both 32-bit and 64-bit builds of 5.12.0). Cheers, Rob -- 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...> - 2011-08-16 19:34:20
|
https://bugzilla.gnome.org/show_bug.cgi?id=634383 gnome-perl | Gtk2 | unspecified --- Comment #1 from Torsten Schoenfeld <kaf...@gm...> 2011-08-16 19:34:05 UTC --- Created an attachment (id=193989) View: https://bugzilla.gnome.org/attachment.cgi?id=193989 Review: https://bugzilla.gnome.org/review?bug=634383&attachment=193989 Fix a test failure in t/GtkStatusIcon.t -- 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...> - 2011-08-16 19:34:45
|
https://bugzilla.gnome.org/show_bug.cgi?id=634383 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaf...@gm... --- Comment #2 from Torsten Schoenfeld <kaf...@gm...> 2011-08-16 19:34:32 UTC --- Sorry for the late response. Does the above patch fix the problem? -- 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...> - 2011-08-18 07:28:57
|
https://bugzilla.gnome.org/show_bug.cgi?id=634383 gnome-perl | Gtk2 | unspecified --- Comment #3 from sis...@op... 2011-08-18 07:28:42 UTC --- Yes, the patch looks good. Thanks, Torsten. -- 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...> - 2011-08-23 18:42:26
|
https://bugzilla.gnome.org/show_bug.cgi?id=634383 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #4 from Torsten Schoenfeld <kaf...@gm...> 2011-08-23 18:42:14 UTC --- Attachment 193989 pushed as e6fedbf - Fix a test failure in t/GtkStatusIcon.t Thanks for the report. -- 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...> - 2011-08-23 18:42:27
|
https://bugzilla.gnome.org/show_bug.cgi?id=634383 gnome-perl | Gtk2 | unspecified Torsten Schoenfeld <kaffeetisch> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #193989|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. |