Skip Menu |

This queue is for tickets about the HTML-Template-Dumper CPAN distribution.

Report information
The Basics
Id: 88004
Status: open
Priority: 0/
Queue: HTML-Template-Dumper

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

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



From: gregoa [...] cpan.org
Subject: libhtml-template-dumper-perl: FTBFS with perl 5.18: test failures
This bug has been forwarded from http://bugs.debian.org/720021 -->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->--> Source: libhtml-template-dumper-perl Version: 0.1-1 Severity: serious Justification: transition imminent User: debian-perl@lists.debian.org Usertags: perl-5.18-transition Tags: sid jessie This package FTBFS with perl 5.18: # Failed test 'Output is as expected' # at t/020_output.t line 69. # Looks like you failed 1 test of 7. t/020_output.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 test programs. 1/13 subtests failed. Failed 1/7 subtests Test Summary Report ------------------- t/020_output.t (Wstat: 256 Tests: 7 Failed: 1) Failed test: 2 Non-zero exit status: 1 Cheers, Dominic. <--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<-- Thanks in advance, gregor herrmann, Debian Perl Group
RT-Send-CC: gregoa [...] cpan.org
On 2013-08-21 10:54:11, GREGOA wrote: Show quoted text
> This bug has been forwarded from http://bugs.debian.org/720021 > > -->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->--> > > Source: libhtml-template-dumper-perl > Version: 0.1-1 > Severity: serious > Justification: transition imminent > User: debian-perl@lists.debian.org > Usertags: perl-5.18-transition > Tags: sid jessie > > This package FTBFS with perl 5.18: > > # Failed test 'Output is as expected' > # at t/020_output.t line 69. > # Looks like you failed 1 test of 7. > t/020_output.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/2 test programs. 1/13 subtests failed. > Failed 1/7 subtests > > Test Summary Report > ------------------- > t/020_output.t (Wstat: 256 Tests: 7 Failed: 1) > Failed test: 2 > Non-zero exit status: 1 > > Cheers, > Dominic. > > > > <--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<-- >
Very probably caused by hash randomization. Always fails: $ env PERL_HASH_SEED=1 make test Always passes: $ env PERL_HASH_SEED=0 make test