Skip Menu |

This queue is for tickets about the uni-perl CPAN distribution.

Report information
The Basics
Id: 103077
Status: open
Priority: 0/
Queue: uni-perl

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

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



Subject: Fails with recent bleadperl
With perl 5.21.9 and 5.21.10 there are test errors: # Failed test 'no warnings' # at /usr/perl5.21.10p/lib/site_perl/5.21.10/Test/NoWarnings.pm line 45. # There were 1 warning(s) # Previous test 4 'state should be available' # given is experimental at (eval 16) line 1. # at (eval 16) line 1. # eval ' given($_) { default {} } ' called at t/01-tests.t line 18 # # Looks like you failed 1 test of 12. t/01-tests.t ...... and # Failed test 'closed - died' # at t/04-warns.t line 35. # Failed test 'closed - eval failed' # at t/04-warns.t line 36. # Failed test 'closed - have error' # at t/04-warns.t line 37. # Failed test 'pack - died' # at t/04-warns.t line 35. ... # Failed test 'parenthesis - died' # at t/04-warns.t line 35. # Failed test 'parenthesis - eval failed' # at t/04-warns.t line 36. # Failed test 'parenthesis - have error' # at t/04-warns.t line 37. # Failed test 'closure - no warn' # at t/04-warns.t line 34. # Looks like you failed 51 tests of 81. t/04-warns.t ...... Dubious, test returned 51 (wstat 13056, 0x3300) Failed 52/81 subtests # Have no installed, use fallback
RT-Send-CC: ANDK [...] cpan.org
On Tue Mar 24 17:47:56 2015, SREZIC wrote: Show quoted text
> With perl 5.21.9 and 5.21.10 there are test errors: > > # Failed test 'no warnings' > # at /usr/perl5.21.10p/lib/site_perl/5.21.10/Test/NoWarnings.pm line 45. > # There were 1 warning(s) > # Previous test 4 'state should be available' > # given is experimental at (eval 16) line 1. > # at (eval 16) line 1. > # eval ' given($_) { default {} } ' called at t/01-tests.t line 18 > # > # Looks like you failed 1 test of 12. > t/01-tests.t ...... >
Bisect?
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #103077] Fails with recent bleadperl
Date: Thu, 26 Mar 2015 05:51:16 +0100
To: bug-uni-perl [...] rt.cpan.org
From: Andreas Koenig <andreas.koenig.7os6VVqR [...] franz.ak.mind.de>
commit 8823cb892f42d6ac57b0703ce34bf092db3507d4 Author: Father Chrysostomos <sprout@cpan.org> Date: Sun Jan 4 10:48:13 2015 -0800 Parse and compile string- and num-specific bitops -- andreas
On Thu Mar 26 00:51:39 2015, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote: Show quoted text
> commit 8823cb892f42d6ac57b0703ce34bf092db3507d4 > Author: Father Chrysostomos <sprout@cpan.org> > Date: Sun Jan 4 10:48:13 2015 -0800 > > Parse and compile string- and num-specific bitops >
I think this is fixed by <http://perl5.git.perl.org/perl.git/commitdiff/71622e40793>.