Skip Menu |

This queue is for tickets about the PDF-Cropmarks CPAN distribution.

Report information
The Basics
Id: 110566
Status: resolved
Priority: 0/
Queue: PDF-Cropmarks

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

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



Subject: t/thickness.t fails with -Duselongdouble
The t/thickness.t test fails for perls compiled with -Duselongdouble (seen on linux and freebsd, on both systems with perl 5.20.1). The failing test log starts with: # Failed test 'map ok for sig 8' # at t/thickness.t line 154. # Structures begin differing at: # $got->{8} = '-0.000' # $expected->{8} = '0.000' ... # $VAR1 = { # '8' => { # 'signature_page' => 8, # 'signature' => 1, # 'offset' => '-0.000' # }, ... # vs $VAR1 = { ... # '8' => '0.000',
Subject: Re: [rt.cpan.org #110566] t/thickness.t fails with -Duselongdouble
Date: Wed, 23 Dec 2015 19:59:33 +0100
To: bug-PDF-Cropmarks [...] rt.cpan.org
From: Marco Pessotto <melmothx [...] gmail.com>
"Slaven_Rezic via RT" <bug-PDF-Cropmarks@rt.cpan.org> writes: Show quoted text
> Wed Dec 23 13:49:05 2015: Request 110566 was acted upon. > Transaction: Ticket created by SREZIC > Queue: PDF-Cropmarks > Subject: t/thickness.t fails with -Duselongdouble > Broken in: 0.03 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=110566 > > > > The t/thickness.t test fails for perls compiled with -Duselongdouble (seen on linux and freebsd, on both systems with perl 5.20.1). The failing test log starts with: > > # Failed test 'map ok for sig 8' > # at t/thickness.t line 154. > # Structures begin differing at: > # $got->{8} = '-0.000' > # $expected->{8} = '0.000' > ... > # $VAR1 = { > # '8' => { > # 'signature_page' => 8, > # 'signature' => 1, > # 'offset' => '-0.000' > # }, > ... > # vs $VAR1 = { > ... > # '8' => '0.000',
Thanks for the report, will fix. It felt fragile indeed. -- Marco
On Wed Dec 23 13:59:37 2015, melmothx@gmail.com wrote: Show quoted text
> "Slaven_Rezic via RT" <bug-PDF-Cropmarks@rt.cpan.org> writes: >
> > Wed Dec 23 13:49:05 2015: Request 110566 was acted upon. > > Transaction: Ticket created by SREZIC > > Queue: PDF-Cropmarks > > Subject: t/thickness.t fails with -Duselongdouble > > Broken in: 0.03 > > Severity: (no value) > > Owner: Nobody > > Requestors: SREZIC@cpan.org > > Status: new > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=110566 > > > > > > > The t/thickness.t test fails for perls compiled with -Duselongdouble > > (seen on linux and freebsd, on both systems with perl 5.20.1). The > > failing test log starts with: > > > > # Failed test 'map ok for sig 8' > > # at t/thickness.t line 154. > > # Structures begin differing at: > > # $got->{8} = '-0.000' > > # $expected->{8} = '0.000' > > ... > > # $VAR1 = { > > # '8' => { > > # 'signature_page' => 8, > > # 'signature' => 1, > > # 'offset' => '-0.000' > > # }, > > ... > > # vs $VAR1 = { > > ... > > # '8' => '0.000',
> > Thanks for the report, will fix. It felt fragile indeed.
Fixed in the upcoming 0.04. Thanks again.