Skip Menu |

This queue is for tickets about the Gtk2 CPAN distribution.

Report information
The Basics
Id: 81656
Status: resolved
Priority: 0/
Queue: Gtk2

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.245
Fixed in: (no value)



Subject: Test failures due to hash randomisation in perl 5.17.6
Since bleadperl v5.17.5-518-g7dc8663 your tests are failing frequently. That commit introduced hash key randomization and it seems at least the test t/GtkBuildableIface.t is hit by that. Find a sample fail report at: http://www.cpantesters.org/cpan/report/a2188bf6-3207-11e2-a352-54ada290f8f5 You can read more about the change at http://perl5.git.perl.org/perl.git/commit/7dc8663964c66a698d31bbdc8e8abed69bddeec3 or at http://www.perlmonks.org/?node_id=1005122 You may have to run the test several times until the randomization causes a fail. HTH&&Thanks&&Regards,
On Sun Dec 02 23:53:37 2012, ANDK wrote: Show quoted text
> Since bleadperl v5.17.5-518-g7dc8663 your tests are failing > frequently. > That commit introduced hash key randomization and it seems at least > the test > > t/GtkBuildableIface.t > > is hit by that. Find a sample fail report at:
This failure is due to a bug in Glib, which I think I've fixed now: <http://git.gnome.org/browse/perl-Glib/commit/?id=ebf55199407d3be92162f5c2573c7f9c34614cb1>. Thanks for the report.