Skip Menu |

This queue is for tickets about the Quiq CPAN distribution.

Report information
The Basics
Id: 130118
Status: resolved
Priority: 0/
Queue: Quiq

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

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



Subject: t/bin/Quiq/GD/Font.t fails on CentOS 6
See subject. Excerpt of test log: ... # Failed test at t/bin/Quiq/GD/Font.t line 187. # Looks like you failed 1 test of 59. t/bin/Quiq/GD/Font.t ............................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/59 subtests ...
Am Sa 20. Jul 2019, 03:16:28, SREZIC schrieb: Show quoted text
> See subject. Excerpt of test log: > > ... > # Failed test at t/bin/Quiq/GD/Font.t line 187. > # Looks like you failed 1 test of 59. > t/bin/Quiq/GD/Font.t ............................ > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/59 subtests > ...
Hello Slaven, would you be so kind to tell me what the output of the following command is? $ perl -Ilib -MQuiq::GD::Font -E 'say Quiq::GD::Font->new("t/data/font/pala.ttf",20)->charWidth' Regards Frank
On 2019-07-23 15:08:00, FSEITZ wrote: Show quoted text
> Am Sa 20. Jul 2019, 03:16:28, SREZIC schrieb:
> > See subject. Excerpt of test log: > > > > ... > > # Failed test at t/bin/Quiq/GD/Font.t line 187. > > # Looks like you failed 1 test of 59. > > t/bin/Quiq/GD/Font.t ............................ > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/59 subtests > > ...
> > Hello Slaven, > > would you be so kind to tell me what the output of the following > command is? > > $ perl -Ilib -MQuiq::GD::Font -E 'say Quiq::GD::Font-
> >new("t/data/font/pala.ttf",20)->charWidth'
>
$ perl5.24.0 -Ilib -MQuiq::GD::Font -E 'say Quiq::GD::Font->new("t/data/font/pala.ttf",20)->charWidth' 21
Fixed in 1.152