Skip Menu |

This queue is for tickets about the Gtk3 CPAN distribution.

Report information
The Basics
Id: 111677
Status: resolved
Priority: 0/
Queue: Gtk3

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.026
Fixed in: (no value)



Subject: t/overrides.t test fails with gtk3-3.19.8
After upgrading gtk3 from 3.19.7 to 3.19.8, t/overrides.t test fails like this: t/floating-refs.t .............. ok GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications. *** Gtk3::Gdk::RGBA::parse: passed too many parameters (expected 1, got 2); ignoring excess at t/overrides.t line 584. # Failed test 'The class (or class-like) 'Gtk3::Gdk::RGBA=SCALAR(0x2df2b18)' isa 'Gtk3::Gdk::RGBA'' # at t/overrides.t line 585. # The class (or class-like) 'Gtk3::Gdk::RGBA=SCALAR(0x2df2b18)' isn't a 'Gtk3::Gdk::RGBA' Can't locate object method "alpha" via package "Gtk3::Gdk::RGBA=SCALAR(0x2df2b18)" (perhaps you forgot to load "Gtk3::Gdk::RGBA=SCALAR(0x2df2b18)"?) at t/overrides.t line 586. # Looks like you planned 212 tests but ran 134. # Looks like you failed 1 test of 134 run. # Looks like your test exited with 255 just after 134. t/overrides.t .................. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 79/212 subtests Reading gtk3 NEWS, the only relevant change seems to be <https://bugzilla.gnome.org/show_bug.cgi?id=754990> that made the first gdk_rgba_parse() argument output only.
Subject: Re: [rt.cpan.org #111677] t/overrides.t test fails with gtk3-3.19.8
Date: Tue, 2 Feb 2016 20:00:26 +0100
To: bug-Gtk3 [...] rt.cpan.org
From: Torsten Schoenfeld <kaffeetisch [...] gmx.de>
Your analysis is spot on. The commit has now been reverted: <https://git.gnome.org/browse/gtk+/commit/?id=a85384135c34dda29a6a344a8cc5836baa8422a3>. Since gtk+ 3.19.9 should fix the issue, I'm inclined to leave the Perl tests untouched. Can you live with that?
Subject: Re: [rt.cpan.org #111677] t/overrides.t test fails with gtk3-3.19.8
Date: Wed, 3 Feb 2016 10:18:56 +0100
To: Torsten Schoenfeld via RT <bug-Gtk3 [...] rt.cpan.org>
From: Petr Pisar <ppisar [...] redhat.com>
On Tue, Feb 02, 2016 at 02:00:49PM -0500, Torsten Schoenfeld via RT wrote: Show quoted text
> Since gtk+ 3.19.9 should fix the issue, I'm inclined to leave the Perl > tests untouched. Can you live with that? >
Great. While it's gtk+ bug, I'm fine with leavening Perl binding unchanged. You can close this Perl bug report. Thank you for handling this in the gtk+ upstream. -- Petr